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

> The `input:not([type="button"], [type="submit"], [type="reset"]), textarea` is good.

It’s not complete, though. You also need to exclude checkboxes, radio buttons, and, as you pointed out, color inputs. This is exactly the problem; it’s too complicated to do from memory.

> So... `<input type="file"/>` is "text-ish" or "button-ish"?

Probably neither. These don’t necessarily need to be inclusive of *all* input types.

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

Received on Saturday, 10 February 2018 15:57:38 UTC