File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3923,14 +3923,17 @@ Appendix A: Guidance on Mapping Source Documents & Data to an Element Tree</
39233923
39243924
39253925<h2 id="compat">
3926- Appendix B: Obsolete but Required Parsing Quirks for Web Compat</h2>
3926+ Appendix B: Obsolete but Required <code>-webkit-</code> Parsing Quirks for Web Compat</h2>
39273927
39283928 <em> This appendix is normative.</em>
39293929
39303930 Due to legacy Web-compat constraints,
39313931 user agents expecting to parse Web documents must support the following features:
39323932
3933- * All [=pseudo-elements=] whose names begin with the string “-webkit-”
3933+ * '':-webkit-autofill'' must be treated as a [=legacy selector alias=] of '':autofill'' .
3934+ <!-- expand this into a table or something if we add any more aliases -->
3935+
3936+ * All other [=pseudo-elements=] whose names begin with the string “-webkit-”
39343937 (matched <a>ASCII case-insensitively</a> )
39353938 and that are not functional notations
39363939 must be treated as valid at parse time.
You can’t perform that action at this time.
0 commit comments