Sergiu Dumitriu wrote:
Vincent Massol wrote:
Hi,
Let's vote on how to handle the title behavior for the 2.0 final
release so that we're all on the same page.
Here's what Mediawiki (on
Wikipedia) does:
- the document title is displayed using a h1 id=firstHeading
- the content allows using =titles=, which generate h1
- by a natural process, contributors rarely use =titles= in documents
So I continue to think that we should allow users to enter = titles, and
they should generate h1. There is no rule against a document having more
than one h1. Again, the document title is in the <title> element, not in
the <h1> element.
true, and this means that we could have the title
displayed in a page in
anything (<div>), doesn't necessarily have to be semantic, since its semantic
is
given by its use in the <title>. Normally, from the semantic pov, we should
leave it only in title, but it's just that we need to emphasize it for the user.
Why would we put it in a h1 then?
Because it is the best element for the task at hand. It still is a
title, so it deserves a heading element.