asw/layouts/_default
Vigilio Desto c2261bfc9f
drop <main>, use <article role="main"> — bold landmark structure
body direct children: <nav>, <header>, <article role="main">, <footer>
- <nav>: site navigation (own landmark)
- <header>: page identity — title, author, date, metadata
- <article role="main">: content (screen reader gets landmark via role)
- <footer>: site footer

No <main> wrapper. Fewer tags, clearer signal.
Header block defined per-layout (prose gets eyebrow/date, docs gets hgroup).
Content block defined per-layout (docs adds sidebar <nav> + <aside> TOC).
2026-04-10 20:33:25 +02:00
..
_markup Wave 2: content fixes, deploy pipeline, layout refinements 2026-04-10 17:41:21 +02:00
baseof.html drop <main>, use <article role="main"> — bold landmark structure 2026-04-10 20:33:25 +02:00
list.html drop <main>, use <article role="main"> — bold landmark structure 2026-04-10 20:33:25 +02:00
single.html drop <main>, use <article role="main"> — bold landmark structure 2026-04-10 20:33:25 +02:00