[csswg-drafts] [css-conditional-5] More precisely define the syntax of `scroll-state-feature` (#11127)

romainmenke has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-conditional-5] More precisely define the syntax of `scroll-state-feature` ==
https://drafts.csswg.org/css-conditional-5/#scroll-state-container

Describes:

> The syntax of a `<scroll-state-feature>` is the same as for a media feature: a feature name, a comparator, and a value.

But that isn't the syntax of a media feature.
A media feature can also be only a name for example.

Given that all currently defined features are all discrete it might be better to define the syntax explicitly as:

```
<scroll-state-feature> = <ident> : <ident>
```

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11127 using your GitHub account


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

Received on Thursday, 31 October 2024 18:07:33 UTC