Skip to content

Commit 2940a79

Browse files
committed
[selectors-4] Functional ::-webkit- pseudos aren't auto-valid. Also specify serialization, since annevk pointed out it's unclear.
1 parent 50f64f2 commit 2940a79

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

selectors-4/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3798,10 +3798,16 @@ Appendix B: Obsolete but Required Parsing Quirks for Web Compat</h2>
37983798

37993799
* All [=pseudo-elements=] whose names begin with the string “-webkit-”
38003800
(matched <a>ASCII case-insensitively</a>)
3801+
and who are not functional notations
38013802
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.)
38023805
If they're not otherwise recognized and supported,
38033806
they must be treated as matching nothing.
38043807

3808+
These otherwise-unsupported pseudo-elements
3809+
must be serialized in ASCII lowercase.
3810+
38053811

38063812
<h2 id="changes">
38073813
Changes</h2>

0 commit comments

Comments
 (0)