[wp-trac] [WordPress Trac] #17611: TwentyEleven Theme H1 Priority
WordPress Trac
wp-trac at lists.automattic.com
Wed Jun 1 03:38:10 UTC 2011
#17611: TwentyEleven Theme H1 Priority
--------------------------+-----------------------
Reporter: emiluzelac | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.2
Component: Themes | Version: 3.2
Severity: normal | Resolution:
Keywords: close |
--------------------------+-----------------------
Comment (by emiluzelac):
Unless this answers my and your question:
http://www.w3.org/TR/html5/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements
{{{
These two snippets are equivalent:
<body>
<h1>Let's call it a draw(ing surface)</h1>
<h2>Diving in</h2>
<h2>Simple shapes</h2>
<h2>Canvas coordinates</h2>
<h3>Canvas coordinates diagram</h3>
<h2>Paths</h2>
</body>
<body>
<h1>Let's call it a draw(ing surface)</h1>
<section>
<h1>Diving in</h1>
</section>
<section>
<h1>Simple shapes</h1>
</section>
<section>
<h1>Canvas coordinates</h1>
<section>
<h1>Canvas coordinates diagram</h1>
</section>
</section>
<section>
<h1>Paths</h1>
</section>
</body>
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17611#comment:35>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list