Skip to content

Commit a215158

Browse files
committed
[css-conditional-3][editorial] a bit of wpt
1 parent db91fef commit a215158

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

css-conditional-3/Overview.bs

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,9 @@ interface CSSConditionRule : CSSGroupingRule {
765765
js/conditional-CSSGroupingRule.html
766766
</wpt>
767767

768-
<wpt title="CSSConditionRule has .conditionText attribute."></wpt>
768+
<wpt title="CSSConditionRule has .conditionText attribute.">
769+
js/supports-conditionText.html
770+
</wpt>
769771

770772
<dl class='idl-attributes'>
771773

@@ -784,7 +786,9 @@ js/conditional-CSSGroupingRule.html
784786
The <code>conditionText</code> attribute, on getting, must return
785787
the result of serializing the associated condition.
786788

787-
<wpt title=".conditionText returns serialization of condition."></wpt>
789+
<wpt title=".conditionText returns serialization of condition.">
790+
js/supports-conditionText.html
791+
</wpt>
788792
</dl>
789793

790794

@@ -803,8 +807,10 @@ interface CSSMediaRule : CSSConditionRule {
803807

804808
<!-- <wpt title="CSSMediaRule inherits from CSSConditionRule.">
805809
js/CSSConditionRule.html
810+
</wpt>-->
811+
<wpt title="CSSMediaRule represents an @media rule.">
812+
idlharness.html
806813
</wpt>
807-
<wpt title="CSSMediaRule represents an @media rule."></wpt> -->
808814

809815

810816
<dl class='idl-attributes'>

css-conditional-3/wpt

Whitespace-only changes.

0 commit comments

Comments
 (0)