We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e5280 commit 3d74b42Copy full SHA for 3d74b42
selectors-4/Overview.bs
@@ -812,7 +812,9 @@ Syntax</h4>
812
813
The syntax of a <a>pseudo-element</a>
814
is "::" (two U+003A COLON characters)
815
- followed by the name of the <a>pseudo-element</a> as an <a>identifier</a>.
+ followed by the name of the <a>pseudo-element</a> as an <a>identifier</a>,
816
+ and, in the case of a <dfn export id="functional-pseudo-element">functional pseudo-element</dfn>,
817
+ a pair of parentheses containing its arguments.
818
<a>Pseudo-element</a> names are <a>ASCII case-insensitive</a>.
819
No <a>white space</a> is allowed between the two colons, or between the colons and the name.
820
0 commit comments