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
Specification being incubated in a Community Group
Status in Chromium
Removed
(tracking bug)
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 signals
Owner
Search tags
appearance, -webkit-appearance,Last updated on 2021-12-13
Comments
'button' keyword will work only with <button> and <input type=button/color/reset/submit>.