- From: <bugzilla@jessica.w3.org>
- Date: Tue, 15 Oct 2013 15:29:57 +0000
- To: public-html-admin@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23524
Bug ID: 23524
Summary: Incorrect Headings in Example
Product: HTML WG
Version: unspecified
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec
Assignee: dave.null@w3.org
Reporter: RYAN.P.MCGINTY@GMAIL.COM
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-admin@w3.org,
public-html-wg-issue-tracking@w3.org
Headings within sectioning elements should start with H1 instead of H2/H3 as
shown in the section element example below.
"<article>
<header>
<h2>Apples</h2>
<p>Tasty, delicious fruit!</p>
</header>
<p>The apple is the pomaceous fruit of the apple tree.</p>
<section>
<h3>Red Delicious</h3>
<p>These bright red apples are the most common found in many
supermarkets.</p>
</section>
<section>
<h3>Granny Smith</h3>
<p>These juicy, green apples make a great filling for
apple pies.</p>
</section>
</article>"
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Tuesday, 15 October 2013 15:30:03 UTC