1) Display doc titles with <div>
isn't H1 more semantically correct?
2) Display document content headers using
<h1>-<h6>
3) Display doc titles with a larger font size than h1 (or h1 with a
smaller font size)
This is not necessary. H1 means the first title in a document. The name of
the document could be represented with H1.
If me as a user, I want to have multiple H1 (with same importance as the
title), I should be able to do that.
The difference between the title and another H1 is the position in the
document (the title is always the first).
Representing the title as a H1 solves the 6) problem. Can you explain a user
why the first title is bigger on some pages, while on other pages(no title
specified), the title has the same size like other H1?
4) Force cursor to be in the title field when editing
a new document.
Force cursor in the content field when editing an existing document.
This is to make it easy using the keyboard only to enter doc titles
(since it's currently dead easy, we need something close in easiness)
+1
5) Modify all our existing skins: Toucan, Albatross,
Finch and Dodo so
that they use they display the doc title, similarly to Colibri
+1
6) Have a title compatibility flag in xwiki.cfg. When
active, use a
Javascript to do this: if there's no title specified for a page and if
the first content is a H1 then use it as the page's title.
+1
We need at least 1), 3), 6) to be able to release the Colibri skin for
2.0 final IMO.