File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Inserting and replacing content with the 'content' property</h2>
86
86
87
87
<pre class='propdef'>
88
88
Name : content
89
- Value : normal | none | [ <<content-replacement>> | <<content-list>> ] [/ <<string>> ]?
89
+ Value : normal | none | [ <<content-replacement>> | <<content-list>> ] [/ [ <<string>> | <<counter>> ]+ ]?
90
90
Initial : normal
91
91
Applies To : all elements, tree-abiding pseudo-elements, and page margin boxes
92
92
Inherited : no
@@ -167,7 +167,7 @@ Inserting and replacing content with the 'content' property</h2>
167
167
Equal to:
168
168
169
169
<pre class=prod>
170
- [ <<string>> | contents | <<image>> | <<quote>> | <<target>> | <<leader()>> ]+
170
+ [ <<string>> | contents | <<image>> | <<counter>> | << quote>> | <<target>> | <<leader()>> ]+
171
171
</pre>
172
172
173
173
Replaces the element's contents with one or more anonymous inline boxes
@@ -194,7 +194,7 @@ Inserting and replacing content with the 'content' property</h2>
194
194
Note: If the value of <<content-list>> is a single <<image>> ,
195
195
it must instead be interpreted as a <<content-replacement>> .
196
196
197
- <dt> <dfn>/ <<string>></dfn>
197
+ <dt> <dfn>/ [ <<string>> | <<counter>> ]+ </dfn>
198
198
<dd>
199
199
Specifies the "alt text" for the element.
200
200
See [[#alt]] for details.
You can’t perform that action at this time.
0 commit comments