Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction3 of 24 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 3 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
FLink & Button QualityAction7 issue(s) across 73 links and 3 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.disneyplus.com/browse/entity… | Stream on | new tab | Add '(opens in new tab)' to text |
| https://abcnews.com/US/southern-poverty-… | Southern Poverty Law Center sa… | img no alt | Add alt attribute to the image |
| https://abcnews.com/Politics/white-house… | White House UFC event is getti… | img no alt | Add alt attribute to the image |
| https://abcnews.com/US/trump-host-gala-t… | Trump to host gala for top $TR… | img no alt | Add alt attribute to the image |
| https://abcnews.com/Business/trumps-fede… | Trump's Fed chair nominee Kevi… | img no alt | Add alt attribute to the image |
| https://abcnews.com/Politics/virginia-re… | In Virginia redistricting elec… | img no alt | Add alt attribute to the image |
| https://abcnews.com/Politics/house-ethic… | Embattled Democratic Rep. Shei… | img no alt | Add alt attribute to the image |
| https://abcnews.com/Politics/hegseth-end… | Hegseth ends mandatory flu vac… | img no alt | Add alt attribute to the image |
| https://abcnews.com/Politics/iran-war-be… | Iran war has become political … | img no alt | Add alt attribute to the image |
| https://abcnews.com/Politics/house-ethic… | House Ethics Committee urges v… | img no alt | Add alt attribute to the image |
| https://abcnews.com/Politics/brought-uni… | Mentalist Oz Pearlman to host … | img no alt | Add alt attribute to the image |
| / | ABCN Logo | img no alt | Add alt attribute to the image |
| https://www.facebook.com/ABCNews | (empty) | empty | Add link text or aria-label |
| https://twitter.com/ABC | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/abcnews/ | (empty) | empty | Add link text or aria-label |
| https://www.tiktok.com/@abcnews | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/@ABCNews | (empty) | empty | Add link text or aria-label |
| https://apps.apple.com/us/app/abc-news-b… | Download ABC News: Breaking Ne… | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Download ABC News: Breaking Ne… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.facebook.com/ABCNews; https://twitter.com/ABC; https://www.instagram.com/abcnews/; https://www.tiktok.com/@abcnews; https://www.youtube.com/@ABCNews
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[data-testid="prism-linkbase"]; a[data-testid="prism-linkbase"]; a[data-testid="prism-linkbase"]; a[data-testid="prism-linkbase"]; a[data-testid="prism-linkbase"]; a[data-testid="prism-linkbase"]; a[data-testid="prism-linkbase"]; a[data-testid="prism-linkbase"]; a[data-testid="prism-linkbase"]; a[data-testid="prism-linkbase"] (+3 more)
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.disneyplus.com/browse/entity-7c160b55-f261-476a-b3f7-f3a6b083cba2…
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
Icon-only buttons need an aria-label so screen readers can announce them.
button[data-testid="webui-CarouselControl"]; button[data-testid="webui-CarouselControl"]
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLighthouse Accessibility AuditsActionScore 78/100 — 6 failing, 21 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
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.navigation > div.navigation__container > div.navigation__menu > div.navigation__group nav.navigation > div.navigation__container > div.navigation__menu > div.navigation__group |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.navigation__group > div#notifications > div.fitt-tracker > button.navMenu25__link div.navigation__group > div#notifications > div.fitt-tracker > button.navMenu25__link |
div.PlaylistPagination > div.PaginationContent > div.VZTD > button.hyWKA div.PlaylistPagination > div.PaginationContent > div.VZTD > button.hyWKA |
div.PlaylistPagination > div.PaginationContent > div.VZTD > button.hyWKA div.PlaylistPagination > div.PaginationContent > div.VZTD > button.hyWKA |
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 |
|---|
section.FKePQ > div.VZTD > a.AnchorLink > img.hsDdd section.FKePQ > div.VZTD > a.AnchorLink > img.hsDdd |
div.VZTD > div.hyWKA > a.AnchorLink > img.hsDdd div.VZTD > div.hyWKA > a.AnchorLink > img.hsDdd |
div.VZTD > div.hyWKA > a.AnchorLink > img.hsDdd div.VZTD > div.hyWKA > a.AnchorLink > img.hsDdd |
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 |
|---|
section.VZTD > div.VZTD > div.VZTD > a.AnchorLink section.VZTD > div.VZTD > div.VZTD > a.AnchorLink |
section.VZTD > div.VZTD > div.VZTD > a.AnchorLink section.VZTD > div.VZTD > div.VZTD > a.AnchorLink |
section.VZTD > div.VZTD > div.VZTD > a.AnchorLink section.VZTD > div.VZTD > div.VZTD > a.AnchorLink |
section.VZTD > div.VZTD > div.VZTD > a.AnchorLink section.VZTD > div.VZTD > div.VZTD > a.AnchorLink |
section.VZTD > div.VZTD > div.VZTD > a.AnchorLink section.VZTD > div.VZTD > div.VZTD > a.AnchorLink |
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 |
|---|
Go to view 1 div.PaginationContent > div.VZTD > div.VZTD > button.ToNh |
Go to view 2 div.PaginationContent > div.VZTD > div.VZTD > button.Tmtov |
Go to view 3 div.PaginationContent > div.VZTD > div.VZTD > button.Tmtov |
Go to view 4 div.PaginationContent > div.VZTD > div.VZTD > button.Tmtov |
Terms of Use section.YiFgv > div.VZTD > div.VZTD > a.YiFgv |
Do Not Sell or Share My Personal Information section.YiFgv > div.VZTD > div.VZTD > a.ot-sdk-show-settings |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ABC News div.navigation__menu > h2#home > div.fitt-tracker > a.AnchorLink |
Salwan Georges/EPA/Shutterstock div.dxixT > div.urA-DN > div.liAe > a.zZygg |
Trump to host gala for top $TRUMP meme coin investors -- again
Critics call th… div.urA-DN > div.liAe > div.QGHKv > a.zZygg |
ALandmark Structure4 landmarksPASS
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
A+Heading Hierarchy36 headingsPASS
- H2 ABC News
- H2 Live
- H2 Video
- H2 Shows
- H2 Shop
- H2 Stream on
- H1 Political News
- H2 Southern Poverty Law Center says it's facing Justice Department probe
- H2 White House UFC event is getting increased security, DHS says
- H2 Trump to host gala for top $TRUMP meme coin investors -- again
- H2 Trump's Fed chair nominee Kevin Warsh testifies before Congress amid Powell probe
- H2 In Virginia redistricting election, 4 House seats at stake as voters go to the polls
- H3 Wife of active US Army sergeant at risk of deportation to 3rd country
- H3 Labor Secretary Chavez-DeRemer leaving amid investigation into alleged misconduct
- H3 Inside the war powers debate on Iran raging on Capitol Hill
- H3 Supreme Court seems wary of limiting federal regulators' power in a data privacy case
- H3 Latest Videos
- H2 Embattled Democratic Rep. Sheila Cherfilus-McCormick resigns from Congress
- H2 In Virginia redistricting election, 4 House seats at stake as voters go to the polls
- H2 Labor Sec. Lori Chavez-DeRemer exits amid investigation into alleged misconduct
- H2 Trump's Federal Reserve chair nominee Kevin Warsh testifies before Congress
- H2 Bill Nye on proposed NASA budget cuts
- H2 Talks between US, Iran will be 'under doubt': Analyst
- H2 Tariff refund portal to open after court ruling on trade policy
- H2 President Trump officially nominates Dr. Erica Schwartz as new CDC director
- H2 Barack Obama calls for Virginians to vote for redistricting in new video
- H2 Rep. Ilhan Omar discusses Christian references connected to Iran war
- H3 Latest Stories
- H2 Embattled Democratic Rep. Sheila Cherfilus-McCormick resigns from Congress
- H2 Hegseth ends mandatory flu vaccine for US military, says shot is now optional
- H2 Iran war has become political baggage for Vance: ANALYSIS
- H2 House Ethics Committee urges victims of sexual misconduct to contact them
- H2 Mentalist Oz Pearlman to host White House Correspondents' Dinner
- H2 Topics
- H2 Shows
- H2 Company
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | checkbox | none |
A404 Error PageHTTP 404, custom pagePASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Political News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Live | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Video | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Shows | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Shop | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Stream on | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Southern Poverty Law… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 White House UFC even… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trump to host gala f… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trump's Fed chair no… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 In Virginia redistri… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Embattled Democratic… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 In Virginia redistri… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Labor Sec. Lori Chav… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trump's Federal Rese… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Bill Nye on proposed… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Talks between US, Ir… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Tariff refund portal… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 President Trump offi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Barack Obama calls f… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
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.