Skip to content

Commit 83d7e07

Browse files
committed
[cssom] Change IDL [ArrayClass] to [LegacyArrayClass]
Fixes w3c#424.
1 parent 25e9530 commit 83d7e07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cssom/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ The {{MediaList}} Interface {#the-medialist-interface}
447447
An object that implements the <code>MediaList</code> interface has an associated <dfn export for=MediaList>collection of media queries</dfn>.
448448

449449
<pre class=idl>
450-
[ArrayClass]
450+
[LegacyArrayClass]
451451
interface MediaList {
452452
[TreatNullAs=EmptyString] stringifier attribute DOMString mediaText;
453453
readonly attribute unsigned long length;
@@ -1062,7 +1062,7 @@ value of the header.
10621062
The {{StyleSheetList}} interface represents an ordered collection of <a>CSS style sheets</a>.
10631063

10641064
<pre class=idl>
1065-
[ArrayClass]
1065+
[LegacyArrayClass]
10661066
interface StyleSheetList {
10671067
getter StyleSheet? item(unsigned long index);
10681068
readonly attribute unsigned long length;
@@ -1515,7 +1515,7 @@ To <dfn>remove a CSS rule</dfn> from a CSS rule list <var>list</var> at index <v
15151515
The {{CSSRuleList}} interface represents an ordered collection of CSS style rules.
15161516

15171517
<pre class=idl>
1518-
[ArrayClass]
1518+
[LegacyArrayClass]
15191519
interface CSSRuleList {
15201520
getter CSSRule? item(unsigned long index);
15211521
readonly attribute unsigned long length;

0 commit comments

Comments
 (0)