File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12206,6 +12206,9 @@ document.createElement("bad-1"); // (2)</code></pre>
12206
12206
<var>definition</var>'s <span data-x="concept-custom-element-definition-local-name">local
12207
12207
name</span>.</p></li>
12208
12208
12209
+ <li><p>Set <var>element</var>'s <span data-x="element-custom-element-registry">custom element
12210
+ registry</span> to <var>registry</var>.</p></li>
12211
+
12209
12212
<li><p>Set <var>element</var>'s <span>custom element state</span> to "<code
12210
12213
data-x="">custom</code>".</p></li>
12211
12214
@@ -12218,7 +12221,7 @@ document.createElement("bad-1"); // (2)</code></pre>
12218
12221
<li><p>Return <var>element</var>.</p></li>
12219
12222
</ol>
12220
12223
12221
- <p class="note">This occurs when author script constructs a new custom element directly, e.g.
12224
+ <p class="note">This occurs when author script constructs a new custom element directly, e.g.,
12222
12225
via <code data-x="">new MyCustomElement()</code>.</p>
12223
12226
</li>
12224
12227
@@ -148434,7 +148437,7 @@ INSERT INTERFACES HERE
148434
148437
Ryosuke Niwa,
148435
148438
S. Mike Dierken,
148436
148439
Salvatore Loreto,
148437
- Sam Atkins, <!-- atkinssj on GitHub -->
148440
+ Sam Atkins, <!-- AtkinsSJ on GitHub -->
148438
148441
Sam Dutton,
148439
148442
Sam Kuper,
148440
148443
Sam Ruby,
You can’t perform that action at this time.
0 commit comments