[csswg-drafts] [mediaqueries] Define `<media-type>` with basic syntax (#8036)

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

== [mediaqueries] Define `<media-type>` with basic syntax ==
I understand why [`<media-type>`](https://drafts.csswg.org/mediaqueries-5/#typedef-media-type) is defined with `<ident>` instead of the known media types, which are defined in prose. But would you accept defining the known media types in prose, in order to be extracted by `w3c/reffy`? Or to define `<media-type>` as follows, and to define in prose that `<ident>` should be chosen only if other alternations do not match?

```
           <media-type> = all | print | screen | <deprecated-media-type> | <ident>
<deprecated-media-type> = tty | tv | projection | handheld | braille | embossed | aural | speech
```

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


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

Received on Monday, 7 November 2022 13:57:38 UTC