Skip to content

Commit 7fa3a64

Browse files
authored
[cssom-1] Fix false assumption that all rules are style rules (w3c#10190)
1 parent e41fdf0 commit 7fa3a64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cssom-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ To <dfn export>remove a CSS rule</dfn> from a CSS rule list <var>list</var> at i
18841884

18851885
### The {{CSSRuleList}} Interface ### {#the-cssrulelist-interface}
18861886

1887-
The {{CSSRuleList}} interface represents an ordered collection of CSS style rules.
1887+
The {{CSSRuleList}} interface represents an ordered collection of [=CSS rules=].
18881888

18891889
<pre class=idl>
18901890
[Exposed=Window]
@@ -1906,8 +1906,8 @@ collection.
19061906

19071907
### The {{CSSRule}} Interface ### {#the-cssrule-interface}
19081908

1909-
The {{CSSRule}} interface represents an abstract, base CSS style rule. Each
1910-
distinct CSS style rule type is represented by a distinct interface that
1909+
The {{CSSRule}} interface represents an abstract, base [=CSS rule=]. Each
1910+
distinct CSS rule type is represented by a distinct interface that
19111911
inherits from this interface.
19121912

19131913
<pre class=idl>

0 commit comments

Comments
 (0)