Re: [csswg-drafts] [css-selectors] Selectors for “text-ish” and “button-ish” inputs

> - `input:text` would include text inputs
> - `input:pick` would include text inputs that offer toggleable pickers, like a date, color, or file picker.

It’s also likely that `:pick` would extend `:text`, and it would inherit the styles. Furthermore, if a UA didn’t support a new input picker type (for example, a font picker that doesn’t currently exist), it would fall back to `:text` styling.

Likewise, `:checked` would extend `:check` and inherit its styles.

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

Received on Friday, 9 February 2018 23:16:41 UTC