Skip to content

Commit 6fe5c00

Browse files
author
Simon Pieters
committed
[cssom] (editorial) DOMString[] apparently isn't supported by the build system...
1 parent ccf760e commit 6fe5c00

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

cssom/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ <h4 id="extensions-to-the-document-interface"><span class="secno">6.2.3 </span>E
11871187
<dt class="attribute" id="widl-Document-styleSheetSets">
11881188
<code>styleSheetSets</code> of type <span class="idlAttrType"><a>DOMString</a></span>, readonly</dt>
11891189
<dd>
1190-
<p>The <code>styleSheetSets</code> attribute must return a list of the <a href="#style-sheet-set-name" title="style sheet set name">style sheet set names</a> of the <a href="#style-sheet-set" title="style sheet set">style sheet sets</a>, in order of the <a href="#document-style-sheets">document style sheets</a>.</dd>
1190+
<p>The <code>styleSheetSets</code> attribute must return a list of the <a href="#style-sheet-set-name" title="style sheet set name">style sheet set names</a> of the <a href="#style-sheet-set" title="style sheet set">style sheet sets</a>, in order of the <a href="#document-style-sheets">document style sheets</a>.</p> <p class="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>
11911191
</dl>
11921192
<dl class="methods">
11931193
<dt class="method" id="widl-Document-enableStyleSheetsForSet-void-DOMString-name">

cssom/idl/Document.idl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ partial interface Document {
117117
[Documentation=
118118
"<p>The {@name} {@type} must return a list of the <span title='style sheet set name'>style\
119119
sheet set names</span> of the <span title='style sheet set'>style sheet sets</span>, in order\
120-
of the <span>document style sheets</span>.</p>"
120+
of the <span>document style sheets</span>.</p>\
121+
<p class=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."
121122
]
122123
readonly attribute DOMString[] styleSheetSets; // new
123124

0 commit comments

Comments
 (0)