Re: [csswg-drafts] [selectors] Parameterized selectors (#10567)

That's much better, rewriting my thing using that syntax (if i understand it):

```css
input[:value] + ul [data-name^=[:value]] {
  color: tomato;
}
```

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


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

Received on Friday, 12 July 2024 20:46:43 UTC