Skip to content

Commit cf19d54

Browse files
committed
[selectors-4][editorial] Added plural form to term 'pseudo-element'
'pseudo-elements' is also defined in CSS 2. To make it easier to reference the Selectors 4 term, added the 'pseudo-elements' alias to the singular form.
1 parent a62900c commit cf19d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectors-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ Pseudo-classes</h3>
11371137

11381138
Similar to how certain <a>pseudo-classes</a> represent additional state information
11391139
not directly present in the document tree,
1140-
a <dfn export id="pseudo-element">pseudo-element</dfn> represents an <em>element</em>
1140+
a <dfn export id="pseudo-element" lt="pseudo-elements">pseudo-element</dfn> represents an <em>element</em>
11411141
not directly present in the document tree.
11421142
They are used to create abstractions about the document tree
11431143
beyond those provided by the document tree.

0 commit comments

Comments
 (0)