File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -647,7 +647,7 @@ The 'marker-side' property</h3>
647
647
</pre>
648
648
649
649
The 'marker-side' property specifies
650
- whether the ''::marker'' is positioned
650
+ whether an ''list-style-position/outside'' [=marker box=] is positioned
651
651
based on the directionality of the list item itself (i.e. its [=originating element=] )
652
652
or the directionality of the list container (i.e. the [=originating element=] ’s parent).
653
653
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>
658
658
<dl dfn-type=value dfn-for=marker-side>
659
659
<dt> <dfn>match-self</dfn>
660
660
<dd>
661
- The '':: marker'' pseudo-element is positioned
661
+ The [= marker box=] is positioned
662
662
using the directionality of the ''::marker'' ’s [=originating element=] .
663
663
664
664
<dt> <dfn>match-parent</dfn>
665
665
<dd>
666
- The '':: marker'' pseudo-element is positioned
666
+ The [= marker box=] is positioned
667
667
using the directionality of the ''::marker'' ’s [=originating element’s=] parent element.
668
668
</dl>
669
669
You can’t perform that action at this time.
0 commit comments