Consider adding support for -webkit-autofill (and a default stylesheet using it) for interop with Chrome
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Tracking
()
People
(Reporter: twisniewski, Assigned: emilio)
References
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Comment 2•6 years ago
|
||
This affects a top 25 site in Germany, but the impact is pretty minor.
Would be interesting to do a bigquery search for this pseudo, to see if any other sites are actually using this.
Comment 3•6 years ago
|
||
https://docs.google.com/spreadsheets/d/1i0vTsoeimtQ_pq_kShmyc3q6osDyFgGMB2hUEz4GlSM/edit#gid=435100039 has 16,000 sites to learn from (from the 200k or so results in BigQuery).
Updated•6 years ago
|
Comment 4•6 years ago
|
||
See bug 1547409. Moving webcompat whiteboard tags to project flags.
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 6•6 years ago
|
||
Bug 1558325 had a bit of a bigger impact.
Updated•6 years ago
|
Reporter | ||
Comment 7•5 years ago
|
||
A rule including -webkit-autofill is now being used on Reddit's redesign, which is causing their entire CSS rule to be ignored which animates the username/password placeholder text out of the way as the user hovers over the fields with the mouse.
Might we at least handle this specific situation more gracefully?
.AnimatedForm__textInput:-webkit-autofill+.AnimatedForm__textInputLabel,
.AnimatedForm__textInput:active+.AnimatedForm__textInputLabel,
.AnimatedForm__textInput:hover+.AnimatedForm__textInputLabel,
.AnimatedForm__textInput[data-empty=false]+.AnimatedForm__textInputLabel {
-webkit-transform: translate3d(0,-8px,0) scale(.83333333);
transform: translate3d(0,-8px,0) scale(.83333333);
line-height: 14px;
}
Assignee | ||
Comment 8•5 years ago
|
||
No compat impact, as this remains an internal pseudo-class for the time
being.
Updated•5 years ago
|
Assignee | ||
Comment 9•5 years ago
|
||
Nightly only until we get resolutions on the relevant spec issues.
Depends on D99295
Assignee | ||
Comment 10•5 years ago
|
||
I filed https://github.com/whatwg/html/issues/6181 on this not long ago... I just filed https://github.com/w3c/csswg-drafts/issues/5775 to get consensus on the naming on the CSSWG and sent a patch implementing this.
Updated•5 years ago
|
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
Backed out changeset a9b7489b5a3a (bug 1475316) for Browser-chrome failures in browser/base/content/test/static/browser_parsable_css.js. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer?job_id=324639267&repo=autoland&lineNumber=2500
Push that introduced failures:
https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&revision=a9b7489b5a3a5732676ae92a586c0690114ecc19\
Backout:
https://hg.mozilla.org/integration/autoland/rev/e15056f44cc75b923ff23246993953ef7f1b0fcb
Assignee | ||
Updated•5 years ago
|
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/96fcdecf2da5
https://hg.mozilla.org/mozilla-central/rev/872e7b2b7dba
Updated•5 years ago
|
Updated•4 years ago
|
Description
•