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 27e65a7 commit 082f9e5Copy full SHA for 082f9e5
selectors-4/Overview.bs
@@ -3788,6 +3788,21 @@ Appendix A: Guidance on Mapping Source Documents & Data to an Element Tree
3788
3789
3790
3791
+
3792
+Appendix B: Obsolete but Required Parsing Quirks for Web Compat
3793
3794
+ This appendix is normative.
3795
3796
+ Due to legacy Web-compat constraints,
3797
+ User Agents expecting to parse Web documents must support the following features:
3798
3799
+ * All [=pseudo-classes=] and [=pseudo-elements=] whose name begins with the string “-webkit-”
3800
+ (matched ASCII case-insensitively)
3801
+ must be treated as valid at parse time.
3802
+ If they're not otherwise recognized and supported,
3803
+ they must be treated as matching nothing.
3804
3805
3806
3807
Changes
3808
0 commit comments