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,7 +461,8 @@ 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> [ArrayClass]
464+ <pre class=idl> [NoInterfaceObject,
465+ ArrayClass]
465466interface MediaList {
466467 [TreatNullAs=EmptyString] stringifier attribute DOMString mediaText;
467468 readonly attribute unsigned long length;
@@ -1087,7 +1088,8 @@ value of the header.
10871088
10881089The {{StyleSheetList}} interface represents an ordered collection of <a>CSS style sheets</a> .
10891090
1090- <pre class=idl> [ArrayClass]
1091+ <pre class=idl> [NoInterfaceObject,
1092+ ArrayClass]
10911093interface StyleSheetList {
10921094 getter StyleSheet? item(unsigned long index);
10931095 readonly attribute unsigned long length;
You can’t perform that action at this time.
0 commit comments