Re: [csswg-drafts] Exposing navigation/route matching (#12594)

Oh, I was also reminded of [`@document`](https://developer.mozilla.org/en-US/docs/Web/CSS/@document) which was removed from css-conditional _(and has partial support in Firefox)_.

```css
@document url("https://www.example.com/")
{
  h1 {
    color: green;
  }
}
```

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


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

Received on Thursday, 14 August 2025 15:52:02 UTC