Skip to content

Commit 0e5e7c9

Browse files
authored
Editorial: fix references to shadowroot serializable
This fixes a couple links to point to the shadow root definition of serializable rather than the HTML definition.
1 parent 2562dcc commit 0e5e7c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144045,7 +144045,7 @@ document.body.appendChild(text);
144045144045
<li><p>If <var>shadow</var>'s <span>delegates focus</span> is set, then append
144046144046
"<code data-x=""> shadowrootdelegatesfocus=&quot;&quot;</code>".</p></li>
144047144047

144048-
<li><p>If <var>shadow</var>'s <span>serializable</span> is set, then append
144048+
<li><p>If <var>shadow</var>'s <span data-x="shadow-serializable">serializable</span> is set, then append
144049144049
"<code data-x=""> shadowrootserializable=&quot;&quot;</code>".</p></li>
144050144050

144051144051
<li><p>If <var>shadow</var>'s <span>clonable</span> is set, then append
@@ -153391,7 +153391,7 @@ interface <dfn interface>External</dfn> {
153391153391
<tr>
153392153392
<th> <code data-x="">shadowrootserializable</code>
153393153393
<td> <code data-x="attr-template-shadowrootserializable">template</code>
153394-
<td> Sets <span>serializable</span> on a declarative shadow root
153394+
<td> Sets <span data-x="shadow-serializable">serializable</span> on a declarative shadow root
153395153395
<td> <span>Boolean attribute</span>
153396153396
<tr>
153397153397
<th> <code data-x="">shape</code>
@@ -156283,6 +156283,7 @@ INSERT INTERFACES HERE
156283156283
Jakub Vrána,
156284156284
Jakub &#321;opusza&#324;ski,
156285156285
Jakub Wilk,
156286+
James Browning,
156286156287
James Craig,
156287156288
James Graham,
156288156289
James Greene,

0 commit comments

Comments
 (0)