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

> appearance: none does the same

Thanks, I didn't realize this before! Then, it seems that the real meaning of `display: none` is "remove OS/browser-specific _theming_" rather than "remove the element's _specific behavior_". If so, it seems that my idea to use `display` as an extra switch was not very good. Maybe it would be better to leave `appearance: none` and introduce a new value (e.g. `appearance: plain`) with the latter meaning, with no extra dependency on other properties?

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

Received on Tuesday, 30 October 2018 14:05:18 UTC