File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1147,10 +1147,10 @@ sheet</a> in the collection. If there is no <var>index</var>th object in the col
11471147The <dfn attribute for=StyleSheetList>length</dfn> attribute must return the number of <a>CSS style sheets</a>
11481148represented 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>
You can’t perform that action at this time.
0 commit comments