Skip to content

Commit debc29c

Browse files
committed
[css-lists-3] Clarify that marker-side only applies to outside markers. w3c#5307
1 parent beec7c7 commit debc29c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-lists-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ The 'marker-side' property</h3>
647647
</pre>
648648

649649
The 'marker-side' property specifies
650-
whether the ''::marker'' is positioned
650+
whether an ''list-style-position/outside'' [=marker box=] is positioned
651651
based on the directionality of the list item itself (i.e. its [=originating element=])
652652
or the directionality of the list container (i.e. the [=originating element=]’s parent).
653653
In the first case, the position of the marker can vary across items in the same list,
@@ -658,12 +658,12 @@ The 'marker-side' property</h3>
658658
<dl dfn-type=value dfn-for=marker-side>
659659
<dt><dfn>match-self</dfn>
660660
<dd>
661-
The ''::marker'' pseudo-element is positioned
661+
The [=marker box=] is positioned
662662
using the directionality of the ''::marker''’s [=originating element=].
663663

664664
<dt><dfn>match-parent</dfn>
665665
<dd>
666-
The ''::marker'' pseudo-element is positioned
666+
The [=marker box=] is positioned
667667
using the directionality of the ''::marker''’s [=originating element’s=] parent element.
668668
</dl>
669669

0 commit comments

Comments
 (0)