Skip to content

Commit 7eff300

Browse files
Ordered set of unique tokens
1 parent 8cdd137 commit 7eff300

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68402,7 +68402,7 @@ interface <dfn interface>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
6840268402
empty, then return.</p></li>
6840368403
<li><p>Let <var>adoptedStyleSheets</var> be an empty array.</p></li>
6840468404

68405-
<li><p>For each <span>unordered set of unique space-separated tokens</span> <var>specifier</var> in
68405+
<li><p>For each <span>ordered set of unique space-separated tokens</span> <var>specifier</var> in
6840668406
<span data-x="attr-template-shadowrootadoptedstylesheets">shadowrootadoptedstylesheets</span>:</p>
6840768407
<ol>
6840868408
<li><p>Let <var>url</var> be the result of <span data-x="resolve a module specifier">resolving
@@ -154143,7 +154143,7 @@ interface <dfn interface>External</dfn> {
154143154143
<th> <code data-x="">shadowrootadoptedstylesheets</code>
154144154144
<td> <code data-x="attr-template-shadowrootadoptedstylesheets">template</code>
154145154145
<td> Sets <span>adoptedStyleSheets</span> on a declarative shadow root
154146-
<td> <a href="#attribute-text">Text</a>
154146+
<td> <span>Ordered set of unique space-separated tokens</span> consisting of module specifiers*
154147154147
<tr>
154148154148
<th> <code data-x="">shadowrootclonable</code>
154149154149
<td> <code data-x="attr-template-shadowrootclonable">template</code>

0 commit comments

Comments
 (0)