Re: [csswg-drafts] [css-ui] Restrict appearance: button more (#3966)

> I think "others" included any element.
> 
> @tkent-google which elements does Chromium currently allow to have `button` appearance?

Chrome 79 stable:  `button` works with arbitrary elements except for `<select>` and `<a>`.  We haven't received significant site-compatibility issues, and I think we can continue to exclude `<select>` and `<a>`.

Chrome 80 beta: `button` will work only with `<button>` and `<input type=button/color/reset/submit>`.  It's still in Beta.  We don't know whether wen can keep this behavior or not yet.


-- 
GitHub Notification of comment by tkent-google
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/3966#issuecomment-572806834 using your GitHub account

Received on Thursday, 9 January 2020 23:38:20 UTC