Closed
Description
The CSS Conditional Rules spec specifies that conditionText
can be set, and if it is grammatical, updates the condition applied to the CSSConditionRule to which it applies.
So far, Firefox mostly supports this correctly on CSSMediaRules, and mostly fails on CSSSupportsRule; and neither Blink nor WebKit seem to support setting conditionText at all. See testcase Do we want to file bugs, or redefine conditionText as readonly?