- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Sat, 17 Feb 2024 21:36:14 +0000
- To: public-css-archive@w3.org
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