File tree Expand file tree Collapse file tree 2 files changed +688
-646
lines changed Expand file tree Collapse file tree 2 files changed +688
-646
lines changed Original file line number Diff line number Diff line change @@ -661,6 +661,24 @@ Generated Content Pseudo-elements: ''::before'' and ''::after''</h3>
661
661
(<code> :before</code> and <code> :after</code> )
662
662
for these pseudo-elements.
663
663
664
+ <h3 id="marker-pseudo">
665
+ List Markers: the ''::marker'' pseudo-element</h3>
666
+
667
+ The <dfn>::marker</dfn> pseudo-element represents
668
+ the automatically generated marker box of a list item.
669
+ (See ''display: list-item'' .)
670
+
671
+ The following CSS properties apply to a ''::first-line'' pseudo-element:
672
+ <ul>
673
+ <li> all font properties (see [[CSS3-FONTS]] )
674
+ <li> the 'color' property (see [[CSS3COLOR]] )
675
+ </ul>
676
+
677
+ <p class="note">
678
+ It is expected that future specifications will extend this list of properties;
679
+ however at the moment marker box layout is not fully defined,
680
+ so only these properties are allowed.
681
+
664
682
<h3 id="placeholder-pseudo">
665
683
Placeholder Input: the ''::placeholder'' pseudo-element</h3>
666
684
You can’t perform that action at this time.
0 commit comments