Skip to content

Commit 92b2330

Browse files
author
Simon Pieters
committed
[cssom] (editorial) Fix typo and regen (see previous commit)
1 parent 96dfc8d commit 92b2330

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cssom/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="head">
99

1010
<!--begin-logo-->
11-
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
11+
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="https://www.w3.org/Icons/w3c_home" width="72"></a></p>
1212
<!--end-logo-->
1313

1414
<!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
@@ -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
<dfn id="widl-Document-styleSheetSets"><code>styleSheetSets</code></dfn> of type <span class="idlAttrType"><a>DOMString</a>[]</span>, readonly</dt>
11891189
<dd>
1190-
<p>The <code><a href="#widl-Document-styleSheetSets">styleSheetSets</a></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>
1190+
<p>The <code><a href="#widl-Document-styleSheetSets">styleSheetSets</a></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>
11911191
</dl>
11921192
<dl class="methods">
11931193
<dt class="method" id="widl-Document-enableStyleSheetsForSet-void-DOMString-name">

cssom/idl/Document.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ 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>"
121121
]
122122
readonly attribute DOMString[] styleSheetSets; // new
123123

0 commit comments

Comments
 (0)