CSS/:autofill: Difference between revisions
< CSS
Jump to navigation
Jump to search
(stub) |
(use-case including screenshots on chromium issue) |
||
| Line 1: | Line 1: | ||
The ''':autofill''' pseudo-class is for when an input element is in the state of showing an autofilled value. | The ''':autofill''' pseudo-class is for when an input element is in the state of showing an autofilled value. | ||
Use-case: to be able to override the default background color of autofilled input forms. For more details / screenshots of use-cases see: | |||
* [https://code.google.com/p/chromium/issues/detail?id=46543 Chromium issue 46543: Auto-filled input text box yellow background highlight cannot be turned off!] | |||
Related implementer bugs: | Related implementer bugs: | ||
Latest revision as of 22:51, 30 March 2012
The :autofill pseudo-class is for when an input element is in the state of showing an autofilled value.
Use-case: to be able to override the default background color of autofilled input forms. For more details / screenshots of use-cases see:
Related implementer bugs:
2011-10-11 request to www-style: