We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f783595 commit 2c0b793Copy full SHA for 2c0b793
1 file changed
css-pseudo-4/Overview.bs
@@ -848,9 +848,13 @@ List Markers: the ''::marker'' pseudo-element</h3>
848
Only a limited set of properties can be used on the ''::marker'' pseudo-element.
849
This list is defined in [[css-lists-3#marker-properties]].
850
851
- Note: The ''::before::marker'' or ''::after::marker'' selectors
+ The ''::before::marker'' or ''::after::marker'' selectors
852
+ are valid and
853
can be used to represent the [=marker boxes=]
854
of ''::before'' or ''::after'' pseudo-elements that happen to be [=list items=].
855
+ However ''::marker::marker'' is invalid,
856
+ and the computed value of 'display' on ''::marker''
857
+ loses its ''display/list-item'' aspect.
858
859
<h3 id="placeholder-pseudo">
860
Placeholder Input: the ''::placeholder'' pseudo-element</h3>
0 commit comments