Skip to content

Commit

Permalink
Fix HTML link
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed7 committed May 6, 2020
1 parent 6f3e2e7 commit 54065b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6918,10 +6918,8 @@ for <a>this</a>.

<p>The
<dfn method for=Element><code>getInnerHTML(<var>options</var>)</code></dfn>
method, when invoked, must return the result of running
<a href="https://www.w3.org/TR/html5/single-page.html#html-fragment-serialisation-algorithm">fragment
serialization algorithm</a>, given <a>this</a> as <var>node</var> and <i>options.includeShadowRoots</i>
as <i>include shadow roots</i>.
method, when invoked, must return the result of running <a>HTML fragment serialization algorithm</a>,
given <a>this</a> as <var>node</var> and <i>options.includeShadowRoots</i> as <i>include shadow roots</i>.

<p>The
<dfn method for=Element><code>insertAdjacentElement(<var>where</var>, <var>element</var>)</code></dfn>
Expand Down

0 comments on commit 54065b2

Please sign in to comment.