Skip to content

Commit e8258f8

Browse files
committed
[cssom] Revert [NoInterfaceObject] change for now
1 parent 33aba3a commit e8258f8

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

cssom/Overview.bs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,7 @@ 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>[NoInterfaceObject,
465-
ArrayClass]
464+
<pre class=idl>[ArrayClass]
466465
interface MediaList {
467466
[TreatNullAs=EmptyString] stringifier attribute DOMString mediaText;
468467
readonly attribute unsigned long length;
@@ -1088,8 +1087,7 @@ value of the header.
10881087

10891088
The {{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]
10931091
interface StyleSheetList {
10941092
getter StyleSheet? item(unsigned long index);
10951093
readonly attribute unsigned long length;

0 commit comments

Comments
 (0)