We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f64f2 commit 2940a79Copy full SHA for 2940a79
1 file changed
selectors-4/Overview.bs
@@ -3798,10 +3798,16 @@ Appendix B: Obsolete but Required Parsing Quirks for Web Compat</h2>
3798
3799
* All [=pseudo-elements=] whose names begin with the string “-webkit-”
3800
(matched <a>ASCII case-insensitively</a>)
3801
+ and who are not functional notations
3802
must be treated as valid at parse time.
3803
+ (That is, <css>::-webkit-asdf</css> is valid at parse time,
3804
+ but <css>::-webkit-jkl()</css> is not.)
3805
If they're not otherwise recognized and supported,
3806
they must be treated as matching nothing.
3807
3808
+ These otherwise-unsupported pseudo-elements
3809
+ must be serialized in ASCII lowercase.
3810
+
3811
3812
<h2 id="changes">
3813
Changes</h2>
0 commit comments