You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The <code>preferredStyleSheetSet</code> attribute must return the <ahref="#preferred-style-sheet-set-name">preferred style sheet set name</a>.</p><pclass="note">Unlike <codetitle="dom-Document-lastStyleSheetSet">lastStyleSheetSet</code>, this attribute is initially the empty string.</dd>
<code>styleSheetSets</code> of type <spanclass="idlAttrType"><a>DOMString</a></span>, readonly</dt>
1188
+
<code>styleSheetSets</code> of type <spanclass="idlAttrType"><a>DOMString</a>[]</span>, readonly</dt>
1189
1189
<dd>
1190
1190
<p>The <code>styleSheetSets</code> attribute must return a list of the <ahref="#style-sheet-set-name" title="style sheet set name">style sheet set names</a> of the <ahref="#style-sheet-set" title="style sheet set">style sheet sets</a>, in order of the <ahref="#document-style-sheets">document style sheets</a>.</p><pclass="issue">The return value is intended to be 'DOMString[]', but the brackets are missing in the IDL due to a bug in the spec's build process.</dd>
<p>The <code>preferredStyleSheetSet</code> attribute must return the <ahref="#preferred-style-sheet-set-name">preferred style sheet set name</a>.</p><pclass="note">Unlike <codetitle="dom-Document-lastStyleSheetSet">lastStyleSheetSet</code>, this attribute is initially the empty string.</dd>
<code>styleSheetSets</code> of type <spanclass="idlAttrType"><a>DOMString</a></span>, readonly</dt>
1225
+
<code>styleSheetSets</code> of type <spanclass="idlAttrType"><a>DOMString</a>[]</span>, readonly</dt>
1226
1226
<dd>
1227
1227
<p>The <code>styleSheetSets</code> attribute must return a list of the <ahref="#style-sheet-set-name" title="style sheet set name">style sheet set names</a> of the <ahref="#style-sheet-set" title="style sheet set">style sheet sets</a>, in order of the <ahref="#document-style-sheets">document style sheets</a>.</p><pclass="issue">The return value is intended to be 'DOMString[]', but the brackets are missing in the IDL due to a bug in the spec's build process.</dd>
0 commit comments