Re: [csswg-drafts] [selectors][css-values] Hide "sensitive" attributes from CSS (#5136)

I think there are legitimate reasons to allow `value` attribute selectors, and disallowing them would degrade some pages. For instance, this type of thing probably already exists:

```
input[type="radio"][value="dangerous-choice"] { color: red }

```


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

Received on Tuesday, 7 July 2020 21:02:48 UTC