Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction27 of 60 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 2 image(s) |
| generic | 25 image(s) |
| too long | 5 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy75 headingsREVIEW
- H3 ‘I want my mom': Man accused of killing Miami Gardens minister yells at judge
- H3 Miami-Dade Home Depot manager arrested in multi-million markdown fraud, deputies say
- H3 Navy Secretary John Phelan is leaving in latest departure of a top defense leader
- H3 Couple accused of kidnapping child to Cuba for feared gender reassignment, DOJ says
- H3 Streaming 24/7 News
- H3 Here are the FIFA World Cup 2026™ matches that will be played in Miami
- H3 Hundreds of Party City stores reopen nationwide – inside another popular retailer
- H3 BSO sergeant arrested on domestic violence charges for 2nd time this year, rec...
- H3 Florida bill clarifying license plate frame law signed by DeSantis
- H3 Broward man arrested after making nude AI image of teen coworker at country cl...
- H3 Local
- H3 Miami-Dade School Board begins search for new superintendent
- H3 Bodycam shows Hialeah Police lieutenant's DUI arrest after crash with trash truck
- H3 Investigation involving DHS and FHP ends in Hialeah after witnesses report pursuit
- H3 Most Read
- H3 Miami-Dade Home Depot manager arrested in multi-million markdown fraud, deputies say
- H3 Florida bill clarifying license plate frame law signed by DeSantis
- H3 ‘I want my mom': Man accused of killing Miami Gardens minister yells at judge
- H3 Couple accused of kidnapping child to Cuba for feared gender reassignment, DOJ says
- H3 Bodycam shows Hialeah Police lieutenant's DUI arrest after crash with trash truck
- H3 ‘You are amusing': Killer laughs as judge hands down life sentence in Miami-Dade murder
- H3 Here are the FIFA World Cup 2026™ matches that will be played in Miami
- H3 Hundreds of Party City stores reopen nationwide – inside another popular retailer
- H3 BSO sergeant arrested on domestic violence charges for 2nd time this year, rec...
- H3 Florida bill clarifying license plate frame law signed by DeSantis
- H3 Broward man arrested after making nude AI image of teen coworker at country cl...
- H2 Top Videos
- H2 Fallen Korean War soldier returns home to South Florida 70 years later
- H3 More
- H4 Miami-Dade Home Depot manager arrested in multi-million markdown fraud, deputies say
- H4 South Florida man arrested again for allegedly posing as stock investor
- H4 Couple accused of kidnapping child to Cuba for feared gender reassignment, DOJ says
- H4 Investigation involving DHS and FHP ends in Hialeah after witnesses report pursuit
- H2 NBC 6 News
- H3 Man hospitalized after Deerfield Beach shooting
- H3 Miami-Dade County Public Schools searches for new superintendent
- H3 Fallen Korean War soldier returns home to South Florida 70 years later
- H3 Spirit Airlines nears deal with Trump administration for $500M rescue package
- H3 Brush fire continues to burn in Everglades
- H2 Responds
- H3 AI budgeting tools can help manage money but experts urge caution
- H3 Credit card myths experts say could cost you
- H3 Watch out for this fake CAPTCHA scam: The warning signs and how to protect yourself
- H2 Sports
- H3 WNBA sets record 216-game TV and streaming slate across NBC, Amazon and more
- H3 NFL defended streaming strategy in meeting with Trump administration regulators, FCC filing shows
- H3 On the clock: Here's how much time there is between each pick in the NFL draft
- H2 Investigations
- H3 Caught on video: How one South Florida man targeted stores again and again
- H3 Locked shelves, higher prices: Inside Florida's crackdown on retail theft rings
- H3 ‘A giant construction dividing our downtown': Safety and delay concerns mount over Miami Signature Bridge
- H3 Miami-Dade firefighter resigns after allegations of inappropriate messages to student in ride-along program
- H3 Child placed with father's relative after Tamarac triple murder, victim's sister says
- H2 Entertainment
- H3 Beyoncé, Bezos, baubles and bustiers: What to know about the 2026 Met Gala
- H3 An Instagram DM changed everything for Rachel Reid, Jacob Tierney and ‘Heated Rivalry'
- H3 ‘Terrifier' star David Howard Thornton proposes to girlfriend in full Art the Clown costume
- H2 South Florida Live
- H3 Celebrating Earth Day with Rose Cafe & Restaurant
- H3 Adopt a cat today at Miami-Dade Animal!
- H3 Gay Polo Tournament returns to Wellington!
- H2 News
- H3 Health
- H4 Crohn's and Colitis Foundation honors Miami residents who bring awareness to the disease
- H4 Boy survives ‘shallow water blackout' – the CPR that saved him and his family's message
- H4 A sister's promise: Turning grief into a mission to raise colon cancer awareness
- H3 Voices With Jawan Strader
- H4 Voices: A night of literary feasts
- H4 Voices: Black leadership witht the Miami Heat
- H4 Voices: Hialeah Gardens High School students heading to the D.C for a national competition
- H3 Miami Dolphins
- H4 Looking at Dolphins' draft options as new GM seeks to revamp roster
- H4 Dolphins not interested in trading star running back De'Von Achane, GM says
- H4 Cap-constrained Dolphins heading in new direction after trading Jaylen Waddle
- H4 Follow Us
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
CForm AccessibilityAction5 of 7 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| s | search | Search for: | none |
| s | search | Search for: | none |
| input | range | (none) | none |
| #seek | range | (none) | none |
| input | range | (none) | none |
| input | submit | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">; <input type="range">; <input type="range" id="seek">; <input type="range">; <input type="submit">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
BLink & Button Quality1 issue(s) across 244 links and 13 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.nbcmiami.com/weather/?__osou… | (empty) | empty | Add link text or aria-label |
| http://www.facebook.com/NBC6SouthFlorida | new tab | Add '(opens in new tab)' to text | |
| https://instagram.com/nbc6 | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@nbcsouthflorida | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@nbc6southflorid… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.nbcuniversal.com/privacy/?br… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.nbcuniversal.com/privacy/coo… | Ad Choices | new tab | Add '(opens in new tab)' to text |
| http://www.facebook.com/NBC6SouthFlorida | new tab | Add '(opens in new tab)' to text | |
| https://instagram.com/nbc6 | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@nbcsouthflorida | TikTok | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@nbc6southflorid… | Youtube | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.nbcmiami.com/weather/?__osource=wtvj_weather_widget
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
http://www.facebook.com/NBC6SouthFlorida; https://instagram.com/nbc6; https://www.tiktok.com/@nbcsouthflorida; https://www.youtube.com/@nbc6southflorida; https://www.nbcuniversal.com/privacy/?brandA=Owned_Stations&intake=NBC_South_…; https://www.nbcuniversal.com/privacy/cookies#accordionheader2; http://www.facebook.com/NBC6SouthFlorida; https://instagram.com/nbc6; https://www.tiktok.com/@nbcsouthflorida; https://www.youtube.com/@nbc6southflorida
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 5 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Top Videos | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 NBC 6 News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Responds | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Sports | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Investigations | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Entertainment | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 South Florida Live | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Streaming 24/7 News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Local | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Most Read | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 More | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title NBC 6 South Florida … | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| a Skip to content | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| span Main Navigation | 5.24:1 | 4.5:1 | #000000 | #6B80A3 | Pass |
| span Search | 2.15:1 | 4.5:1 | #000000 | #244379 | Fail |
| span Search for: | 1.70:1 | 4.5:1 | #000000 | #11326C | Fail |
| a Local | 1.82:1 | 4.5:1 | #000000 | #173770 | Fail |
| a Weather | 1.73:1 | 4.5:1 | #000000 | #14346B | Fail |
| a Video | 1.62:1 | 4.5:1 | #000000 | #102F66 | Fail |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
BLighthouse Accessibility AuditsScore 82/100 — 6 failing, 25 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#home-fast-player > div.video-playlist__container > div.player > div.player__overlay div#home-fast-player > div.video-playlist__container > div.player > div.player__overlay |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
TRENDING div.site-header__secondary > div.site-header__wrap > div.site-header__trending > span.site-header__trending-label |
TONIGHT
71° div > div.weather-widget > div.tonight-tomorrow > div.tonight |
TOMORROW
82° div > div.weather-widget > div.tonight-tomorrow > div.tomorrow |
Copyright © 2026 NBCUniversal Media, LLC. All rights reserved footer.site-footer > div.site-footer__wrapper > div.site-footer__corporate > span.site-footer__corporate-copyright |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Miami-Dade Home Depot manager arrested in multi-million markdown fraud, deputie… a > div.video-thumbnail__video > div.video-thumbnail__info > h4.video-thumbnail__video-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#homepage > div#template-hero > div.hero-background > img.hero-background__img div#homepage > div#template-hero > div.hero-background > img.hero-background__img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column2 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
section#nbc_weather_widget-4 > div.nbc-weather-widget > div.nbc_owned_television_stations_weather_iframe > a section#nbc_weather_widget-4 > div.nbc-weather-widget > div.nbc_owned_television_stations_weather_iframe > a |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Main Navigation div.site-header__wrap > div.site-header__nav-search > div.site-header__nav-main > button.site-header__nav-main-toggle |
CAUGHT ON CAMERA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
MILITARY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CUBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
MIAMI-DADE COUNTY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
HIALEAH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
HIALEAH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLORIDA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CUBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
HIALEAH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FIFA WORLD CUP div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
RETAIL div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLORIDA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DEERFIELD BEACH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SOUTH FLORIDA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
AIRLINES div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WILDFIRES div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PERSONAL FINANCE div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SCAMS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WNBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NFL div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NFL div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBC6 INVESTIGATES div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBC6 INVESTIGATES div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBC6 INVESTIGATES div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
ONLY ON 6 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
ONLY ON 6 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
MET GALA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
TELEVISION div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CELEBRITY NEWS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SOUTH FLORIDA LIVE div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SOUTH FLORIDA LIVE div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SOUTH FLORIDA LIVE div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
These items highlight common accessibility best practices.
ALandmark Structure16 landmarksPASS
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices