Skip to content

Commit 2c69d78

Browse files
committed
correct attribute name
1 parent 08490b4 commit 2c69d78

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

source

+13-14
Original file line numberDiff line numberDiff line change
@@ -64061,7 +64061,7 @@ not-slash = %x0000-002E / %x0030-10FFFF
6406164061
<dd><code data-x="attr-template-shadowrootdelegatesfocus">shadowrootdelegatesfocus</code></dd>
6406264062
<dd><code data-x="attr-template-shadowrootclonable">shadowrootclonable</code></dd>
6406364063
<dd><code data-x="attr-template-shadowrootserializable">shadowrootserializable</code></dd>
64064-
<dd><code data-x="attr-template-shadowrootcustomelementregistry">shadowrootcustomelementregistry</code></dd>
64064+
<dd><code data-x="attr-template-shadowrootcustomelements">shadowrootcustomelements</code></dd>
6406564065
<dt><span
6406664066
data-x="concept-element-accessibility-considerations">Accessibility considerations</span>:</dt>
6406764067
<dd><a href="https://w3c.github.io/html-aria/#el-template">For authors</a>.</dd>
@@ -64077,7 +64077,7 @@ interface <dfn interface>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
6407764077
[<span>CEReactions</span>] attribute boolean <span data-x="dom-template-shadowrootdelegatesfocus">shadowRootDelegatesFocus</span>;
6407864078
[<span>CEReactions</span>] attribute boolean <span data-x="dom-template-shadowrootclonable">shadowRootClonable</span>;
6407964079
[<span>CEReactions</span>] attribute boolean <span data-x="dom-template-shadowRootSerializable">shadowRootSerializable</span>;
64080-
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-template-shadowRootCustomElementRegistry">shadowRootCustomElementRegistry</span>;
64080+
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-template-shadowRootCustomElements">shadowRootCustomElements</span>;
6408164081
};</code></pre>
6408264082
</dd>
6408364083
<dd w-dev>Uses <code>HTMLTemplateElement</code>.</dd>
@@ -64127,7 +64127,7 @@ interface <dfn interface>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
6412764127
attribute is a <span>boolean attribute</span>.</p>
6412864128

6412964129
<p>The <dfn element-attr for="template"><code
64130-
data-x="attr-template-shadowrootcustomelementregistry">shadowrootcustomelementregistry</code></dfn>
64130+
data-x="attr-template-shadowrootcustomelements">shadowrootcustomelements</code></dfn>
6413164131
content attribute is a <span>boolean attribute</span>.</p>
6413264132

6413364133
<p>The <span>template contents</span> of a <code>template</code> element <a
@@ -64283,10 +64283,10 @@ interface <dfn interface>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
6428364283
data-x="attr-template-shadowrootserializable">shadowrootserializable</code> content attribute.</p>
6428464284

6428564285
<p>The <dfn attribute for="HTMLTemplateElement"><code
64286-
data-x="dom-template-shadowRootCustomElementRegistry">shadowRootCustomElementRegistry</code></dfn>
64287-
IDL attribute must <span>reflect</span> the <code
64288-
data-x="attr-template-shadowrootcustomelementregistry">shadowrootcustomelementregistry</code>
64289-
content attribute.</p>
64286+
data-x="dom-template-shadowRootCustomElements">shadowRootCustomElements</code></dfn> IDL attribute
64287+
must <span>reflect</span> the <code
64288+
data-x="attr-template-shadowrootcustomelements">shadowrootcustomelements</code> content
64289+
attribute.</p>
6429064290

6429164291
<p class="note">The IDL attribute does intentionally not have a boolean type so it can be
6429264292
extended.</p>
@@ -130268,9 +130268,8 @@ document.body.appendChild(text);
130268130268
<li><p>Set <var>shadow</var>'s <span>available to element internals</span> to true.</p></li>
130269130269

130270130270
<li><p>If <var>template start tag</var> has a <code
130271-
data-x="attr-template-shadowrootcustomelementregistry">shadowrootcustomelementregistry</code>
130272-
attribute, then set <var>shadow</var>'s <span>keep custom element registry null</span> to
130273-
true.</p></li>
130271+
data-x="attr-template-shadowrootcustomelements">shadowrootcustomelements</code> attribute,
130272+
then set <var>shadow</var>'s <span>keep custom element registry null</span> to true.</p></li>
130274130273
</ol>
130275130274
</li>
130276130275
</ol>
@@ -134078,7 +134077,7 @@ document.body.appendChild(text);
134078134077
<li><p>If <var>current node</var>'s <span data-x="element-custom-element-registry">custom
134079134078
element registry</span> is not <var>shadow</var>'s <span
134080134079
data-x="shadow-root-custom-element-registry">custom element registry</span>, then append
134081-
"<code data-x=""> shadowrootcustomelementregistry=&quot;&quot;</code>".</p></li>
134080+
"<code data-x=""> shadowrootcustomelements=&quot;&quot;</code>".</p></li>
134082134081

134083134082
<li><p>Append "<code data-x="">&gt;</code>".</p></li>
134084134083

@@ -141804,7 +141803,7 @@ interface <dfn interface>External</dfn> {
141804141803
<code data-x="attr-template-shadowrootdelegatesfocus">shadowrootdelegatesfocus</code>;
141805141804
<code data-x="attr-template-shadowrootclonable">shadowrootclonable</code>;
141806141805
<code data-x="attr-template-shadowrootserializable">shadowrootserializable</code>;
141807-
<code data-x="attr-template-shadowrootcustomelementregistry">shadowrootcustomelementregistry</code></td>
141806+
<code data-x="attr-template-shadowrootcustomelements">shadowrootcustomelements</code></td>
141808141807
<td><code>HTMLTemplateElement</code></td>
141809141808
</tr>
141810141809

@@ -143267,8 +143266,8 @@ interface <dfn interface>External</dfn> {
143267143266
<td> Sets <span>clonable</span> on a declarative shadow root
143268143267
<td> <span>Boolean attribute</span>
143269143268
<tr>
143270-
<th> <code data-x="">shadowrootcustomelementregistry</code>
143271-
<td> <code data-x="attr-template-shadowrootcustomelementregistry">template</code>
143269+
<th> <code data-x="">shadowrootcustomelements</code>
143270+
<td> <code data-x="attr-template-shadowrootcustomelements">template</code>
143272143271
<td> Enables declarative shadow roots to indicate they will use a custom element registry
143273143272
<td> <span>Boolean attribute</span>
143274143273
<tr>

0 commit comments

Comments
 (0)