Re: [csswg-drafts] [css-selector-for-is-attribute] Feature Request (#9973)

It's hard to tell what you are asking for, this already works:

```html
<style>
input[is=my-custom-component] {
  color: red;
}
</style>
<input is="my-custom-component" value="This is red">
```

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 17 February 2024 21:36:15 UTC