Skip to content

Commit 206bdda

Browse files
committed
[css-pseudo] Add ::marker per WG resolution.
1 parent ea8c0fd commit 206bdda

File tree

2 files changed

+688
-646
lines changed

2 files changed

+688
-646
lines changed

css-pseudo/Overview.bs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,24 @@ Generated Content Pseudo-elements: ''::before'' and ''::after''</h3>
661661
(<code>:before</code> and <code>:after</code>)
662662
for these pseudo-elements.
663663

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+
664682
<h3 id="placeholder-pseudo">
665683
Placeholder Input: the ''::placeholder'' pseudo-element</h3>
666684

0 commit comments

Comments
 (0)