blog.brockha.us wrote:Garvin: I do. I use H2 and H3 headers only. H1 is the header of the blog entry itself (IMHO).
No, it's not. At least not in BP (or most of the other templates).
blog.brockha.us wrote:But it can be done, that Hx inside of the template is formatted other than in the entry itself. So - if this is possible, why not allow the use auf H1/H2/H3.. inside the article, too?
Because
that is definitely semantically incorrect. The semantic part of the web (i.e. search engines and screenreaders, mostly) does not care about CSS styling. While it is of course possible to have a <h1> for the blog header, a <h1> for the entry title, and an <h1> within the entry, it is not desirable.
While Garvin and I may not agree on the purpose of <h1>, we certainly agree that headings should be used in a proper structure. While it is debatable as well whether there should only be
one <h1> per page (some folks think so), it would definitely not be a good idea to use <h1> for the entry title and use it as well
within the entry body.
blog.brockha.us wrote:Smaller than the entries title (or what ever is structurally above) but the first size of the entries content.
Yes. If the entry title is a <h1>, the first heading used in the entry should be a <h2>. And users should be aware of that. (Actually, I don't think that many users even
use heading in the entry, but that's a horse of a different color.)
YL