You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
dbaron
changed the title
[css-cssom] Should there be an interface for @supports rules?
[cssom][css-conditional] Should there be an interface for @supports rules?
Dec 31, 2016
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 fromCSSGroupingRule
and has.conditionText
on it. Inheriting from this areCSSMediaRule
andCSSSupportsRule
; the latter is an empty interface for now.The text was updated successfully, but these errors were encountered: