Skip to content

Commit 098a182

Browse files
authored
[cssom] Treat DocumentOrShadowRoot as an interface mixin
Matching https://dom.spec.whatwg.org/#mixin-documentorshadowroot.
1 parent a2cf229 commit 098a182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cssom-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,10 +1147,10 @@ sheet</a> in the collection. If there is no <var>index</var>th object in the col
11471147
The <dfn attribute for=StyleSheetList>length</dfn> attribute must return the number of <a>CSS style sheets</a>
11481148
represented by the collection.
11491149

1150-
### Extensions to the {{DocumentOrShadowRoot}} Interface ### {#extensions-to-the-document-or-shadow-root-interface}
1150+
### Extensions to the {{DocumentOrShadowRoot}} Interface Mixin ### {#extensions-to-the-document-or-shadow-root-interface}
11511151

11521152
<pre class=idl>
1153-
partial interface DocumentOrShadowRoot {
1153+
partial interface mixin DocumentOrShadowRoot {
11541154
[SameObject] readonly attribute StyleSheetList styleSheets;
11551155
};
11561156
</pre>

0 commit comments

Comments
 (0)