Skip to content

Commit 2061e96

Browse files
committed
[css-lists-3] Actually define the sizing of marker images.
1 parent 2fbc8da commit 2061e96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css-lists-3/Overview.bs

+7-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Generating Marker Contents</h3>
282282

283283
<dt>'list-style-image' on the [=originating element=] defines a [=marker image=]
284284
<dd>
285-
The '<a>marker box</a> contains
285+
The <a>marker box</a> contains
286286
an <a>anonymous</a> <a>inline</a> <a>replaced element</a>
287287
representing the specified [=marker image=],
288288
followed by a <a>text run</a> consisting of a single space (U+0020 SPACE).
@@ -343,6 +343,12 @@ Image Markers: the 'list-style-image' property</h3>
343343
The element has no <a>marker image</a>.
344344
</dl>
345345

346+
The [=marker image=] is sized
347+
using the [=default sizing algorithm=]
348+
[[css-images-3]]
349+
with no [=specified size=]
350+
and a [=default object size=] of 1em square.
351+
346352
<div class="example">
347353
The following example sets the marker at the beginning of each list item to
348354
be the image "ellipse.png".

0 commit comments

Comments
 (0)