Skip to content

Commit 33aba3a

Browse files
committed
[cssom] Make MediaList and StyleSheetList [NoInterfaceObject]. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=28518
1 parent f309584 commit 33aba3a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

cssom/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,8 @@ The {{MediaList}} Interface {#the-medialist-interface}
461461

462462
An 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]
465466
interface MediaList {
466467
[TreatNullAs=EmptyString] stringifier attribute DOMString mediaText;
467468
readonly attribute unsigned long length;
@@ -1087,7 +1088,8 @@ value of the header.
10871088

10881089
The {{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]
10911093
interface StyleSheetList {
10921094
getter StyleSheet? item(unsigned long index);
10931095
readonly attribute unsigned long length;

0 commit comments

Comments
 (0)