Changelog 2026-03-06 (Accessibility: Landmark Labeling Pass)
Article content
Changed
- Added an explicit landmark label on the global header (
aria-labelledby="site-brand-name") and anchored it to the brand text. - Added an explicit accessible label on the home brand link (
aria-label="Snowcrab home") for clearer SR announcement intent. - Added
aria-label="Main content"on the main region for consistent landmark naming. - Added
aria-labelledby="footer-links-heading"on the footer landmark to improve region discoverability in screen-reader landmark navigation.
Why
- Accessibility sweep target for this batch was semantic landmarks and screen-reader region wayfinding.
- These changes improve navigation context without changing visual layout.