@@ -116,6 +116,7 @@ at-media-002.html
116116</wpt>
117117
118118<wpt title="CSSOM contains rules regardless of condition.">
119+ js/conditional-CSSGroupingRule.html
119120</wpt>
120121
121122This means that when multiple conditional group rules are nested,
@@ -711,8 +712,7 @@ at-supports-044.html
711712
712713<wpt>
713714idlharness.html
714- test_group_insertRule.html
715- 001.html
715+ js/001.html
716716</wpt>
717717
718718<h3 id='extensions-to-cssrule-interface'>
@@ -729,7 +729,9 @@ partial interface CSSRule {
729729};
730730</pre>
731731
732- <wpt title="CSSRule.SUPPORTS_RULE = 12"></wpt>
732+ <wpt title="CSSRule.SUPPORTS_RULE = 12">
733+ js/conditional-CSSGroupingRule.html
734+ </wpt>
733735
734736<h3 id="the-cssconditionrule-interface">
735737The <code>CSSConditionRule</code> interface</h3>
@@ -745,7 +747,9 @@ interface CSSConditionRule : CSSGroupingRule {
745747};
746748</pre>
747749
748- <wpt title="CSSConditionRule inherits from CSSGroupingRule."></wpt>
750+ <wpt title="CSSConditionRule inherits from CSSGroupingRule.">
751+ js/conditional-CSSGroupingRule.html
752+ </wpt>
749753
750754<wpt title="CSSConditionRule has .conditionText attribute."></wpt>
751755
@@ -780,8 +784,12 @@ interface CSSConditionRule : CSSGroupingRule {
780784 <li> Otherwise, do nothing.
781785 </ol>
782786
783- <wpt title="Setting .conditionText to a valid value changes the effective condition."></wpt>
784- <wpt title="Setting .conditionText to an invalid value does nothing."></wpt>
787+ <wpt title="Setting .conditionText to a valid value changes the effective condition.">
788+ js/CSSConditionRule.html
789+ </wpt>
790+ <wpt title="Setting .conditionText to an invalid value does nothing.">
791+ js/CSSConditionRule.html
792+ </wpt>
785793</dl>
786794
787795
@@ -797,7 +805,9 @@ interface CSSMediaRule : CSSConditionRule {
797805};
798806</pre>
799807
800- <wpt title="CSSMediaRule inherits from CSSConditionRule."></wpt>
808+ <wpt title="CSSMediaRule inherits from CSSConditionRule.">
809+ js/CSSConditionRule.html
810+ </wpt>
801811<wpt title="CSSMediaRule represents an @media rule."></wpt>
802812
803813
@@ -810,11 +820,11 @@ interface CSSMediaRule : CSSConditionRule {
810820 <dt><code> conditionText</code> of type <code> CSSOMString</code> (CSSMediaRule-specific definition for attribute on CSSConditionRule)
811821 <dd> The <code> conditionText</code> attribute (defined on the <code> CSSConditionRule</code> parent rule),
812822 on getting, must return the value of <code> media.mediaText</code> on the rule.
813- <wpt title="Value of .conditionText matches value of media.mediaText."></wpt>
823+ <wpt title="Value of CSSMediaRule .conditionText matches value of media.mediaText."></wpt>
814824
815825 Setting the <code> conditionText</code> attribute
816826 must set the <code> media.mediaText</code> attribute on the rule.
817- <wpt title="Setting .conditionText also sets .media.mediaText."></wpt>
827+ <wpt title="Setting CSSMediaRule .conditionText also sets .media.mediaText."></wpt>
818828</dl>
819829
820830
@@ -829,8 +839,10 @@ interface CSSSupportsRule : CSSConditionRule {
829839};
830840</pre>
831841
832- <wpt title="CSSSupportsRule inherits from CSSConditionRule."></wpt>
833- <wpt title="CSSSupportsRule represents an @media rule."></wpt>
842+ <wpt title="CSSSupportsRule inherits from CSSConditionRule.">
843+ js/CSSConditionRule.html
844+ </wpt>
845+ <wpt title="CSSSupportsRule represents an @supports rule."></wpt>
834846
835847<dl class='idl-attributes'>
836848 <dt><code> conditionText</code> of type <code> CSSOMString</code> (CSSSupportsRule-specific definition for attribute on CSSConditionRule)
@@ -849,8 +861,8 @@ interface CSSSupportsRule : CSSConditionRule {
849861 but logical simplifications (such as removal of unneeded parentheses,
850862 or simplification based on evaluating results) are not allowed.
851863
852- <wpt title=".conditionText can have tokenization simplifications."></wpt>
853- <wpt title=".conditionText cannot have allow other simplifications."></wpt>
864+ <wpt title="CSSSupportsRule .conditionText can have tokenization simplifications."></wpt>
865+ <wpt title="CSSSupportsRule .conditionText cannot have other simplifications."></wpt>
854866</dl>
855867
856868<!--
0 commit comments