[csswg-drafts] [css-cssom] Should there be an interface for @supports rules?

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

== [css-cssom] Should there be an interface for @supports rules? ==
https://drafts.csswg.org/cssom/#cssgroupingrule has no concept of 
`@supports` rules.  Maybe it should.

The way this works in Gecko is that there is a `CSSConditionRule` 
interface which inherits from `CSSGroupingRule` and has 
`.conditionText` on it.  Inheriting from this are `CSSMediaRule` and 
`CSSSupportsRule`; the latter is an empty interface for now.

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

Received on Saturday, 31 December 2016 04:56:45 UTC