Skip to content

Commit 98b171e

Browse files
committed
Polyfill rename
1 parent d1461d7 commit 98b171e

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

source

+14-13
Original file line numberDiff line numberDiff line change
@@ -64673,7 +64673,7 @@ not-slash = %x0000-002E / %x0030-10FFFF
6467364673
<dd><code data-x="attr-template-shadowrootdelegatesfocus">shadowrootdelegatesfocus</code></dd>
6467464674
<dd><code data-x="attr-template-shadowrootclonable">shadowrootclonable</code></dd>
6467564675
<dd><code data-x="attr-template-shadowrootserializable">shadowrootserializable</code></dd>
64676-
<dd><code data-x="attr-template-shadowrootcustomelements">shadowrootcustomelements</code></dd>
64676+
<dd><code data-x="attr-template-shadowrootcustomelementregistry">shadowrootcustomelementregistry</code></dd>
6467764677
<dt><span
6467864678
data-x="concept-element-accessibility-considerations">Accessibility considerations</span>:</dt>
6467964679
<dd><a href="https://w3c.github.io/html-aria/#el-template">For authors</a>.</dd>
@@ -64689,7 +64689,7 @@ interface <dfn interface>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
6468964689
[<span>CEReactions</span>] attribute boolean <span data-x="dom-template-shadowrootdelegatesfocus">shadowRootDelegatesFocus</span>;
6469064690
[<span>CEReactions</span>] attribute boolean <span data-x="dom-template-shadowrootclonable">shadowRootClonable</span>;
6469164691
[<span>CEReactions</span>] attribute boolean <span data-x="dom-template-shadowRootSerializable">shadowRootSerializable</span>;
64692-
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-template-shadowRootCustomElements">shadowRootCustomElements</span>;
64692+
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-template-shadowRootCustomElementRegistry">shadowRootCustomElementRegistry</span>;
6469364693
};</code></pre>
6469464694
</dd>
6469564695
<dd w-dev>Uses <code>HTMLTemplateElement</code>.</dd>
@@ -64739,7 +64739,7 @@ interface <dfn interface>HTMLTemplateElement</dfn> : <span>HTMLElement</span> {
6473964739
attribute is a <span>boolean attribute</span>.</p>
6474064740

6474164741
<p>The <dfn element-attr for="template"><code
64742-
data-x="attr-template-shadowrootcustomelements">shadowrootcustomelements</code></dfn>
64742+
data-x="attr-template-shadowrootcustomelementregistry">shadowrootcustomelementregistry</code></dfn>
6474364743
content attribute is a <span>boolean attribute</span>.</p>
6474464744

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

6489764897
<p>The <dfn attribute for="HTMLTemplateElement"><code
64898-
data-x="dom-template-shadowRootCustomElements">shadowRootCustomElements</code></dfn> IDL attribute
64899-
must <span>reflect</span> the <code
64900-
data-x="attr-template-shadowrootcustomelements">shadowrootcustomelements</code> content
64901-
attribute.</p>
64898+
data-x="dom-template-shadowRootCustomElementRegistry">shadowRootCustomElementRegistry</code></dfn>
64899+
IDL attribute must <span>reflect</span> the <code
64900+
data-x="attr-template-shadowrootcustomelementregistry">shadowrootcustomelementregistry</code>
64901+
content attribute.</p>
6490264902

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

131443131443
<li><p>If <var>template start tag</var> has a <code
131444-
data-x="attr-template-shadowrootcustomelements">shadowrootcustomelements</code> attribute,
131445-
then set <var>shadow</var>'s <span>keep custom element registry null</span> to true.</p></li>
131444+
data-x="attr-template-shadowrootcustomelementregistry">shadowrootcustomelementregistry</code>
131445+
attribute, then set <var>shadow</var>'s <span>keep custom element registry null</span> to
131446+
true.</p></li>
131446131447
</ol>
131447131448
</li>
131448131449
</ol>
@@ -135250,7 +135251,7 @@ document.body.appendChild(text);
135250135251
<li><p>If <var>current node</var>'s <span data-x="element-custom-element-registry">custom
135251135252
element registry</span> is not <var>shadow</var>'s <span
135252135253
data-x="shadow-root-custom-element-registry">custom element registry</span>, then append
135253-
"<code data-x=""> shadowrootcustomelements=&quot;&quot;</code>".</p></li>
135254+
"<code data-x=""> shadowrootcustomelementregistry=&quot;&quot;</code>".</p></li>
135254135255

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

@@ -142924,7 +142925,7 @@ interface <dfn interface>External</dfn> {
142924142925
<code data-x="attr-template-shadowrootdelegatesfocus">shadowrootdelegatesfocus</code>;
142925142926
<code data-x="attr-template-shadowrootclonable">shadowrootclonable</code>;
142926142927
<code data-x="attr-template-shadowrootserializable">shadowrootserializable</code>;
142927-
<code data-x="attr-template-shadowrootcustomelements">shadowrootcustomelements</code></td>
142928+
<code data-x="attr-template-shadowrootcustomelementregistry">shadowrootcustomelementregistry</code></td>
142928142929
<td><code>HTMLTemplateElement</code></td>
142929142930
</tr>
142930142931

@@ -144409,8 +144410,8 @@ interface <dfn interface>External</dfn> {
144409144410
<td> Sets <span>clonable</span> on a declarative shadow root
144410144411
<td> <span>Boolean attribute</span>
144411144412
<tr>
144412-
<th> <code data-x="">shadowrootcustomelements</code>
144413-
<td> <code data-x="attr-template-shadowrootcustomelements">template</code>
144413+
<th> <code data-x="">shadowrootcustomelementregistry</code>
144414+
<td> <code data-x="attr-template-shadowrootcustomelementregistry">template</code>
144414144415
<td> Enables declarative shadow roots to indicate they will use a custom element registry
144415144416
<td> <span>Boolean attribute</span>
144416144417
<tr>

0 commit comments

Comments
 (0)