Skip to content

Commit c854c84

Browse files
committed
[selectors-4] Define :-webkit-autofill #7257
1 parent 7b72827 commit c854c84

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

selectors-4/Overview.bs

+5-2
Original file line numberDiff line numberDiff line change
@@ -3923,14 +3923,17 @@ Appendix A: Guidance on Mapping Source Documents &amp; 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.

0 commit comments

Comments
 (0)