@@ -64061,7 +64061,7 @@ not-slash = %x0000-002E / %x0030-10FFFF
64061
64061
<dd><code data-x="attr-template-shadowrootdelegatesfocus">shadowrootdelegatesfocus</code></dd>
64062
64062
<dd><code data-x="attr-template-shadowrootclonable">shadowrootclonable</code></dd>
64063
64063
<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>
64065
64065
<dt><span
64066
64066
data-x="concept-element-accessibility-considerations">Accessibility considerations</span>:</dt>
64067
64067
<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> {
64077
64077
[<span>CEReactions</span>] attribute boolean <span data-x="dom-template-shadowrootdelegatesfocus">shadowRootDelegatesFocus</span>;
64078
64078
[<span>CEReactions</span>] attribute boolean <span data-x="dom-template-shadowrootclonable">shadowRootClonable</span>;
64079
64079
[<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>;
64081
64081
};</code></pre>
64082
64082
</dd>
64083
64083
<dd w-dev>Uses <code>HTMLTemplateElement</code>.</dd>
@@ -64127,7 +64127,7 @@ interface <dfn interface>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
64127
64127
attribute is a <span>boolean attribute</span>.</p>
64128
64128
64129
64129
<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>
64131
64131
content attribute is a <span>boolean attribute</span>.</p>
64132
64132
64133
64133
<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> {
64283
64283
data-x="attr-template-shadowrootserializable">shadowrootserializable</code> content attribute.</p>
64284
64284
64285
64285
<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>
64290
64290
64291
64291
<p class="note">The IDL attribute does intentionally not have a boolean type so it can be
64292
64292
extended.</p>
@@ -130268,9 +130268,8 @@ document.body.appendChild(text);
130268
130268
<li><p>Set <var>shadow</var>'s <span>available to element internals</span> to true.</p></li>
130269
130269
130270
130270
<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>
130274
130273
</ol>
130275
130274
</li>
130276
130275
</ol>
@@ -134078,7 +134077,7 @@ document.body.appendChild(text);
134078
134077
<li><p>If <var>current node</var>'s <span data-x="element-custom-element-registry">custom
134079
134078
element registry</span> is not <var>shadow</var>'s <span
134080
134079
data-x="shadow-root-custom-element-registry">custom element registry</span>, then append
134081
- "<code data-x=""> shadowrootcustomelementregistry =""</code>".</p></li>
134080
+ "<code data-x=""> shadowrootcustomelements =""</code>".</p></li>
134082
134081
134083
134082
<li><p>Append "<code data-x="">></code>".</p></li>
134084
134083
@@ -141804,7 +141803,7 @@ interface <dfn interface>External</dfn> {
141804
141803
<code data-x="attr-template-shadowrootdelegatesfocus">shadowrootdelegatesfocus</code>;
141805
141804
<code data-x="attr-template-shadowrootclonable">shadowrootclonable</code>;
141806
141805
<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>
141808
141807
<td><code>HTMLTemplateElement</code></td>
141809
141808
</tr>
141810
141809
@@ -143267,8 +143266,8 @@ interface <dfn interface>External</dfn> {
143267
143266
<td> Sets <span>clonable</span> on a declarative shadow root
143268
143267
<td> <span>Boolean attribute</span>
143269
143268
<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>
143272
143271
<td> Enables declarative shadow roots to indicate they will use a custom element registry
143273
143272
<td> <span>Boolean attribute</span>
143274
143273
<tr>
0 commit comments