Skip to content

Commit

Permalink
[cssom] Change IDL [ArrayClass] to [LegacyArrayClass]
Browse files Browse the repository at this point in the history
Fixes #424.
  • Loading branch information
zcorpan committed Oct 19, 2016
1 parent 25e9530 commit 83d7e07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cssom/Overview.bs
Expand Up @@ -447,7 +447,7 @@ The {{MediaList}} Interface {#the-medialist-interface}
An object that implements the <code>MediaList</code> interface has an associated <dfn export for=MediaList>collection of media queries</dfn>.

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

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

<pre class=idl>
[ArrayClass]
[LegacyArrayClass]
interface CSSRuleList {
getter CSSRule? item(unsigned long index);
readonly attribute unsigned long length;
Expand Down

0 comments on commit 83d7e07

Please sign in to comment.