File tree 1 file changed +1
-20
lines changed
1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ all the “conditional” at-rules,
753
753
<pre class='idl' export>
754
754
[Exposed=Window]
755
755
interface CSSConditionRule : CSSGroupingRule {
756
- attribute CSSOMString conditionText;
756
+ readonly attribute CSSOMString conditionText;
757
757
};
758
758
</pre>
759
759
@@ -781,25 +781,6 @@ js/conditional-CSSGroupingRule.html
781
781
the result of serializing the associated condition.
782
782
783
783
<wpt title=".conditionText returns serialization of condition."></wpt>
784
-
785
- On setting the <code> conditionText</code> attribute these steps
786
- must be run:
787
-
788
- <ol>
789
- <li> Trim the given value of white space.
790
- <li> If the given value [=CSS/parses=]
791
- as the appropriate condition grammar for the given rule
792
- (such as <<supports-condition>> for ''@supports'' , etc),
793
- replace the associated CSS condition with the given value.
794
- <li> Otherwise, do nothing.
795
- </ol>
796
-
797
- <!-- <wpt title="Setting .conditionText to a valid value changes the effective condition.">
798
- js/CSSConditionRule.html
799
- </wpt>
800
- <wpt title="Setting .conditionText to an invalid value does nothing.">
801
- js/CSSConditionRule.html
802
- </wpt> -->
803
784
</dl>
804
785
805
786
You can’t perform that action at this time.
0 commit comments