We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2cf229 + 098a182 commit b02152fCopy full SHA for b02152f
1 file changed
cssom-1/Overview.bs
@@ -1147,10 +1147,10 @@ sheet</a> in the collection. If there is no <var>index</var>th object in the col
1147
The <dfn attribute for=StyleSheetList>length</dfn> attribute must return the number of <a>CSS style sheets</a>
1148
represented by the collection.
1149
1150
-### Extensions to the {{DocumentOrShadowRoot}} Interface ### {#extensions-to-the-document-or-shadow-root-interface}
+### Extensions to the {{DocumentOrShadowRoot}} Interface Mixin ### {#extensions-to-the-document-or-shadow-root-interface}
1151
1152
<pre class=idl>
1153
-partial interface DocumentOrShadowRoot {
+partial interface mixin DocumentOrShadowRoot {
1154
[SameObject] readonly attribute StyleSheetList styleSheets;
1155
};
1156
</pre>
0 commit comments