File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed 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</
3923
3923
3924
3924
3925
3925
<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>
3927
3927
3928
3928
<em> This appendix is normative.</em>
3929
3929
3930
3930
Due to legacy Web-compat constraints,
3931
3931
user agents expecting to parse Web documents must support the following features:
3932
3932
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-”
3934
3937
(matched <a>ASCII case-insensitively</a> )
3935
3938
and that are not functional notations
3936
3939
must be treated as valid at parse time.
You can’t perform that action at this time.
0 commit comments