[Bug 12442] I think that for the first level of article h1 {�}, the size should be left as normal.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12442

Trevor Downs <cyberskull@mac.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |

--- Comment #7 from Trevor Downs <cyberskull@mac.com> 2011-08-16 03:41:08 UTC ---
(In reply to comment #4)
> That would mean that this:
> 
>    <body>
>     <h1>My blog</h1>
>     ...
>     <h2>My post</h2>
>     ...
>     <h3>My subsection</h3>
>     ...
>    </body>
> 
> ...would have different results than this:
> 
>    <body>
>     <h1>My blog</h1>
>     ...
>     <article>
>       <h1>My post</h1>
>       ...
>       <section>
>          <h1>My subsection</h1>
>          ...
>       </section>
>     </article>
>    </body>
> 
> ...despite having the same semantics. That doesn't really make sense.
> 
> 
> The simpler solution is to just only use <h1>, like in the second example
> above, instead of mixing both styles. Or, use CSS to make sure the headers work
> as you want them to.

I'd rather not fiddle with header styles except in the broadest cases (setting
the basic styles for the site). Besides, In the example you cite above they are
not semantically identical, wrapping the content in article and section tags
changes the semantics of the document.

I think it is simplest if an H1 is always larger than an H2.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 16 August 2011 03:41:11 UTC