File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -461,8 +461,7 @@ The {{MediaList}} Interface {#the-medialist-interface}
461461
462462An object that implements the <code> MediaList</code> interface has an associated <dfn export for=MediaList>collection of media queries</dfn> .
463463
464- <pre class=idl> [NoInterfaceObject,
465- ArrayClass]
464+ <pre class=idl> [ArrayClass]
466465interface MediaList {
467466 [TreatNullAs=EmptyString] stringifier attribute DOMString mediaText;
468467 readonly attribute unsigned long length;
@@ -1088,8 +1087,7 @@ value of the header.
10881087
10891088The {{StyleSheetList}} interface represents an ordered collection of <a>CSS style sheets</a> .
10901089
1091- <pre class=idl> [NoInterfaceObject,
1092- ArrayClass]
1090+ <pre class=idl> [ArrayClass]
10931091interface StyleSheetList {
10941092 getter StyleSheet? item(unsigned long index);
10951093 readonly attribute unsigned long length;
You can’t perform that action at this time.
0 commit comments