Skip to content

Commit

Permalink
Fix non-conformant heading example
Browse files Browse the repository at this point in the history
The example was supposed to be non-conformant, but it was in fact conformant. Related to #8366.
  • Loading branch information
JAWS-test committed Mar 29, 2023
1 parent 578def6 commit 2368dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -18768,10 +18768,10 @@ interface <dfn interface>HTMLHeadingElement</dfn> : <span>HTMLElement</span> {
<p>The following example is non-conforming:</p>

<pre class="bad"><code class="html">&lt;body&gt;
&lt;h4&gt;Apples&lt;/h4&gt;
&lt;h1&gt;Apples&lt;/h1&gt;
&lt;p&gt;Apples are fruit.&lt;/p&gt;
&lt;section&gt;
&lt;h2&gt;Taste&lt;/h2&gt;
&lt;h3&gt;Taste&lt;/h3&gt;
&lt;p&gt;They taste lovely.&lt;/p&gt;
&lt;/section&gt;
&lt;/body&gt;</code></pre>
Expand Down

0 comments on commit 2368dfe

Please sign in to comment.