Re: [csswg-drafts] [cssom-1][mediaqueries-5][css-color] Dealing with bi-plane (video/graphics) when reporting values (#4471)

@gregwhitworth Interesting question, maybe worth a separate issue?

[CSS Values defines a way to reference the value syntax for _properties_](https://drafts.csswg.org/css-values/#component-types) (`<'background-size'>` refers to any valid non-list value for the `background-size` property), but there's no equivalent for media query values. We can't reuse the same syntax because there would be name conflicts. (E.g., the `color` media feature has a very different value syntax than the `color` property!)

Maybe `<media-feature 'color'>` or something like that…

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

Received on Thursday, 16 January 2020 16:16:55 UTC