- Status New
- Percent Complete
- Task Type TODO
- Category User Interface
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Very Low
- Reported Version 1.0 alpha1
- Due in Version 1.1 devel
-
Due Date
Undecided
- Votes
- Private
FS#2016 - heading and h1, h2, h3
We should change the document logic a bit here. For public projects search engines like well structured pages more then others. And we get a consistent structure too in future for Flyspray.
This I have in mind
Project area name ("All Projects" or "Project name")
- Currently: h1-tag
- My wish: not a h1-tag anymore here
Admin setting / Project setting pages, title of the sub pages
- Currently: h3-tag!
- My wish: h1 tag
Section names in these pages
- Currently: h4-tags
- My wish: h2 tags, subsubs then h3,...
Task view page
Task name=summary
- Currently: h2 tag
- My wish: h1 tag
Task descriptions then can use structuring their task description starting as h2,h3,h4 (done by dokuwiki renderer for example)
Toplevel project overview /dashboard
- Currently: h2 for each project name
- My wish:
- * keep h2 for each project name
- * h1 for the page heading (maybe hidden by css)
New Task page
- Currently: h2 for summary and tags. Wrong logical nesting!
- My wish: drop the h2 for form field labels
Reports page
- Currently: h3 tag
- My wish: h1 tag
Roadmap page
- Currently: h3 tag for each milestone
- My wish:
- * h2 tag for each milestone,
- * h1 tag for heading (maybe hidden by css)
MyProfile page
- Currently: h3 tag for each section
- My wish:
- * h2 tag for each section
- *h1 tag for heading (maybe hidden by css)
(Sure the theme.css must be adapted to this change.)