Re: [csswg-drafts] [css-forms] Allow making <button> a real inline

Using both `appearance: none` and `display: inline` might work from an implementation POV, assuming that we define all buttons to have `display: inline-block` in the UA sheet. (Currently, Gecko only has that on `<button>` but not on `<input type=button>` etc. Chrome has it on all buttons AFAICT, so it should be OK to change it in Gecko.) I'm a bit worried about changing the meaning of that combination of values though. We probably need to add a counter to see how common that is first.

-- 
GitHub Notification of comment by MatsPalmgren
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3226#issuecomment-434138974 using your GitHub account

Received on Tuesday, 30 October 2018 01:28:09 UTC