Skip to content

Commit

Permalink
fix idl
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed Jul 20, 2023
1 parent 345c888 commit 63abb16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -104592,12 +104592,12 @@ enum <dfn enum>DOMParserSupportedType</dfn> {
</dd>
</dl>

<pre><code class="idl">interface <code>Element</code> {
undefined <span data-x="dom-setHTMLUnsafe">setHTMLUnsafe</span>(<var>string</var>);
<pre><code class="idl">interface <span>Element</span> {
undefined <span data-x="dom-setHTMLUnsafe">setHTMLUnsafe</span>(DOMString string);
};

interface <code>Document</code> {
<code>Document</code> <span data-x="dom-parseHTMLUnsafe">parseHTMLUnsafe</span>(<var>string</var>);
interface <span>Document</span> {
<span>Document</span> <span data-x="dom-parseHTMLUnsafe">parseHTMLUnsafe</span>(DOMString string);
};</code></pre>

<p>The <dfn method for="Element"><code
Expand Down

0 comments on commit 63abb16

Please sign in to comment.