Skip to content

Commit 456e902

Browse files
committed
[selectors-4] Only ::-webkit- pseudo-*elements* need to be supported, not pseudo-classes.
1 parent b921025 commit 456e902

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
@@ -3796,7 +3796,7 @@ Appendix B: Obsolete but Required Parsing Quirks for Web Compat</h2>
37963796
Due to legacy Web-compat constraints,
37973797
User Agents expecting to parse Web documents must support the following features:
37983798

3799-
* All [=pseudo-classes=] and [=pseudo-elements=] whose name begins with the string “-webkit-”
3799+
* All [=pseudo-elements=] whose names begin with the string “-webkit-”
38003800
(matched <a>ASCII case-insensitively</a>)
38013801
must be treated as valid at parse time.
38023802
If they're not otherwise recognized and supported,

0 commit comments

Comments
 (0)