Why you don't need to include "navigation" in your <nav> labels for screen readers
By
Geoff Graham on Jun 12, 2026
Summary
A short article discussing the unnecessary repetition of the word "navigation" in HTML <nav> labels for screen readers, noting that screen readers already announce the element as navigation, making phrases like "Primary navigation" redundant. The author draws a parallel to alt text, where saying "image" is also unnecessary since it's implied.
Source
Key quotes
· 3 pulledincluding the word 'navigation' in your <nav> labels. There's no need.
If we did, we'd hear something like 'Navigation, Primary navigation'. Not the end of the world, but unnecessarily repetitive for screen reader users.
there's no need to say something like 'image' when describing one in the alt text. That's sorta implied.
You might also wanna read
Natural Language Interfaces Could Replace Traditional UI Elements
The article argues that natural language interfaces should replace traditional UI elements like menus and sidebars, suggesting that users ca
Why Using Div Elements Instead of Buttons Harms Web Accessibility
The article argues against using div elements as substitutes for button elements in web development, particularly criticizing developers who
Why building websites with lots of little HTML pages works better than JavaScript-heavy interactions
The author reflects on their approach to building websites using "Lots of Little HTML pages" (LLMs), advocating for avoiding JavaScript-heav
Replacing JavaScript Web Components with HTML-Only Navigation for Icon Resizing
The author discusses replacing a JavaScript-based web component for resizing icons on their icon sites with a simpler HTML-only approach. Pr
The Underrated Power of HTML's Description List Element
This article explores the HTML <dl> (description list) element, arguing it is underrated and highly versatile for representing name-value pa
Firefox's Keyboard Navigation Feature and Its Limitations with Modern Web Design
The article discusses Firefox's keyboard navigation feature called 'quick find for links' (activated by pressing ' key) that allows users to

Comments
Sign in to join the conversation.
No comments yet. Be the first.