-
Notifications
You must be signed in to change notification settings - Fork 746
Description
The below comment is in reference to an explainer level proposal regarding a new pseudo element and a way for an author to opt-in to a standardized DOM and styles, currently being proposed is appearance: base
.
@gregwhitworth why not make the proposed behavior for
appearance: base
be the behavior forappearance: none
for radio buttons and checkboxes? Would it not be web compatible? There are likely some sites that useappearance: none
plus a background image to show the checkmark, so this would show a double checkmark, though I don't know how common it is. Maybe it's even an acceptable change? The content would still work, just not rendered as originally intended. When styling form controls, that shouldn't come as a huge surprise I would think.CSS UI says that widgets should be usable even with
appearance: none
, but checkboxes and radio buttons as implemented today aren't. https://drafts.csswg.org/css-ui/#appearance-semantics(Feel free to split this into a new issue if you want to separate the discussion around
appearance
from::indicator
.)cc @frivoal
Originally posted by @zcorpan in #5914 (comment)
Metadata
Metadata
Assignees
Type
Projects
Status