File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ The {{MediaList}} Interface {#the-medialist-interface}
447447An 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 ]
451451interface MediaList {
452452 [TreatNullAs=EmptyString] stringifier attribute DOMString mediaText;
453453 readonly attribute unsigned long length;
@@ -1062,7 +1062,7 @@ value of the header.
10621062The {{StyleSheetList}} interface represents an ordered collection of <a>CSS style sheets</a> .
10631063
10641064<pre class=idl>
1065- [ArrayClass ]
1065+ [LegacyArrayClass ]
10661066interface 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
15151515The {{CSSRuleList}} interface represents an ordered collection of CSS style rules.
15161516
15171517<pre class=idl>
1518- [ArrayClass ]
1518+ [LegacyArrayClass ]
15191519interface CSSRuleList {
15201520 getter CSSRule? item(unsigned long index);
15211521 readonly attribute unsigned long length;
You can’t perform that action at this time.
0 commit comments