[wp-trac] [WordPress Trac] #17611: TwentyEleven Theme H1 Priority
WordPress Trac
wp-trac at lists.automattic.com
Tue May 31 22:00:42 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):
I was pointing to:
{{{
<body>
<h1>Foo</h1>
<h2>Bar</h2>
<blockquote>
<h3>Bla</h3>
</blockquote>
<p>Baz</p>
<h2>Quux</h2>
<section>
<h3>Thud</h3>
</section>
<p>Grunt</p>
</body>
}}}
Take a look at the source from Google's very own Paul Irish -
http://html5boilerplate.com this is the perfect example of what I think we
should do.
Let me break the code and refer to exact comparison:
H1 & H2
{{{
<div id="header">
<p class="lang" dir="ltr">Now offered in:
</p>
<h1>HTML5 <i>★</i> <b>Boilerplate</b></h1>
<h2>A rock-solid default for HTML5 awesome.</h2>
}}}
This is good comparing to Twenty Eleven √
H3
{{{
<div id="intro" >
<p>HTML5 Boilerplate is the professional badass's base
HTML/CSS/JS template for a fast, robust and future-proof site.</p>
<h3>Why it is awesome</h3>
<ul>
<li>Cross-browser compatible (IE6, yeah we got that.)</li>
</ul>
}}}
H4
{{{
<div class="focus">
<div id="builder" class="clearfix">
<p>Click on your favourite option for each feature! Default
options are highlighted.</p>
<div id="cond">
<h4>Conditional classes</h4>
<a id="no-cond" href="#">Nope</a>
</div>
}}}
H5
{{{
<h4>Webserver Configs</h4>
<h5>.htaccess</h5>
<ul>
<li>.htaccess is far more documented now. Take a read through
it!</li>
}}}
Let's disregard all* links posted by me above and take this example into
consideration please. This is 100% HTML5 site correct? and no H1 is hidden
and no H1 used where there is no need of H1 priority.
Your thoughts?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17611#comment:23>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list