Skip to content

Commit 3d74b42

Browse files
committed
[selectors-4] Define functional pseudo-elements. #8268
1 parent 06e5280 commit 3d74b42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

selectors-4/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,9 @@ Syntax</h4>
812812

813813
The syntax of a <a>pseudo-element</a>
814814
is "::" (two U+003A COLON characters)
815-
followed by the name of the <a>pseudo-element</a> as an <a>identifier</a>.
815+
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.
816818
<a>Pseudo-element</a> names are <a>ASCII case-insensitive</a>.
817819
No <a>white space</a> is allowed between the two colons, or between the colons and the name.
818820

0 commit comments

Comments
 (0)