Skip to content

Commit b02152f

Browse files
authored
Merge pull request w3c#3537 from foolip/patch-1
[cssom] Treat DocumentOrShadowRoot as an interface mixin
2 parents a2cf229 + 098a182 commit b02152f

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)