Changes -webkit-appearance:button to work only with <button> and <input> buttons. If 'button' is specified for an unsupported element, the element has the default appearance. This is a follow-up of https://chromestatus.com/feature/5070237827334144
Motivation
All other -webkit-appearance keywords already have such restriction. We should expand it to 'button' for consistency.
Specification
Status in Chromium
Removed (tracking bug) in:
- Chrome for desktop release 80
- Chrome for Android release 80
- Android WebView release 80
Consensus & Standardization
After a feature ships in Chrome, the values listed here are not guaranteed to be up to date.
- No signal
- No signal
- No signal
- No signals
Owner
Search tags
appearance, -webkit-appearance,Last updated on 2020-11-26
Comments
'button' keyword will work only with <button> and <input type=button/color/reset/submit>.