Re: [csswg-drafts] [selectors-4] Clarify :blank application to radio buttons etc. (#3339)

The very first thing that came to mind for me was that `input[type=checkbox]:blank` would essentially be the same as writing `input[type=checkbox]:not(:checked)`.

This is because if a checkbox is not checked, it visually tends to appear blank.

If `input[type=checkbox]:not(:checked)` does the same thing as `input[type=checkbox]:blank` then I don't see the point in having `input[type=checkbox]:blank` aside from a slightly cleaner syntax.

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

Received on Saturday, 24 November 2018 08:28:32 UTC