You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>If <var>parent</var> is a <code><a>DocumentFragment</a></code>, let <var>parent</var> be a
302
-
new <code><a>Element</a></code> with:
303
-
304
-
<ul>
305
-
<li><code>body</code> as its <a>local name</a>,
306
-
307
-
<li>The <a>HTML namespace</a> as its <adata-lt="concept namespace">namespace</a>, and
308
-
309
-
<li>The <a>context object</a>'s <a>node document</a> as its <a>node document</a>.
310
-
</ul>
311
-
312
-
<li>Let <var>fragment</var> be the result of invoking the <a>fragment parsing algorithm</a> with
313
-
the new value as <var>markup</var>, and <var>parent</var> as the <var>context element</var>.
314
-
315
-
<li><a>Replace</a> the <a>context object</a> with <var>fragment</var> within the
316
-
<a>context object</a>'s <a>parent</a>.
317
-
</ol>
269
+
<p>The definition of <code>outerHTML</code> has moved to <ahref="https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#outerhtml-property">the HTML Standard</a>.</p>
318
270
319
271
<!-- insertAdjacentHTML -->
320
272
@@ -1574,7 +1526,6 @@ <h2>Dependencies</h2>
1574
1526
an <dfn><ahref="https://www.w3.org/TR/html5/single-page.html#active-document">active document</a></dfn>;
1575
1527
<li>Parsing concepts:
1576
1528
the <dfn><ahref="https://html.spec.whatwg.org/dynamic-markup-insertion.html#fragment-parsing-algorithm-steps">fragment parsing algorithm</a></dfn>;
1577
-
the <dfn><ahref="https://html.spec.whatwg.org/dynamic-markup-insertion.html#fragment-serializing-algorithm-steps">fragment serializing algorithm</a></dfn>;
0 commit comments