The New York Timesnytimes.com
Accessibility Score
Issues Found
Issues Found
CriticalCertain ARIA roles must contain particular children2 elements
ARIA roles missing required child elements cannot perform their intended accessibility functions. Children provide essential context, like how a treeitem relates to its parent container and siblings. Without proper children, assistive technologies cannot convey this structural information to users.
Failing Elements
<nav class="map-table-nav eln-naq546" role="tablist" aria-label="Select a race">
Fix any of the following:
- Element has children which are not allowed: li[tabindex]
<div style="--promo-aspect-ratio:2/3;--full-aspect-ratio:9/16;--number-of-promo-items-to-show:5;--outer-grid-padding-left:0px;--outer-grid-padding-right:0px;--inner-grid-padding:16px;" role="feed" aria-label="Video feed" ...>
Fix any of the following:
- Element has children which are not allowed: button[aria-label]
CriticalCertain ARIA roles must be contained by particular parents5 elements
ARIA roles with missing required parent elements cannot function as intended for assistive technology users. Parent-child relationships convey essential hierarchy and context, like showing where an item sits within a tree structure. Without proper parents, this critical relationship information is lost.
Failing Elements
<button aria-selected="true" id="g-results-tablist-s1-tab-me-us-senate-2-primary" aria-controls="g-results-tablist-s1-panel-me-us-senate-2-primary" role="tab" class="eln-naq546">
Fix any of the following:
- Required ARIA parent role not present: tablist
<button aria-selected="false" id="g-results-tablist-s1-tab-me-governor-primary" aria-controls="g-results-tablist-s1-panel-me-governor-primary" role="tab" class="eln-naq546">
Fix any of the following:
- Required ARIA parent role not present: tablist
<button aria-selected="false" id="g-results-tablist-s1-tab-sc-us-senate-2-primary" aria-controls="g-results-tablist-s1-panel-sc-us-senate-2-primary" role="tab" class="eln-naq546">
Fix any of the following:
- Required ARIA parent role not present: tablist
<button aria-selected="false" id="g-results-tablist-s1-tab-sc-governor-primary" aria-controls="g-results-tablist-s1-panel-sc-governor-primary" role="tab" class="eln-naq546">
Fix any of the following:
- Required ARIA parent role not present: tablist
<button aria-selected="false" id="g-results-tablist-s1-tab-nv-governor-primary" aria-controls="g-results-tablist-s1-panel-nv-governor-primary" role="tab" class="eln-naq546">
Fix any of the following:
- Required ARIA parent role not present: tablist
CriticalImages must have alternative text6 elements
Screen readers cannot translate images into text without alt attributes. Alternative text is essential for blind users and beneficial for users with low vision or color blindness, providing the same information that sighted users get from viewing the image.
Failing Elements
<img src="https://static01.nyt.com/images/2026/06/09/multimedia/09artemis-MEET-THE-CREW-new-cqkl/09artemis-MEET-THE-CREW-new-cqkl-threeByTwoMediumAt2X.jpg?auto=webp&quality=30&disable=upscale&format=pjpg" data-testid="betamax-poster" class="_poster_13tnt_20">
Fix any of the following:
- Element does not have an alt attribute
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
- Element's default semantics were not overridden with role="none" or role="presentation"
<img src="https://static01.nyt.com/images/2026/06/09/multimedia/09vid-xi-cover-zqwl/09vid-xi-cover-zqwl-verticalTwoByThree735.jpg?auto=webp&quality=30&disable=upscale&format=pjpg" data-testid="betamax-poster" fetchpriority="high" class="_poster_13tnt_20">
Fix any of the following:
- Element does not have an alt attribute
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
- Element's default semantics were not overridden with role="none" or role="presentation"
<img src="https://static01.nyt.com/images/2026/06/08/arts/Screenshot-2026-06-08-at-19/Screenshot-2026-06-08-at-19-verticalTwoByThree735.png?auto=webp&quality=30&disable=upscale&format=pjpg" data-testid="betamax-poster" fetchpriority="high" class="_poster_13tnt_20">
Fix any of the following:
- Element does not have an alt attribute
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
- Element's default semantics were not overridden with role="none" or role="presentation"
<img src="https://static01.nyt.com/images/2026/06/09/multimedia/09-philippines-quake-voices-vthg/09-philippines-quake-voices-vthg-verticalTwoByThree735.jpg?auto=webp&quality=30&disable=upscale&format=pjpg" data-testid="betamax-poster" fetchpriority="high" class="_poster_13tnt_20">
Fix any of the following:
- Element does not have an alt attribute
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
- Element's default semantics were not overridden with role="none" or role="presentation"
<img src="https://static01.nyt.com/images/2026/06/04/arts/USMNT/USMNT-verticalTwoByThree735.png?auto=webp&quality=30&disable=upscale&format=pjpg" data-testid="betamax-poster" fetchpriority="high" class="_poster_13tnt_20">
Fix any of the following:
- Element does not have an alt attribute
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
- Element's default semantics were not overridden with role="none" or role="presentation"
<img src="https://static01.nyt.com/images/2021/06/17/dining/ek-jalapeno-grilled-pork-chops/merlin_189307476_76974cf0-fc4e-4401-b0aa-bf212d18c5ac-verticalTwoByThree735.jpg?auto=webp&quality=30&disable=upscale&format=pjpg" data-testid="betamax-poster" fetchpriority="high" class="_poster_13tnt_20">
Fix any of the following:
- Element does not have an alt attribute
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
- Element's default semantics were not overridden with role="none" or role="presentation"
SeriousLinks must have discernible text5 elements
Keyboard users and screen reader users can only interact with links that have accessible names and can receive focus. Without proper names, users don't know where links lead. Without keyboard focus, users who cannot use a mouse cannot activate the links at all.
Failing Elements
<a class="d3BmaG_link" href="https://www.nytimes.com/2026/06/09/us/tradwife-ballerina-farm-utah.html">
Fix all of the following:
- Element is in tab order and does not have accessible text
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
<a class="d3BmaG_link" href="https://www.nytimes.com/2026/06/09/us/tradwife-ballerina-farm-utah.html">
Fix all of the following:
- Element is in tab order and does not have accessible text
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
<a class="d3BmaG_link" href="https://www.nytimes.com/2026/06/09/us/tradwife-ballerina-farm-utah.html">
Fix all of the following:
- Element is in tab order and does not have accessible text
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
<a class="d3BmaG_link" href="https://www.nytimes.com/2026/06/09/us/tradwife-ballerina-farm-utah.html">
Fix all of the following:
- Element is in tab order and does not have accessible text
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
<a class="d3BmaG_link" href="https://www.nytimes.com/2026/06/09/us/tradwife-ballerina-farm-utah.html">
Fix all of the following:
- Element is in tab order and does not have accessible text
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
Serious<li> elements must be contained in a <ul> or <ol>5 elements
Lists require proper semantic hierarchy with ul or ol parent elements and li child elements. This structure allows screen readers to announce when users enter a list, how many items it contains, and which item they're currently on, providing essential context for understanding the content.
Failing Elements
<li>
Fix any of the following:
- List item parent element has a role that is not role="list"
<li>
Fix any of the following:
- List item parent element has a role that is not role="list"
<li>
Fix any of the following:
- List item parent element has a role that is not role="list"
<li>
Fix any of the following:
- List item parent element has a role that is not role="list"
<li>
Fix any of the following:
- List item parent element has a role that is not role="list"
Passed Audits
[role="img"] elements must have alternative text1 element
Screen readers cannot convert visual images with role="img" into text without an accessible alternative. All users with visual disabilities, from complete blindness to low vision and color blindness, require text alternatives to access the information that images convey.
Audit Elements
<div class="map map-root eln-xp1rod" alt="" role="img" aria-label="Map of election results. " style="position: relative;">
<html> element must have a lang attribute1 element
Screen readers need language information to switch between pronunciation libraries. Without a specified language, screen readers default to the user's preferred language, resulting in incorrect pronunciation that sounds like a strange accent and makes content difficult or impossible to understand.
Audit Elements
<html lang="en" class="nytapp-vi-homepage nytapp-vi-homepage " xmlns:og="http://opengraphprotocol.org/schema/" data-rh="lang,class">
<html> element must have a valid value for the lang attribute1 element
Screen readers use language-specific sound libraries for proper pronunciation. Invalid language attributes cause screen readers to use the wrong library, making text sound like a confusing accent or completely unintelligible, especially for multilingual users who access content in multiple languages.
Audit Elements
<html lang="en" class="nytapp-vi-homepage nytapp-vi-homepage " xmlns:og="http://opengraphprotocol.org/schema/" data-rh="lang,class">
<li> elements must be contained in a <ul> or <ol>61 elements
Lists require proper semantic hierarchy with ul or ol parent elements and li child elements. This structure allows screen readers to announce when users enter a list, how many items it contains, and which item they're currently on, providing essential context for understanding the content.
Audit Elements
<li data-testid="edition-menu-us" class="CqtwdW_editionMenuItem CqtwdW_editionMenuActive"><a lang="en-US" class="CqtwdW_link" aria-current="page" href="/">U.S.</a></li>
<li data-testid="edition-menu-international" class="CqtwdW_editionMenuItem"><a lang="en" class="CqtwdW_link" href="/international/">International</a></li>
<li data-testid="edition-menu-canada" class="CqtwdW_editionMenuItem"><a lang="en-CA" class="CqtwdW_link" href="/ca/">Canada</a></li>
<li data-testid="edition-menu-spanish" class="CqtwdW_editionMenuItem"><a lang="es-ES" class="CqtwdW_link" href="https://www.nytimes.com/es/">Español</a></li>
<li data-testid="edition-menu-chinese" class="CqtwdW_editionMenuItem"><a lang="zh-hans" class="CqtwdW_link" href="https://cn.nytimes.com">中文</a></li>
<li class="css-1bo3wsb" data-testid="nav-item-U.S." data-navid="U.S.">
<li class="css-1bo3wsb" data-testid="nav-item-World" data-navid="World">
<li class="css-1bo3wsb" data-testid="nav-item-Business" data-navid="Business">
<li class="css-1bo3wsb" data-testid="nav-item-Arts" data-navid="Arts">
<li class="css-1bo3wsb" data-testid="nav-item-Lifestyle" data-navid="Lifestyle">
Showing first 10 of 61 audited elements.
<svg> elements with an img role must have alternative text2 elements
SVG images need text alternatives so their information can be accessed through any sensory modality - visual, auditory, or tactile. Text alternatives enable screen readers to convert visual information into speech or braille, support future translation into sign language, and ensure content is accessible regardless of a user's sensory abilities.
Audit Elements
<svg width="25px" height="19px" role="img" viewBox="0 0 25 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="eln-7q0zny">
<svg width="25px" height="19px" role="img" viewBox="0 0 25 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="eln-7q0zny">
<ul> and <ol> must only directly contain <li>, <script> or <template> elements13 elements
Lists must contain only li elements as direct children (besides non-content elements like script or style). When other content elements appear within ul or ol tags, screen readers cannot properly inform users they're listening to list items, breaking the expected list navigation experience.
Audit Elements
<ul data-testid="masthead-edition-menu" class="CqtwdW_editionMenu">
<ul class="css-17j7fe1">
<ul id="hp-live-band-list" class="css-en4c2f">
<ul class="css-42qkq">
<ul class="css-10egq61 e13z12oa1">
<ul class="css-10egq61 e13z12oa1">
<ol class="carousel-ol E8QfaG_list">
<ul class="css-10egq61 e13z12oa1">
<ul class="css-10egq61 e13z12oa1">
<ul class="css-10egq61 e13z12oa1">
Showing first 10 of 13 audited elements.
<video> elements must have captions1 element
Videos without captions are inaccessible to deaf users who can see the video but cannot hear dialogue, narration, or essential sounds. Captions must include all meaningful audio information, not just dialogue, including sound effects and non-speech sounds that provide context and meaning.
Audit Elements
<video data-testid="betamax-video" muted="" crossorigin="anonymous" playsinline="" preload="none" disablepictureinpicture="" class="_reduced-motion-check-complete_128fk_101">
All page content should be contained by landmarks3091 elements
Content should be organized within high-level landmark regions like <header>, <navigation>, <main>, and <footer>. Content outside these sections is difficult to find and its purpose may be unclear, making navigation inefficient for screen reader users who rely on landmarks to understand page structure.
Audit Elements
<div id="app">
<a class="css-kgn7zc" href="#site-content">Skip to content</a>
<a class="css-kgn7zc" href="#site-index">Skip to site index</a>
<div class="css-v2w0j8 e1xxpj0j0">
<div class="css-1q58nbc e1xxpj0j1">
<div class="css-aljv3" data-testid="StandardAd">
<a href="#after-dfp-ad-top" class="css-777zgl">SKIP ADVERTISEMENT</a>
<div class="ad dfp-ad-top-wrapper css-rfqw0c"><div id="dfp-ad-top" class="place-ad placed-ad" data-position="top" data-size-key="top" data-lazy-load="true" data-lazy-load-offset=""></div></div>
<div id="dfp-ad-top" class="place-ad placed-ad" data-position="top" data-size-key="top" data-lazy-load="true" data-lazy-load-offset=""></div>
<div id="after-dfp-ad-top"></div>
Showing first 10 of 3091 audited elements.
Alternative text of images should not be repeated as text24 elements
Duplicating alternative text adjacent to an image or link forces screen readers to announce the same information twice. This redundancy is unnecessary and confusing, especially when image buttons repeat their labels in nearby text.
Audit Elements
<img class="css-o9w048" src="https://static01.nyt.com/images/2026/06/09/multimedia/09dc-military-hp/09dc-military-photo-mvjp-threeByTwoMediumAt2X.jpg?format=pjpg&quality=75&auto=webp&disable=upscale" alt="" fetchpriority="high">
<img class="css-dzl7b5" alt="President Trump stan..." loading="lazy" fetchpriority="auto" src="https://static01.nyt...">
<img src="https://static01.nyt.com/images/2026/06/09/multimedia/09artemis-MEET-THE-CREW-new-cqkl/09artemis-MEET-THE-CREW-new-cqkl-threeByTwoMediumAt2X.jpg?auto=webp&quality=30&disable=upscale&format=pjpg" data-testid="betamax-poster" class="_poster_13tnt_20">
<img class="css-dzl7b5" alt="Closeup of an uncapp..." loading="lazy" fetchpriority="auto" src="https://static01.nyt...">
<img class="css-dzl7b5" alt="" loading="lazy" fetchpriority="auto" src="https://static01.nyt.com/images/2026/06/09/multimedia/FD-PROM-PROMO-zwjl/FD-PROM-PROMO-zwjl-threeByTwoMediumAt2X.jpg?format=pjpg&quality=75&auto=webp&disable=upscale">
<img class="css-1kx59a0" alt="Thomas L. Friedman" loading="lazy" src="https://static01.nyt.com/images/2018/04/02/opinion/thomas-l-friedman/thomas-l-friedman-thumbLarge.png?format=pjpg&quality=75&auto=webp&disable=upscale">
<img class="css-1kx59a0" alt="Bret Stephens" loading="lazy" src="https://static01.nyt.com/images/2017/08/27/insider/bretstephens/bretstephens-thumbLarge-v6.png?format=pjpg&quality=75&auto=webp&disable=upscale">
<img class="css-yf0ys" alt="An illustration of a..." loading="lazy" fetchpriority="auto" src="https://static01.nyt...">
<img src="https://static01.nyt.com/images/2026/06/09/multimedia/09vid-xi-cover-zqwl/09vid-xi-cover-zqwl-verticalTwoByThree735.jpg?auto=webp&quality=30&disable=upscale&format=pjpg" data-testid="betamax-poster" fetchpriority="high" class="_poster_13tnt_20">
<img src="https://static01.nyt.com/images/2026/06/08/arts/Screenshot-2026-06-08-at-19/Screenshot-2026-06-08-at-19-verticalTwoByThree735.png?auto=webp&quality=30&disable=upscale&format=pjpg" data-testid="betamax-poster" fetchpriority="high" class="_poster_13tnt_20">
Showing first 10 of 24 audited elements.
ARIA attributes must be used as specified for the element's role84 elements
Using ARIA attributes where they're not expected causes unpredictable behavior in assistive technologies. Following the ARIA specification ensures that screen readers and other tools can properly interpret and communicate your content's meaning to people with disabilities.
Audit Elements
<button aria-expanded="false" aria-controls="search-input" class="css-tkwi90 e1iflr850" data-testid="search-button">
<a lang="en-US" class="CqtwdW_link" aria-current="page" href="/">U.S.</a>
<a href="/" aria-label="The New York Times homepage" class="a75Wga_desktopHomeLink">
<nav aria-label="Main" data-testid="desktop-nested-nav" class="css-ii3p4j">
<button type="button" aria-label="open U.S." data-navid="U.S." class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open World" data-navid="World" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Business" data-navid="Business" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Arts" data-navid="Arts" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Lifestyle" data-navid="Lifestyle" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Opinion" data-navid="Opinion" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
Showing first 10 of 84 audited elements.
ARIA attributes must conform to valid names84 elements
Misspelled or non-existent ARIA attributes cannot perform their intended accessibility function. Assistive technologies rely on correctly spelled, current ARIA attributes to convey proper user interface behaviors and structural information to people with disabilities.
Audit Elements
<button aria-expanded="false" aria-controls="search-input" class="css-tkwi90 e1iflr850" data-testid="search-button">
<a lang="en-US" class="CqtwdW_link" aria-current="page" href="/">U.S.</a>
<a href="/" aria-label="The New York Times homepage" class="a75Wga_desktopHomeLink">
<nav aria-label="Main" data-testid="desktop-nested-nav" class="css-ii3p4j">
<button type="button" aria-label="open U.S." data-navid="U.S." class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open World" data-navid="World" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Business" data-navid="Business" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Arts" data-navid="Arts" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Lifestyle" data-navid="Lifestyle" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Opinion" data-navid="Opinion" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
Showing first 10 of 84 audited elements.
ARIA attributes must conform to valid values84 elements
ARIA attributes must contain correctly spelled values that match the attribute's expected options. Invalid values prevent the accessibility feature from working, making content inaccessible to assistive technology users who depend on these attributes for navigation and interaction.
Audit Elements
<button aria-expanded="false" aria-controls="search-input" class="css-tkwi90 e1iflr850" data-testid="search-button">
<a lang="en-US" class="CqtwdW_link" aria-current="page" href="/">U.S.</a>
<a href="/" aria-label="The New York Times homepage" class="a75Wga_desktopHomeLink">
<nav aria-label="Main" data-testid="desktop-nested-nav" class="css-ii3p4j">
<button type="button" aria-label="open U.S." data-navid="U.S." class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open World" data-navid="World" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Business" data-navid="Business" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Arts" data-navid="Arts" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Lifestyle" data-navid="Lifestyle" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Opinion" data-navid="Opinion" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
Showing first 10 of 84 audited elements.
ARIA hidden element must not be focusable or contain focusable elements63 elements
Elements with aria-hidden="true" are removed from the accessibility API but remain keyboard-focusable, creating confusion about their visibility state. When users tab to these hidden elements, screen readers stay silent, leaving users unaware of what they've focused on or why nothing is being announced.
Audit Elements
<svg aria-hidden="true" class="css-1fe7a5q" viewBox="0 0 16 16"><rect x="1" y="3" fill="#333" width="14" height="2"></rect><rect x="1" y="7" fill="#333" width="14" height="2"></rect><rect x="1" y="11" fill="#333" width="14" height="2"></rect></svg>
<svg aria-hidden="true" class="css-1fe7a5q" viewBox="0 0 16 16">
<svg viewBox="0 0 184 25" fill="#000" aria-hidden="true">
<svg class="css-1p66nw2" viewBox="0 0 20 20" fill="#333" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<svg aria-hidden="true" width="5px" height="9px" viewBox="0 0 5 9" class="css-4ky835">
<svg aria-hidden="true" width="5px" height="9px" viewBox="0 0 5 9" class="css-4ky835">
<svg aria-hidden="true" width="5px" height="9px" viewBox="0 0 5 9" class="">
<svg viewBox="0 0 184 25" fill="#000" aria-hidden="true">
<div class="Wr7_RG_floatingMiniNavContainer" aria-hidden="true" style="visibility:hidden">
<div aria-hidden="true" aria-label="U.S. submenu" class="css-gwbfi" data-testid="nav-dropdown-U.S.">
Showing first 10 of 63 audited elements.
ARIA role should be appropriate for the element31 elements
Invalid ARIA role and HTML element combinations can break accessibility for entire sections of your application. When roles are used incorrectly, assistive technologies may report confusing or nonsensical information to users, making it impossible for them to understand and interact with the interface properly.
Audit Elements
<section role="navigation" aria-labelledby="hp-live-band-container-heading" id="hp-live-band-container" class="css-hob20z">
<nav class="map-table-nav eln-naq546" role="tablist" aria-label="Select a race">
<button aria-selected="true" id="g-results-tablist-s1-tab-me-us-senate-2-primary" aria-controls="g-results-tablist-s1-panel-me-us-senate-2-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-me-governor-primary" aria-controls="g-results-tablist-s1-panel-me-governor-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-sc-us-senate-2-primary" aria-controls="g-results-tablist-s1-panel-sc-us-senate-2-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-sc-governor-primary" aria-controls="g-results-tablist-s1-panel-sc-governor-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-nv-governor-primary" aria-controls="g-results-tablist-s1-panel-nv-governor-primary" role="tab" class="eln-naq546">
<div role="tabpanel" data-race-group="me-us-senate-2-primary" id="g-results-tablist-s1-panel-me-us-senate-2-primary" aria-labelledby="g-results-tablist-s1-tab-me-us-senate-2-primary" aria-hidden="false" class="eln-naq546">
<p aria-live="polite" role="status" class="visually-hidden"> race called</p>
<svg width="25px" height="19px" role="img" viewBox="0 0 25 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="eln-7q0zny">
Showing first 10 of 31 audited elements.
ARIA roles used must conform to valid values27 elements
Invalid ARIA role values prevent assistive technologies from understanding and communicating the element's purpose to users. Without valid roles, screen readers cannot provide information about the element's features, properties, or how users should interact with it.
Audit Elements
<section role="navigation" aria-labelledby="hp-live-band-container-heading" id="hp-live-band-container" class="css-hob20z">
<nav class="map-table-nav eln-naq546" role="tablist" aria-label="Select a race">
<button aria-selected="true" id="g-results-tablist-s1-tab-me-us-senate-2-primary" aria-controls="g-results-tablist-s1-panel-me-us-senate-2-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-me-governor-primary" aria-controls="g-results-tablist-s1-panel-me-governor-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-sc-us-senate-2-primary" aria-controls="g-results-tablist-s1-panel-sc-us-senate-2-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-sc-governor-primary" aria-controls="g-results-tablist-s1-panel-sc-governor-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-nv-governor-primary" aria-controls="g-results-tablist-s1-panel-nv-governor-primary" role="tab" class="eln-naq546">
<div role="tabpanel" data-race-group="me-us-senate-2-primary" id="g-results-tablist-s1-panel-me-us-senate-2-primary" aria-labelledby="g-results-tablist-s1-tab-me-us-senate-2-primary" aria-hidden="false" class="eln-naq546">
<p aria-live="polite" role="status" class="visually-hidden"> race called</p>
<svg width="25px" height="19px" role="img" viewBox="0 0 25 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="eln-7q0zny">
Showing first 10 of 27 audited elements.
aria-hidden="true" must not be present on the document body1 element
Setting <body aria-hidden="true" hides all page content from assistive technologies while leaving it visible on screen. This creates a confusing experience where keyboard users can still tab to elements, but screen readers remain completely silent, providing no information about what's focused.
Audit Elements
<body>
Banner landmark should not be contained in another landmark1 element
Banner landmarks must be top-level to effectively designate the header portion of the page. Nested banner landmarks fail to provide the structural information screen reader users need to navigate efficiently through the page layout.
Audit Elements
<header class="Wr7_RG_mastheadWrapper Wr7_RG_mastheadWrapperCentered Wr7_RG_mastheadWrapperResponsive">
Buttons must have discernible text31 elements
Screen reader users cannot determine the purpose of buttons without an accessible name. Without a name, users don't know what action the button will perform when activated.
Audit Elements
<button aria-expanded="false" aria-controls="search-input" class="css-tkwi90 e1iflr850" data-testid="search-button">
<button type="button" aria-label="open U.S." data-navid="U.S." class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open World" data-navid="World" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Business" data-navid="Business" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Arts" data-navid="Arts" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Lifestyle" data-navid="Lifestyle" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Opinion" data-navid="Opinion" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Video" data-navid="Video" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Audio" data-navid="Audio" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Games" data-navid="Games" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
Showing first 10 of 31 audited elements.
Contentinfo landmark should not be contained in another landmark1 element
The contentinfo landmark must be at the top level to help screen reader users quickly navigate to footer information. When nested inside another landmark, it becomes harder to find, defeating its purpose of providing quick access to content information.
Audit Elements
<footer class="css-1e1s8k7" role="contentinfo">
Deprecated ARIA roles must not be used27 elements
Deprecated ARIA roles are not recognized by modern screen readers and assistive technologies. Using outdated roles means some users cannot access essential information or functionality on your site.
Audit Elements
<section role="navigation" aria-labelledby="hp-live-band-container-heading" id="hp-live-band-container" class="css-hob20z">
<nav class="map-table-nav eln-naq546" role="tablist" aria-label="Select a race">
<button aria-selected="true" id="g-results-tablist-s1-tab-me-us-senate-2-primary" aria-controls="g-results-tablist-s1-panel-me-us-senate-2-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-me-governor-primary" aria-controls="g-results-tablist-s1-panel-me-governor-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-sc-us-senate-2-primary" aria-controls="g-results-tablist-s1-panel-sc-us-senate-2-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-sc-governor-primary" aria-controls="g-results-tablist-s1-panel-sc-governor-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-nv-governor-primary" aria-controls="g-results-tablist-s1-panel-nv-governor-primary" role="tab" class="eln-naq546">
<div role="tabpanel" data-race-group="me-us-senate-2-primary" id="g-results-tablist-s1-panel-me-us-senate-2-primary" aria-labelledby="g-results-tablist-s1-tab-me-us-senate-2-primary" aria-hidden="false" class="eln-naq546">
<p aria-live="polite" role="status" class="visually-hidden"> race called</p>
<svg width="25px" height="19px" role="img" viewBox="0 0 25 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="eln-7q0zny">
Showing first 10 of 27 audited elements.
Document should have one main landmark1 element
Every page should have exactly one main landmark that identifies the primary content. Without a main landmark, screen reader users must navigate through all content linearly to find what they're looking for, making page navigation difficult and time-consuming.
Audit Elements
<html lang="en" class="nytapp-vi-homepage nytapp-vi-homepage " xmlns:og="http://opengraphprotocol.org/schema/" data-rh="lang,class">
Document should not have more than one banner landmark1 element
Multiple banner landmarks force screen reader users to sort through duplicate options to find header information. Each page should have only one banner landmark to enable quick, predictable navigation to the header without overwhelming users with unnecessary choices.
Audit Elements
<header class="Wr7_RG_mastheadWrapper Wr7_RG_mastheadWrapperCentered Wr7_RG_mastheadWrapperResponsive">
Document should not have more than one contentinfo landmark1 element
Multiple contentinfo landmarks force screen reader users to sort through extra options to find footer information. Each page should have only one content info landmark to enable quick, predictable navigation without overwhelming users with duplicate structural markers.
Audit Elements
<footer class="css-1e1s8k7" role="contentinfo">
Document should not have more than one main landmark1 element
Multiple main landmarks confuse screen reader users about where the primary content is located. Each page should have only one main landmark so users can quickly and predictably navigate to the primary content area.
Audit Elements
<main id="site-content" data-paywall-inert="">
Documents must have <title> element to aid in navigation1 element
The page title is the first thing screen reader users hear when loading a page. Without a descriptive, unique title, users must read through the entire page to understand its contents and purpose, wasting valuable time on every page visit.
Audit Elements
<html lang="en" class="nytapp-vi-homepage nytapp-vi-homepage " xmlns:og="http://opengraphprotocol.org/schema/" data-rh="lang,class">
Elements marked as presentational should be consistently ignored10 elements
Elements with role="none" or role="presentation" should be removed from the accessibility tree. Adding global ARIA attributes or making these elements focusable prevents their removal, leaving them accessible to screen readers when they should be ignored, creating unexpected and confusing behavior.
Audit Elements
<img class="css-o9w048" src="https://static01.nyt.com/images/2026/06/09/multimedia/09dc-military-hp/09dc-military-photo-mvjp-threeByTwoMediumAt2X.jpg?format=pjpg&quality=75&auto=webp&disable=upscale" alt="" fetchpriority="high">
<img class="css-dzl7b5" alt="" loading="lazy" fetchpriority="auto" src="https://static01.nyt.com/images/2026/06/09/multimedia/FD-PROM-PROMO-zwjl/FD-PROM-PROMO-zwjl-threeByTwoMediumAt2X.jpg?format=pjpg&quality=75&auto=webp&disable=upscale">
<img class="css-dzl7b5" alt="" loading="lazy" fetchpriority="auto" ...>
<img class="css-dzl7b5" alt="" loading="lazy" fetchpriority="auto" src="https://static01.nyt.com/images/2025/03/25/multimedia/tamc-032525-connections-sports-edition-hp-img/tamc-032525-connections-sports-edition-hp-img-smallSquare252.png?format=pjpg&quality=75&auto=webp&disable=upscale">
<img class="css-dzl7b5" alt="" loading="lazy" fetchpriority="auto" src="https://static01.nyt.com/images/2022/03/02/crosswords/alpha-wordle-icon-new/alpha-wordle-icon-new-smallSquare252-v3.png?format=pjpg&quality=75&auto=webp&disable=upscale">
<img class="css-dzl7b5" alt="" loading="lazy" fetchpriority="auto" src="https://static01.nyt.com/images/2023/08/25/crosswords/alpha-connections-icon-original/alpha-connections-icon-original-smallSquare252.png?format=pjpg&quality=75&auto=webp&disable=upscale">
<img class="css-dzl7b5" alt="" loading="lazy" fetchpriority="auto" src="https://static01.nyt.com/images/2020/03/23/crosswords/spelling-bee-logo-nytgames-hi-res/spelling-bee-logo-nytgames-hi-res-smallSquare252-v4.png?format=pjpg&quality=75&auto=webp&disable=upscale">
<img class="css-dzl7b5" alt="" loading="lazy" fetchpriority="auto" src="https://static01.nyt.com/images/2025/12/04/crosswords/TheMini-2025/TheMini-2025-smallSquare252.png?format=pjpg&quality=75&auto=webp&disable=upscale">
<img class="css-dzl7b5" alt="" loading="lazy" fetchpriority="auto" src="https://static01.nyt.com/images/2025/12/04/crosswords/TheMidi-2025/TheMidi-2025-smallSquare252.png?format=pjpg&quality=75&auto=webp&disable=upscale">
<img class="css-dzl7b5" alt="" loading="lazy" fetchpriority="auto" src="https://static01.nyt.com/images/2025/12/04/crosswords/TheCrossword-2025/TheCrossword-2025-smallSquare252.png?format=pjpg&quality=75&auto=webp&disable=upscale">
Elements must meet minimum color contrast ratio thresholds55 elements
People with low vision or color blindness cannot read text that lacks sufficient contrast with its background. With nearly three times more people having low vision than total blindness, and 8% of men and 0.4% of women having color deficiencies, adequate contrast is essential for making text readable to millions of users.
Audit Elements
<a lang="en-US" class="CqtwdW_link" aria-current="page" href="/">U.S.</a>
<a lang="en" class="CqtwdW_link" href="/international/">International</a>
<a lang="en-CA" class="CqtwdW_link" href="/ca/">Canada</a>
<a lang="es-ES" class="CqtwdW_link" href="https://www.nytimes.com/es/">Español</a>
<a lang="zh-hans" class="CqtwdW_link" href="https://cn.nytimes.com">中文</a>
<span class="css-ni9it0 e1j3jvdr0">Log in</span>
<span data-testid="todays-date">Wednesday, June 10, 2026</span>
<a class="css-1pd1msn" href="https://www.nytimes.com/section/todayspaper">Today’s Paper</a>
<a href="/section/us" class="css-u90q6n" data-navid="U.S.">U.S.</a>
<a href="/section/world" class="css-u90q6n" data-navid="World">World</a>
Showing first 10 of 55 audited elements.
Elements must only use permitted ARIA attributes84 elements
Using prohibited ARIA attributes prevents important information from reaching assistive technology users. It also causes assistive technologies to behave inconsistently as they attempt to compensate for the error.
Audit Elements
<button aria-expanded="false" aria-controls="search-input" class="css-tkwi90 e1iflr850" data-testid="search-button">
<a lang="en-US" class="CqtwdW_link" aria-current="page" href="/">U.S.</a>
<a href="/" aria-label="The New York Times homepage" class="a75Wga_desktopHomeLink">
<nav aria-label="Main" data-testid="desktop-nested-nav" class="css-ii3p4j">
<button type="button" aria-label="open U.S." data-navid="U.S." class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open World" data-navid="World" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Business" data-navid="Business" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Arts" data-navid="Arts" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Lifestyle" data-navid="Lifestyle" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Opinion" data-navid="Opinion" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
Showing first 10 of 84 audited elements.
Elements must only use supported ARIA attributes84 elements
Using ARIA attributes in roles where they're not allowed can disable accessibility for entire sections of your application. Invalid attribute-role combinations create conflicts that cause assistive technologies to report incorrect or nonsensical information about your interface.
Audit Elements
<button aria-expanded="false" aria-controls="search-input" class="css-tkwi90 e1iflr850" data-testid="search-button">
<a lang="en-US" class="CqtwdW_link" aria-current="page" href="/">U.S.</a>
<a href="/" aria-label="The New York Times homepage" class="a75Wga_desktopHomeLink">
<nav aria-label="Main" data-testid="desktop-nested-nav" class="css-ii3p4j">
<button type="button" aria-label="open U.S." data-navid="U.S." class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open World" data-navid="World" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Business" data-navid="Business" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Arts" data-navid="Arts" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Lifestyle" data-navid="Lifestyle" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Opinion" data-navid="Opinion" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
Showing first 10 of 84 audited elements.
Elements should not have tabindex greater than zero12 elements
Using tabindex values greater than 0 creates unexpected tab orders that disorient users. It makes elements appear to be skipped when users tab past them, requires setting tabindex on every element to maintain order, and forces all tabindex items to be visited before any normal elements, breaking natural navigation flow.
Audit Elements
<button type="button" aria-label="Next" class="css-1pvdjg1" data-testid="Disappearing-Next" tabindex="-1">
<div data-testid="betamax-overlay-controls" class="_container_mjqk2_16" tabindex="-1" style="outline: none;">
<button disabled="" type="button" aria-label="Previous" class="css-6gfk0j" data-testid="Disappearing-Next" tabindex="-1">
<button type="button" aria-label="Next" class="css-1qle2ps" data-testid="Disappearing-Next" tabindex="-1">
<div data-testid="betamax-overlay-controls" class="_container_mjqk2_16" tabindex="-1" style="outline: none;">
<div data-testid="betamax-overlay-controls" class="_container_mjqk2_16" tabindex="-1" style="outline: none;">
<div data-testid="betamax-overlay-controls" class="_container_mjqk2_16" tabindex="-1" style="outline: none;">
<div data-testid="betamax-overlay-controls" class="_container_mjqk2_16" tabindex="-1" style="outline: none;">
<div data-testid="betamax-overlay-controls" class="_container_mjqk2_16" tabindex="-1" style="outline: none;">
<button type="button" aria-label="Next" class="css-1pvdjg1" data-testid="Disappearing-Next" tabindex="-1">
Showing first 10 of 12 audited elements.
Heading levels should only increase by one9 elements
Headings convey page structure for screen reader users the same way text size does for sighted users. Properly ordered headings (h1 through h6) allow screen reader users to quickly navigate and understand content structure, saving significant time and frustration while also improving search engine optimization.
Audit Elements
<h1 class="css-1dv1kvn">New York Times - Top Stories</h1>
<h2 id="hp-live-band-container-heading" class="css-1dv1kvn">Live</h2>
<h2 class="css-1dv1kvn">Top Stories</h2>
<h2 class="g-screenreader" data-svelte-h="svelte-yjtbeg">Weather</h2>
<h2><div class="css-v7w2uh"><span>Watch Today’s Videos</span></div></h2>
<h2><div class="css-v7w2uh"><span>More News</span></div></h2>
<h2><div class="css-1lel406"><p class="css-2z4gz0" data-tpl="tk"><span>Games</span></p><span class="css-wne7fp">Daily puzzles</span></div></h2>
<h2 class="css-1dv1kvn" id="site-index-label">Site Index</h2>
<h2 class="css-1dv1kvn">Site Information Navigation</h2>
Headings should not be empty15 elements
Screen readers announce headings to help users navigate page structure. Empty headings confuse users and prevent them from understanding the page's organization. Headings should only be used to convey structure, not for visual styling, and must contain accessible text that screen readers can announce.
Audit Elements
<h1 class="css-1dv1kvn">New York Times - Top Stories</h1>
<h2 id="hp-live-band-container-heading" class="css-1dv1kvn">Live</h2>
<h2 class="css-1dv1kvn">Top Stories</h2>
<h2 class="g-screenreader" data-svelte-h="svelte-yjtbeg">Weather</h2>
<h2><div class="css-v7w2uh"><span>Watch Today’s Videos</span></div></h2>
<h2><div class="css-v7w2uh"><span>More News</span></div></h2>
<h2><div class="css-v7w2uh"><span>Well</span></div></h2>
<h2><div class="css-v7w2uh"><span>Culture and Lifestyle</span></div></h2>
<h2><a class="css-9mylee" href="https://www.nytimes.com/athletic/" data-uri="" aria-hidden="false"><div class="css-1lel406"><p class="css-2z4gz0" data-tpl="tk"><span>The Athletic</span></p><span class="css-wne7fp">Sports coverage</span></div></a></h2>
<h2><div class="css-1lel406"><p class="css-2z4gz0" data-tpl="tk"><span>Audio</span></p><span class="css-wne7fp">Podcasts and narrated articles</span></div></h2>
Showing first 10 of 15 audited elements.
IDs used in ARIA and labels must be unique17 elements
Duplicate IDs break the accessibility of ARIA elements, form labels, and table headers. When IDs are duplicated, assistive technologies and scripts only reference the first instance, causing subsequent elements with the same ID to be ignored or incorrectly associated.
Audit Elements
<h2 id="hp-live-band-container-heading" class="css-1dv1kvn">Live</h2>
<p id="styln-2026-elections-hp-hp-menu">
<button aria-selected="true" id="g-results-tablist-s1-tab-me-us-senate-2-primary" aria-controls="g-results-tablist-s1-panel-me-us-senate-2-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-me-governor-primary" aria-controls="g-results-tablist-s1-panel-me-governor-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-sc-us-senate-2-primary" aria-controls="g-results-tablist-s1-panel-sc-us-senate-2-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-sc-governor-primary" aria-controls="g-results-tablist-s1-panel-sc-governor-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-nv-governor-primary" aria-controls="g-results-tablist-s1-panel-nv-governor-primary" role="tab" class="eln-naq546">
<div role="tabpanel" data-race-group="me-us-senate-2-primary" id="g-results-tablist-s1-panel-me-us-senate-2-primary" aria-labelledby="g-results-tablist-s1-tab-me-us-senate-2-primary" aria-hidden="false" class="eln-naq546">
<div role="tabpanel" data-race-group="me-governor-primary" id="g-results-tablist-s1-panel-me-governor-primary" aria-labelledby="g-results-tablist-s1-tab-me-governor-primary" aria-hidden="true" class="eln-naq546"><!--[-1--><!--]--><!----></div>
<div role="tabpanel" data-race-group="sc-us-senate-2-primary" id="g-results-tablist-s1-panel-sc-us-senate-2-primary" aria-labelledby="g-results-tablist-s1-tab-sc-us-senate-2-primary" aria-hidden="true" class="eln-naq546"><!--[-1--><!--]--><!----></div>
Showing first 10 of 17 audited elements.
Images must have alternative text18 elements
Screen readers cannot translate images into text without alt attributes. Alternative text is essential for blind users and beneficial for users with low vision or color blindness, providing the same information that sighted users get from viewing the image.
Audit Elements
<img class="css-o9w048" src="https://static01.nyt.com/images/2026/06/09/multimedia/09dc-military-hp/09dc-military-photo-mvjp-threeByTwoMediumAt2X.jpg?format=pjpg&quality=75&auto=webp&disable=upscale" alt="" fetchpriority="high">
<img class="css-dzl7b5" alt="President Trump stan..." loading="lazy" fetchpriority="auto" src="https://static01.nyt...">
<img class="css-dzl7b5" alt="Closeup of an uncapp..." loading="lazy" fetchpriority="auto" src="https://static01.nyt...">
<img class="css-dzl7b5" alt="" loading="lazy" fetchpriority="auto" src="https://static01.nyt.com/images/2026/06/09/multimedia/FD-PROM-PROMO-zwjl/FD-PROM-PROMO-zwjl-threeByTwoMediumAt2X.jpg?format=pjpg&quality=75&auto=webp&disable=upscale">
<img class="css-1kx59a0" alt="Thomas L. Friedman" loading="lazy" src="https://static01.nyt.com/images/2018/04/02/opinion/thomas-l-friedman/thomas-l-friedman-thumbLarge.png?format=pjpg&quality=75&auto=webp&disable=upscale">
<img class="css-1kx59a0" alt="Bret Stephens" loading="lazy" src="https://static01.nyt.com/images/2017/08/27/insider/bretstephens/bretstephens-thumbLarge-v6.png?format=pjpg&quality=75&auto=webp&disable=upscale">
<img class="css-yf0ys" alt="An illustration of a..." loading="lazy" fetchpriority="auto" src="https://static01.nyt...">
<img class="css-dzl7b5" alt="A row of Air Canada ..." loading="lazy" fetchpriority="auto" src="https://static01.nyt...">
<img class="css-dzl7b5" alt="Council Member Alexa..." loading="lazy" fetchpriority="auto" src="https://static01.nyt...">
<img class="css-dzl7b5" alt="Joseph Morrison, in ..." loading="lazy" fetchpriority="auto" src="https://static01.nyt...">
Showing first 10 of 18 audited elements.
Inline text spacing must be adjustable with custom stylesheets235 elements
Single-spaced text makes it difficult for people with cognitive disabilities to track lines while reading. Providing line spacing between 1.5 to 2 helps these users start a new line more easily after finishing the previous one.
Audit Elements
<div class="css-1ep04sb" style="flex-direction:column-reverse">
<div style="flex-grow:1">
<div class="css-1ep04sb" style="flex-direction:column-reverse">
<div style="flex-grow:1">
<div class="css-1ep04sb" style="flex-direction:column-reverse">
<div style="flex-grow:1">
<div class="css-1ep04sb" style="flex-direction:column-reverse">
<div style="flex-grow:1">
<div class="css-1ep04sb" style="flex-direction:column-reverse">
<div style="flex-grow:1">
Showing first 10 of 235 audited elements.
Interactive controls must not be nested49 elements
Nested interactive elements create empty tab stops where screen readers remain silent. When users tab to a focusable element inside another interactive control, they receive no information about its name, role, or state, creating a confusing and broken navigation experience.
Audit Elements
<button aria-expanded="false" aria-controls="search-input" class="css-tkwi90 e1iflr850" data-testid="search-button">
<button type="button" aria-label="open U.S." data-navid="U.S." class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open World" data-navid="World" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Business" data-navid="Business" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Arts" data-navid="Arts" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Lifestyle" data-navid="Lifestyle" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Opinion" data-navid="Opinion" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Video" data-navid="Video" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Audio" data-navid="Audio" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
<button type="button" aria-label="open Games" data-navid="Games" class="css-19wyrnd"><svg class="css-1gq8co7" viewBox="0 0 13 8"><polygon fill="#979797" points="6.5,8 0,1.4 1.4,0 6.5,5.2 11.6,0 13,1.4"></polygon></svg></button>
Showing first 10 of 49 audited elements.
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination13 elements
Each landmark on a page must have either a unique role or a unique accessible name. Duplicate landmarks confuse screen reader users about which section they're navigating to, making it difficult to efficiently move through the page structure.
Audit Elements
<header class="Wr7_RG_mastheadWrapper Wr7_RG_mastheadWrapperCentered Wr7_RG_mastheadWrapperResponsive">
<nav aria-label="Main" data-testid="desktop-nested-nav" class="css-ii3p4j">
<main id="site-content" data-paywall-inert="">
<section role="navigation" aria-labelledby="hp-live-band-container-heading" id="hp-live-band-container" class="css-hob20z">
<nav aria-labelledby="styln-2026-elections-hp-hp-menu" class="css-sdhjrl e13z12oa0">
<nav aria-labelledby="styln-trump-administration-hp-hp-menu" class="css-sdhjrl e13z12oa0">
<section aria-label="Gallery" data-testid="Gallery" class="A0T9vq_carouselContainer A0T9vq_carouselContainerEmbedded A0T9vq_carouselContainerLandscape A0T9vq_wideContainer">
<nav aria-labelledby="styln-artificial-intelligence-hp-hp-menu" class="css-sdhjrl e13z12oa0">
<nav aria-labelledby="styln-artemis-II-HP-hp-menu" class="css-sdhjrl e13z12oa0">
<nav aria-labelledby="styln-CBS-Turmoil-hp-hp-menu" class="css-sdhjrl e13z12oa0">
Showing first 10 of 13 audited elements.
lang attribute must have a valid value5 elements
Screen readers use language-specific pronunciation libraries that must match the content's language. Invalid language declarations cause screen readers to use the wrong pronunciation library, making content sound confusing or unintelligible, especially for multilingual users who access content in multiple languages.
Audit Elements
<a lang="en-US" class="CqtwdW_link" aria-current="page" href="/">U.S.</a>
<a lang="en" class="CqtwdW_link" href="/international/">International</a>
<a lang="en-CA" class="CqtwdW_link" href="/ca/">Canada</a>
<a lang="es-ES" class="CqtwdW_link" href="https://www.nytimes.com/es/">Español</a>
<a lang="zh-hans" class="CqtwdW_link" href="https://cn.nytimes.com">中文</a>
Links must have discernible text116 elements
Keyboard users and screen reader users can only interact with links that have accessible names and can receive focus. Without proper names, users don't know where links lead. Without keyboard focus, users who cannot use a mouse cannot activate the links at all.
Audit Elements
<a class="css-kgn7zc" href="#site-content">Skip to content</a>
<a class="css-kgn7zc" href="#site-index">Skip to site index</a>
<a href="#after-dfp-ad-top" class="css-777zgl">SKIP ADVERTISEMENT</a>
<a lang="en-US" class="CqtwdW_link" aria-current="page" href="/">U.S.</a>
<a lang="en" class="CqtwdW_link" href="/international/">International</a>
<a lang="en-CA" class="CqtwdW_link" href="/ca/">Canada</a>
<a lang="es-ES" class="CqtwdW_link" href="https://www.nytimes.com/es/">Español</a>
<a lang="zh-hans" class="CqtwdW_link" href="https://cn.nytimes.com">中文</a>
<a href="https://myaccount.nytimes.com/auth/login?response_type=cookie&client_id=vi&redirect_uri=https%3A%2F%2Fwww.nytimes.com%2Fsubscription%2Fonboarding-offer%3FcampaignId%3D7JFJX%26EXIT_URI%3Dhttps%253A%252F%252Fwww.nytimes.com%252F&asset=masthead" class="css-1kj7lfb">
<a class="css-1pd1msn" href="https://www.nytimes.com/section/todayspaper">Today’s Paper</a>
Showing first 10 of 116 audited elements.
Main landmark should not be contained in another landmark1 element
The main landmark must be at the top level and not nested inside other landmarks. This ensures screen reader users can quickly navigate to the primary content without searching through complex hierarchy, making page navigation simpler and more predictable.
Audit Elements
<main id="site-content" data-paywall-inert="">
Page must have means to bypass repeated blocks1 element
Keyboard-only users must tab through all navigation and header content before reaching the main content, which can take several minutes and cause physical pain for users with motor limitations. Bypass mechanisms like skip links allow these users to jump directly to main content, saving time and reducing fatigue.
Audit Elements
<html lang="en" class="nytapp-vi-homepage nytapp-vi-homepage " xmlns:og="http://opengraphprotocol.org/schema/" data-rh="lang,class">
Page should contain a level-one heading1 element
Screen reader users use keyboard shortcuts to jump directly to the first h1, expecting to land at the main content. Without an h1 or with a misplaced one, users must listen to more of the page to understand its structure, wasting valuable time on every page visit.
Audit Elements
<html lang="en" class="nytapp-vi-homepage nytapp-vi-homepage " xmlns:og="http://opengraphprotocol.org/schema/" data-rh="lang,class">
Required ARIA attributes must be provided27 elements
ARIA widget roles need required attributes to describe their current state. Without these attributes, screen readers cannot communicate essential information like whether a checkbox is checked or a slider's current value, leaving users unable to interact effectively with the widget.
Audit Elements
<section role="navigation" aria-labelledby="hp-live-band-container-heading" id="hp-live-band-container" class="css-hob20z">
<nav class="map-table-nav eln-naq546" role="tablist" aria-label="Select a race">
<button aria-selected="true" id="g-results-tablist-s1-tab-me-us-senate-2-primary" aria-controls="g-results-tablist-s1-panel-me-us-senate-2-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-me-governor-primary" aria-controls="g-results-tablist-s1-panel-me-governor-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-sc-us-senate-2-primary" aria-controls="g-results-tablist-s1-panel-sc-us-senate-2-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-sc-governor-primary" aria-controls="g-results-tablist-s1-panel-sc-governor-primary" role="tab" class="eln-naq546">
<button aria-selected="false" id="g-results-tablist-s1-tab-nv-governor-primary" aria-controls="g-results-tablist-s1-panel-nv-governor-primary" role="tab" class="eln-naq546">
<div role="tabpanel" data-race-group="me-us-senate-2-primary" id="g-results-tablist-s1-panel-me-us-senate-2-primary" aria-labelledby="g-results-tablist-s1-tab-me-us-senate-2-primary" aria-hidden="false" class="eln-naq546">
<p aria-live="polite" role="status" class="visually-hidden"> race called</p>
<svg width="25px" height="19px" role="img" viewBox="0 0 25 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="eln-7q0zny">
Showing first 10 of 27 audited elements.
scope attribute should be used correctly7 elements
The scope attribute helps screen reader users navigate tables efficiently by identifying whether headers apply to rows or columns. Incorrect scope values make table navigation harder and less efficient, while correct usage significantly improves the table browsing experience.
Audit Elements
<th scope="col" colspan="1" class="active-sort header gray candidate col-header eln-17zieuu" style=""><span class="eln-17zieuu"><!--[-1--><!--]--><!--[--><!---->Candidate<!--]--></span><!--[-1--><!--]--></th>
<th scope="col" colspan="1" class="active-sort header right gray votes col-header eln-17zieuu" style=""><span class="eln-17zieuu"><!--[-1--><!--]--><!--[--><!--[-1--><!--]--> <!--[1--><!--[-1-->Votes<!--]--><!--]--><!--]--></span><!--[0--><!--[--><!--[-1--><!--]--><!--]--><!--]--></th>
<th scope="col" colspan="1" class="active-sort header right gray percent col-header eln-17zieuu" style="">
<th scope="row" colspan="1" class="gray middle candidate row-header eln-17zieuu" style="">
<th scope="row" colspan="1" class="gray middle candidate row-header eln-17zieuu" style="">
<th scope="col" colspan="1" class="active-sort header gray candidate col-header eln-17zieuu" style=""><span class="eln-17zieuu"><!--[-1--><!--]--><!--[--><!---->Candidate<!--]--></span><!--[-1--><!--]--></th>
<th scope="row" colspan="1" class="gray middle candidate row-header eln-17zieuu" style="">
Scrollable region must have keyboard access1 element
Scrollable regions must contain focusable elements or be focusable themselves to enable keyboard navigation. Without keyboard access, users cannot scroll to view content that extends beyond the visible area, making that content completely inaccessible to keyboard-only users.
Audit Elements
<body>
Table cell headers attributes must refer to other <th> elements in the same table2 elements
Proper table markup with header associations allows screen reader users to navigate from cell to cell while hearing the corresponding headers announced. This is especially crucial in large tables where cells contain similar data. Without accessible table structure, screen reader users cannot understand what data each cell represents.
Audit Elements
<table class="medium eln-1yzwvsz" data-rid="ME-D-S-2026-06-09">
<table class="medium eln-1yzwvsz" data-rid="ME-R-S-2026-06-09">
Table header text should not be empty7 elements
Table headers must contain visible text that describes the purpose of each row or column. Without descriptive header text, both sighted users and screen reader users cannot understand what data the column or row contains.
Audit Elements
<th scope="col" colspan="1" class="active-sort header gray candidate col-header eln-17zieuu" style=""><span class="eln-17zieuu"><!--[-1--><!--]--><!--[--><!---->Candidate<!--]--></span><!--[-1--><!--]--></th>
<th scope="col" colspan="1" class="active-sort header right gray votes col-header eln-17zieuu" style=""><span class="eln-17zieuu"><!--[-1--><!--]--><!--[--><!--[-1--><!--]--> <!--[1--><!--[-1-->Votes<!--]--><!--]--><!--]--></span><!--[0--><!--[--><!--[-1--><!--]--><!--]--><!--]--></th>
<th scope="col" colspan="1" class="active-sort header right gray percent col-header eln-17zieuu" style="">
<th scope="row" colspan="1" class="gray middle candidate row-header eln-17zieuu" style="">
<th scope="row" colspan="1" class="gray middle candidate row-header eln-17zieuu" style="">
<th scope="col" colspan="1" class="active-sort header gray candidate col-header eln-17zieuu" style=""><span class="eln-17zieuu"><!--[-1--><!--]--><!--[--><!---->Candidate<!--]--></span><!--[-1--><!--]--></th>
<th scope="row" colspan="1" class="gray middle candidate row-header eln-17zieuu" style="">
Table headers in a data table must refer to data cells1 element
Table header cells must have associated data cells to create meaningful table structure. Without proper header-to-data relationships, screen readers cannot help users understand how cells relate to each other, making the table's information inaccessible.
Audit Elements
<table class="medium eln-1yzwvsz" data-rid="ME-D-S-2026-06-09">
Tables should not have the same summary and caption2 elements
Tables with identical summary and caption text confuse screen reader users by announcing the same information twice. Users cannot distinguish the purpose from the description, making it difficult to understand what the table contains.
Audit Elements
<table class="medium eln-1yzwvsz" data-rid="ME-D-S-2026-06-09">
<table class="medium eln-1yzwvsz" data-rid="ME-R-S-2026-06-09">
The skip-link target should exist and be focusable1 element
Skip links allow keyboard users to bypass repetitive navigation and jump directly to main content. Without skip links, users must tab through potentially hundreds of navigation links on every page, which is time-consuming and can cause physical pain for users with motor limitations.
Audit Elements
<a href="#after-dfp-ad-top" class="css-777zgl">SKIP ADVERTISEMENT</a>
Users should be able to zoom and scale the text up to 500%1 element
The user-scalable="no" and restrictive maximum-scale parameters prevent people with low vision from zooming to read content. Users who rely on browser zoom to enlarge text are blocked from accessing content at a readable size, violating their need to scale pages up to 5x zoom.
Audit Elements
<meta name="viewport" content="width=device-width, initial-scale=1">
Zooming and scaling must not be disabled1 element
Setting user-scalable="no" or maximum-scale less than 2 prevents people with low vision from zooming to read content. Users who enlarge text in their browsers are blocked from making content readable, violating accessibility guidelines that require supporting at least 200% zoom.
Audit Elements
<meta name="viewport" content="width=device-width, initial-scale=1">