Skip to content

Commit

Permalink
added return h1
Browse files Browse the repository at this point in the history
after feedback from @mtrootyy whatwg#7829 (review)
  • Loading branch information
stevefaulkner committed Apr 19, 2022
1 parent 0d2fa7b commit 3d23dab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -17485,7 +17485,10 @@ interface <dfn interface>HTMLHeadingElement</dfn> : <span>HTMLElement</span> {
<p>Switch on <var>heading</var>:</p>

<dl class="switch">
<dt><code>h2</code></dt>
<dt><code>h1</code></dt>
<dd>Return 1.</dd>

<dt><code>h2</code></dt>
<dd>Return 2.</dd>

<dt><code>h3</code></dt>
Expand Down

0 comments on commit 3d23dab

Please sign in to comment.