Key Ideas
1header — Page vs Section Scope. A <header> at the top-level (direct child of <body>) becomes the site header — it gets the ARIA landmark role banner automatically, which screen readers ex...
2footer — Same Dual Scope. A page-level <footer> (direct child of body) gets the ARIA landmark role contentinfo. It's the place for copyright notices, secondary navigation, legal links, so...
3ARIA Landmark Roles. Browsers automatically assign ARIA landmark roles to semantic elements. Screen reader users can jump directly between landmarks — like keyboard shortcuts for page regi...