Skip to content

Commit 71525a1

Browse files
committed
[css-lists-3] Fix wording of marker box contents section. #2001 (comment)
1 parent 8ac1376 commit 71525a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-lists-3/Overview.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -196,26 +196,26 @@ Generating Marker Contents</h3>
196196
<dl class=switch>
197197
<dt>'content' on the ''::marker'' itself is not ''content/normal''
198198
<dd>
199-
The contents of the ''::marker''
199+
The contents of the <a>marker box</a>
200200
are determined as defined by the 'content' property,
201201
exactly as for ''::before''.
202202

203203
<dt>'list-style-image' on the [=originating element=] defines a [=marker image=]
204204
<dd>
205-
The ''::marker'' contains
205+
The '<a>marker box</a> contains
206206
an <a>anonymous</a> <a>inline</a> <a>replaced element</a>
207207
representing the specified [=marker image=],
208208
followed by a <a>text run</a> containing a single space (U+0020 SPACE).
209209

210210
<dt>'list-style-type' on the [=originating element=] defines a [=marker string=]
211211
<dd>
212-
The ''::marker'' contains
212+
The <a>marker box</a> contains
213213
a [=text run=] containing the specified [=marker string=].
214214

215215
<dt>otherwise
216216
<dd>
217-
The ''::marker'' has no contents
218-
and does not generate a box.
217+
The <a>marker box</a> has no contents
218+
and ''::marker'' does not generate a box.
219219
</dl>
220220

221221
<!--

0 commit comments

Comments
 (0)