Page MenuHomePhabricator

Blueprint HTML output lacks headings (document) structure
Closed, DeclinedPublic

Description

Due to it's current implementation, Blueprint lacks semantical document structure.

One step forward is T107213.
At time being, there's currently no known implementation of document outlines in graphical browsers or assistive technologies. Document outlines are not the way to go for now, but a clearer organization of headings and their sequence in HTML output would bring at least improvement to search engine indexing.

Therefore I'd propose to aim for:

  1. <header class="navbar"><h1>on [homepage] or <h6>on [subpages] [Wiki Title]</h1||6></header>
  2. <main><h1 class="firstHeading">firstHeading = Article Title </h1>
    1. Wikitext <h2/>-<h6/>
  3. <nav id="side-menu">
    1. <h6>[Wiki Title] in-context links </h6>
    2. <div id="toc"><h6>ToC </h6>...
  4. <footer/>

Basically, every heading outside of <main> content (= most important document headings) will at maximum be marked up as <h6/>.

Related Objects

StatusSubtypeAssignedTask
Resolved Spage
Resolved Spage
Resolved Spage
Resolvedori
DeclinedNone
ResolvedNone
DeclinedNone
ResolvedAnomie
DeclinedNone
OpenNone
OpenNone
Resolved Spage
DeclinedNone
Resolvedjeropbrenda
OpenNone
DeclinedQgil
Resolved Spage
ResolvedQgil
ResolvedQgil
ResolvedQgil
Resolved Spage
Resolved Spage
Resolved Spage
DeclinedNone
DeclinedNone
Resolved Spage
Resolved Spage
DeclinedNone
DeclinedNone
DeclinedNone
ResolvedNone
ResolvedVolker_E

Event Timeline

Volker_E claimed this task.
Volker_E raised the priority of this task from to Low.
Volker_E updated the task description. (Show Details)
Volker_E added a project: Blueprint.
Volker_E added subscribers: Volker_E, Spage, Prtksxna.
Volker_E removed a subscriber: Spage.

The skin is no longer maintained