Skip to main content

Web Accessibility Scoreboard

by A11y Pulse

How accessible is the web you use every day? We scan hundreds of popular websites and rate each one with an accessibility score out of 100.

Get an instant accessibility score for your site.

Back to scoreboard

The Guardiantheguardian.com

Screenshot of The Guardian

Accessibility Score

38Poor

Issues Found

73Serious3Moderate1Minor

Issues Found

<ul> and <ol> must only directly contain <li>, <script> or <template> 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.

Learn more

Failing Elements

.dcr-1tj3ydw
<ul data-link-name="container-0 | highlights" data-component="highlights" data-container-name="scrollable/highlights" data-heatphan-type="carousel" class="dcr-1tj3ydw">

Fix all of the following:

  • List element has direct children that are not allowed: [role=group]
.dcr-x0nc1o
<ul data-heatphan-type="carousel" class="dcr-x0nc1o">

Fix all of the following:

  • List element has direct children that are not allowed: [role=group]
.dcr-1mbvac
<ul class="dcr-1mbvac">

Fix all of the following:

  • List element has direct children that are not allowed: div
<li> elements must be contained in a <ul> or <ol>

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.

Learn more

Failing Elements

.dcr-1rl1qh0[data-format-theme="2"][data-format-design="0"] > li
<li>

Fix any of the following:

  • List item does not have a <ul>, <ol> parent element
Scrollable region must have keyboard access

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.

Learn more

Failing Elements

.dcr-x0nc1o
<ul data-heatphan-type="carousel" class="dcr-x0nc1o">

Fix any of the following:

  • Element should have focusable content
  • Element should be focusable
Aside should not be contained in another landmark

Screen reader users can skip over complementary content like <aside> elements when they appear at the top level. Embedding asides within other landmarks may disable this navigation feature, forcing users to wade through ancillary content they want to skip.

Learn more

Failing Elements

.dcr-koalqc
<aside data-ad-slot="true" class="ad-slot-container dcr-koalqc"><div id="dfp-ad--mostpop" class="js-ad-slot ad-slot ad-slot--mostpop ad-slot--mpu-banner-ad ad-slot--rendered dcr-1qjcfie" data-link-name="ad slot mostpop" data-name="mostpop" data-testid="slot" aria-hidden="true"></div></aside>

Fix any of the following:

  • The null landmark is contained in another landmark.
.dcr-1s8spa1 > .dcr-wg4bxd.ad-slot-container[data-ad-slot="true"]
<aside data-ad-slot="true" class="ad-slot-container dcr-wg4bxd"><div id="dfp-ad--merchandising" class="js-ad-slot ad-slot ad-slot--merchandising dcr-1cwle5j" data-link-name="ad slot merchandising" data-name="merchandising" data-testid="slot" aria-hidden="true"></div></aside>

Fix any of the following:

  • The null landmark is contained in another landmark.
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination

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.

Learn more

Failing Elements

.top-fronts-banner-ad-container.dcr-13xs3yn:nth-child(4) > .dcr-18j6dly.ad-slot-container[data-ad-slot="true"]
<aside data-ad-slot="true" class="ad-slot-container dcr-18j6dly">

Fix any of the following:

  • The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
All page content should be contained by landmarks

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.

Learn more

Failing Elements

.dcr-1e4647x
<div class="dcr-1e4647x">Explore more on these topics</div>

Fix any of the following:

  • Some page content is not contained by landmarks
.dcr-19e9gh9
<ul class="dcr-19e9gh9">

Fix any of the following:

  • Some page content is not contained by landmarks
ARIA role should be appropriate for the element

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.

Learn more

Failing Elements

.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(1)
<li role="group" aria-roledescription="slide" class="dcr-150126u">

Fix any of the following:

  • ARIA role group is not allowed for given element
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(2)
<li role="group" aria-roledescription="slide" class="dcr-150126u">

Fix any of the following:

  • ARIA role group is not allowed for given element
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(3)
<li role="group" aria-roledescription="slide" class="dcr-150126u">

Fix any of the following:

  • ARIA role group is not allowed for given element
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(4)
<li role="group" aria-roledescription="slide" class="dcr-150126u">

Fix any of the following:

  • ARIA role group is not allowed for given element
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(5)
<li role="group" aria-roledescription="slide" class="dcr-150126u">

Fix any of the following:

  • ARIA role group is not allowed for given element
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(6)
<li role="group" aria-roledescription="slide" class="dcr-150126u">

Fix any of the following:

  • ARIA role group is not allowed for given element
#header-veggie-burger
<label id="header-veggie-burger" aria-label="Toggle main menu" for="header-nav-input-checkbox" data-link-name="header : veggie-burger : show" tabindex="0" role="button" data-testid="veggie-burger" class="dcr-lprv81">

Fix any of the following:

  • ARIA role button is not allowed for given element
li[aria-hidden="false"]
<li role="group" aria-roledescription="slide" aria-hidden="false" class="dcr-11wtom7">

Fix any of the following:

  • ARIA role group is not allowed for given element

Passed Audits

<html> element must have a lang attribute

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.

Learn more

Audit Elements

html
<html lang="en">
<html> element must have a valid value for the lang attribute

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.

Learn more

Audit Elements

html
<html lang="en">
<li> elements must be contained in a <ul> or <ol>

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.

Learn more

Audit Elements

.dcr-18nbak > .dcr-1d6g26q > .dcr-1x36b2n
<li class="dcr-1x36b2n"><a href="/" style="--pillar-underline:#FF5943" id="navigation" data-link-name="header : titlepiece : nav : primary : News" class="dcr-17fanw1">News</a></li>
.dcr-18nbak > .dcr-1d6g26q > .dcr-1gcso2u:nth-child(2)
<li class="dcr-1gcso2u"><a href="/commentisfree" style="--pillar-underline:#FF7F0F" data-link-name="header : titlepiece : nav : primary : Opinion" class="dcr-9ucpkb">Opinion</a></li>
.dcr-18nbak > .dcr-1d6g26q > .dcr-1gcso2u:nth-child(3)
<li class="dcr-1gcso2u"><a href="/sport" style="--pillar-underline:#00B2FF" data-link-name="header : titlepiece : nav : primary : Sport" class="dcr-9ucpkb">Sport</a></li>
.dcr-18nbak > .dcr-1d6g26q > .dcr-1gcso2u:nth-child(4)
<li class="dcr-1gcso2u"><a href="/culture" style="--pillar-underline:#EACCA0" data-link-name="header : titlepiece : nav : primary : Culture" class="dcr-9ucpkb">Culture</a></li>
.dcr-18nbak > .dcr-1d6g26q > .dcr-1kcody2
<li class="dcr-1kcody2"><a href="/lifeandstyle" style="--pillar-underline:#FFABDB" data-link-name="header : titlepiece : nav : primary : Lifestyle" class="dcr-9ucpkb">Lifestyle</a></li>
.dcr-5wkng0:nth-child(1)
<li class="dcr-5wkng0"><a data-src-focus-disabled="true" href="/us-news" data-link-name="header : subnav : US news" class="dcr-15o3dy0">US news</a></li>
.dcr-5wkng0:nth-child(2)
<li class="dcr-5wkng0"><a data-src-focus-disabled="true" href="/us-news/us-politics" data-link-name="header : subnav : US politics" class="dcr-15o3dy0">US politics</a></li>
.dcr-5wkng0:nth-child(3)
<li class="dcr-5wkng0"><a data-src-focus-disabled="true" href="/world" data-link-name="header : subnav : World news" class="dcr-15o3dy0">World</a></li>
.dcr-5wkng0:nth-child(4)
<li class="dcr-5wkng0"><a data-src-focus-disabled="true" href="/environment/climate-crisis" data-link-name="header : subnav : Climate crisis" class="dcr-15o3dy0">Climate crisis</a></li>
.dcr-5wkng0:nth-child(5)
<li class="dcr-5wkng0"><a data-src-focus-disabled="true" href="/world/middleeast" data-link-name="header : subnav : Middle East" class="dcr-15o3dy0">Middle East</a></li>

Showing first 10 of 231 audited elements.

<ul> and <ol> must only directly contain <li>, <script> or <template> 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.

Learn more

Audit Elements

.dcr-18nbak > .dcr-1d6g26q
<ul class="dcr-1d6g26q">
#container-news > .dcr-lr5en0
<ul class="dcr-lr5en0">
.dcr-lr5en0 > .dcr-keisnu > .dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-mwwxk > .dcr-9zixcl > .dcr-fbifpe.sublinks
<ul class="sublinks dcr-fbifpe">
#container-news > .dcr-1ecruyx:nth-child(2)
<ul class="dcr-1ecruyx">
.dcr-1ecruyx:nth-child(2) > .dcr-keisnu > .dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-mwwxk > .dcr-9zixcl > .dcr-fbifpe.sublinks
<ul class="sublinks dcr-fbifpe">
#container-news > .dcr-1tcu2e2:nth-child(3)
<ul class="dcr-1tcu2e2">
.dcr-1rlh83z
<ul class="sublinks dcr-1rlh83z">
.dcr-1ecruyx:nth-child(4)
<ul class="dcr-1ecruyx">
.dcr-1tcu2e2:nth-child(5)
<ul class="dcr-1tcu2e2">
#container-news > .dcr-1k7hoo
<ul class="dcr-1k7hoo">

Showing first 10 of 61 audited elements.

All page content should be contained by landmarks

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.

Learn more

Audit Elements

a[href$="#maincontent"]
<a href="#maincontent" data-link-name="skip : main content" class="dcr-1gpubb">Skip to main content</a>
a[href$="#navigation"]
<a href="#navigation" data-link-name="skip : navigation" class="dcr-1gpubb">Skip to navigation</a>
gu-island[name="AlreadyVisited"]
<gu-island name="AlreadyVisited" priority="feature" deferuntil="idle" props="{}" data-island-status="hydrated"></gu-island>
gu-island[name="AdmiralScript"]
<gu-island name="AdmiralScript" priority="feature" deferuntil="idle" props="{}" data-island-status="hydrated"></gu-island>
gu-island[name="FocusStyles"]
<gu-island name="FocusStyles" priority="enhancement" deferuntil="idle" props="{}" data-island-status="hydrated"></gu-island>
gu-island[name="Metrics"]
<gu-island name="Metrics" priority="critical" props="{&quot;commercialMetricsEnabled&quot;:true,&quot;tests&quot;:{}}" data-island-status="hydrated"></gu-island>
gu-island[name="ShowHideContainers"]
<gu-island name="ShowHideContainers" priority="enhancement" deferuntil="idle" props="{}" data-island-status="hydrated"></gu-island>
gu-island[name="SetABTests"]
<gu-island name="SetABTests" priority="critical" props="{"abTestSwitches":{"..." data-island-status="hydrated">
gu-island[name="SetAdTargeting"]
<gu-island name="SetAdTargeting" priority="critical" props="{"adTargeting":{"cus..." data-island-status="hydrated">
gu-island[name="BrazeMessaging"]
<gu-island name="BrazeMessaging" priority="feature" deferuntil="idle" props="{&quot;idApiUrl&quot;:&quot;https://idapi.theguardian.com&quot;}" data-island-status="hydrated"></gu-island>

Showing first 10 of 4512 audited elements.

Alternative text of images should not be repeated as text

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.

Learn more

Audit Elements

.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(1) > .dcr-qdy60k[data-format-design="18"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Photo of glass vitrai of the Holy Spirit as a white dove with spread wings" src="https://i.guim.co.uk/img/media/0b6805d43a1a2c82ef1a2e334f0c0c5b086a9f67/0_0_1904_1523/master/1904.jpg?width=98&amp;dpr=1&amp;s=none&amp;crop=1%3A1" loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
.dcr-egnb3a > .dcr-1yduq3m[alt="Tayo Bero"]
<img alt="Tayo Bero" src="https://i.guim.co.uk/img/uploads/2022/03/31/Tayo_Bero.png?width=98&amp;dpr=1&amp;s=none&amp;crop=1%3A1" class="dcr-1yduq3m">
.dcr-q126wo[data-format-design="10"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Security Scare at Th..." src="https://i.guim.co.uk..." loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(4) > .dcr-qdy60k[data-format-design="18"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Illustration of a bi..." src="https://i.guim.co.uk..." loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
.dcr-1twwtz5[data-format-theme="4"][data-format-design="10"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Author Amanda Craig ..." src="https://i.guim.co.uk..." loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
.dcr-1lv6bmv[data-format-theme="3"][data-format-design="10"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Jon Batiste wrapped in taffeta like a red rose" src="https://i.guim.co.uk/img/media/90c63d022c843e268f8ea24a5f9db6048c5a5e3c/1130_577_2494_2494/master/2494.jpg?width=98&amp;dpr=1&amp;s=none&amp;crop=1%3A1" loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
#video-collection-1-splash-0 > .dcr-1ydxyte[data-size="large"] > img[alt=""][loading="eager"][data-chromatic="ignore"]
<img alt="" src="https://i.guim.co.uk/img/uploads/2026/04/26/Trump_rushed_off_stage_at_White_House_correspondents__dinner_as_gunshots_heard--91492828-518d-466c-b249-2a8bc0172a4b-2.0.0000000.jpg?width=465&amp;dpr=1&amp;s=none&amp;crop=5%3A4" loading="eager" data-chromatic="ignore" class="dcr-l300o4">
.dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-mwwxk > .dcr-1ummryo > .dcr-1iak74q > .dcr-1ydxyte[data-size="medium"] > .dcr-l300o4[loading="eager"][data-chromatic="ignore"]
<img alt="officer stands guard outside white building" src="https://i.guim.co.uk/img/media/aacf83de4971def5aae4a8e88f653d393528f62c/24_0_4182_3346/master/4182.jpg?width=465&amp;dpr=1&amp;s=none&amp;crop=5%3A4" loading="eager" data-chromatic="ignore" class="dcr-l300o4">
.dcr-1tcu2e2:nth-child(3) > .dcr-1qmyfxi > .dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-mwwxk > .dcr-9z444h > .dcr-17jliau > .dcr-1ydxyte[data-size="small"] > .dcr-l300o4[loading="eager"][data-chromatic="ignore"]
<img alt="Haitham bin Tariq and Abbas Araghchi shaking hands in a palatial reception room" src="https://i.guim.co.uk/img/media/f7b6623d238674d94ab588b8307b8b74e4e4fea6/75_0_1130_904/master/1130.jpg?width=120&dpr=1&s=none&crop=5%3A4" loading="eager" data-chromatic="ignore" class="dcr-l300o4">
.dcr-1tcu2e2:nth-child(3) > .dcr-ixe7de > .dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-mwwxk > .dcr-9z444h > .dcr-17jliau > .dcr-1ydxyte[data-size="small"] > .dcr-l300o4[loading="eager"][data-chromatic="ignore"]
<img alt="firefighters stand outside and look up at smoke-filled sky" src="https://i.guim.co.uk/img/media/68cc737bc39bc2d73554dae5eca779a33a3ded9b/128_0_1919_1536/master/1919.jpg?width=120&amp;dpr=1&amp;s=none&amp;crop=5%3A4" loading="eager" data-chromatic="ignore" class="dcr-l300o4">

Showing first 10 of 124 audited elements.

ARIA attributes must be used as specified for the element's role

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.

Learn more

Audit Elements

.dcr-1beghel
<div data-link-name="Front | /us" role="region" aria-roledescription="carousel" aria-label="Highlights" aria-live="polite" class="dcr-1beghel">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(1)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-1dvkc7k > .dcr-2yd10d[data-link-name="feature | group-0 | card-@1"]
<a href="/us-news/ng-interactive/2026/apr/26/pope-leo-trump-hegseth-christianity" data-link-name="feature | group-0 | card-@1" aria-label="Pope Leo has stirred awake a progressive Christianity " class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(2)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="comment | group-0 | card-@2"]
<a href="/commentisfree/2026/apr/26/alloclae-cadaver-fat-filler" data-link-name="comment | group-0 | card-@2" aria-label="Why are people pumping their bodies with fat from corpses?" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(3)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="feature | group-0 | card-@3"]
<a href="/us-news/2026/apr/26/white-house-correspondents-dinner-shooting-covering-trump" data-link-name="feature | group-0 | card-@3" aria-label="At the White House press dinner, darkness came viscerally close" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(4)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="feature | group-0 | card-@4"]
<a href="/news/ng-interactive/2026/apr/26/bad-movies-good-business-how-sanitised-biopics-became-a-hollywood-staple" data-link-name="feature | group-0 | card-@4" aria-label="How sanitized biopics became a Hollywood staple" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(5)
<li role="group" aria-roledescription="slide" class="dcr-150126u">

Showing first 10 of 150 audited elements.

ARIA attributes must conform to valid names

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.

Learn more

Audit Elements

.dcr-1beghel
<div data-link-name="Front | /us" role="region" aria-roledescription="carousel" aria-label="Highlights" aria-live="polite" class="dcr-1beghel">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(1)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-1dvkc7k > .dcr-2yd10d[data-link-name="feature | group-0 | card-@1"]
<a href="/us-news/ng-interactive/2026/apr/26/pope-leo-trump-hegseth-christianity" data-link-name="feature | group-0 | card-@1" aria-label="Pope Leo has stirred awake a progressive Christianity " class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(2)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="comment | group-0 | card-@2"]
<a href="/commentisfree/2026/apr/26/alloclae-cadaver-fat-filler" data-link-name="comment | group-0 | card-@2" aria-label="Why are people pumping their bodies with fat from corpses?" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(3)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="feature | group-0 | card-@3"]
<a href="/us-news/2026/apr/26/white-house-correspondents-dinner-shooting-covering-trump" data-link-name="feature | group-0 | card-@3" aria-label="At the White House press dinner, darkness came viscerally close" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(4)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="feature | group-0 | card-@4"]
<a href="/news/ng-interactive/2026/apr/26/bad-movies-good-business-how-sanitised-biopics-became-a-hollywood-staple" data-link-name="feature | group-0 | card-@4" aria-label="How sanitized biopics became a Hollywood staple" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(5)
<li role="group" aria-roledescription="slide" class="dcr-150126u">

Showing first 10 of 150 audited elements.

ARIA attributes must conform to valid values

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.

Learn more

Audit Elements

.dcr-1beghel
<div data-link-name="Front | /us" role="region" aria-roledescription="carousel" aria-label="Highlights" aria-live="polite" class="dcr-1beghel">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(1)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-1dvkc7k > .dcr-2yd10d[data-link-name="feature | group-0 | card-@1"]
<a href="/us-news/ng-interactive/2026/apr/26/pope-leo-trump-hegseth-christianity" data-link-name="feature | group-0 | card-@1" aria-label="Pope Leo has stirred awake a progressive Christianity " class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(2)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="comment | group-0 | card-@2"]
<a href="/commentisfree/2026/apr/26/alloclae-cadaver-fat-filler" data-link-name="comment | group-0 | card-@2" aria-label="Why are people pumping their bodies with fat from corpses?" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(3)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="feature | group-0 | card-@3"]
<a href="/us-news/2026/apr/26/white-house-correspondents-dinner-shooting-covering-trump" data-link-name="feature | group-0 | card-@3" aria-label="At the White House press dinner, darkness came viscerally close" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(4)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="feature | group-0 | card-@4"]
<a href="/news/ng-interactive/2026/apr/26/bad-movies-good-business-how-sanitised-biopics-became-a-hollywood-staple" data-link-name="feature | group-0 | card-@4" aria-label="How sanitized biopics became a Hollywood staple" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(5)
<li role="group" aria-roledescription="slide" class="dcr-150126u">

Showing first 10 of 150 audited elements.

ARIA commands must have an accessible name

Screen reader users cannot determine the purpose of interactive elements with role="link", role="button", or role="menuitem" that lack an accessible name. Without a name, these controls are essentially invisible to assistive technology users.

Learn more

Audit Elements

#header-veggie-burger
<label id="header-veggie-burger" aria-label="Toggle main menu" for="header-nav-input-checkbox" data-link-name="header : veggie-burger : show" tabindex="0" role="button" data-testid="veggie-burger" class="dcr-lprv81">
ARIA dialog and alertdialog nodes should have an accessible name

Screen reader users cannot identify the purpose of role="dialog" or role="alertdialog" elements without an accessible name. This leaves users confused about what dialog they've encountered and what it contains.

Learn more

Audit Elements

#sp_message_container_1428037
<div id="sp_message_container_1428037" aria-modal="true" aria-labelledby="sp_message_iframe_1428037" role="dialog" style="display: block; height: 273px; top: auto;">
ARIA hidden element must not be focusable or contain focusable 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.

Learn more

Audit Elements

#dfp-ad--top-above-nav
<div id="dfp-ad--top-above-nav" class="js-ad-slot ad-slot ad-slot--top-above-nav ad-slot--mpu-banner-ad ad-slot--rendered" data-link-name="ad slot top-above-nav" data-name="top-above-nav" data-testid="slot" aria-hidden="true"></div>
.dcr-1nulcij > svg[viewBox="-3 -3 30 30"][aria-hidden="true"]
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M1 12.956h18.274l-7.167 8.575.932.932L23 12.478v-.956l-9.96-9.985-.932.932 7.166 8.575H1z"></path></svg>
.dcr-fq58ld > svg[viewBox="-3 -3 30 30"][focusable="false"][aria-hidden="true"]
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="m8.482 1-.982.957L15.882 12 7.5 22.044l.982.956 10.471-10.471V11.47z"></path></svg>
svg[viewBox="0 -3 300 100"]
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -3 300 100" fill="var(--masthead-nav-link-text)" focusable="false" aria-hidden="true">
#header-nav-input-checkbox
<input type="checkbox" id="header-nav-input-checkbox" name="more" tabindex="-1" aria-hidden="true" role="button" aria-expanded="false" aria-haspopup="true" class="dcr-1acea34">
.dcr-b3mn8w > svg[width="26"][viewBox="-3 -3 30 30"][focusable="false"]
<svg width="26" viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M23 7V5H1v2zm0 6v-2H1v2zm0 6v-2H1v2z" fill="var(--masthead-veggie-burger-icon)"></path></svg>
.dcr-li5n90 > svg[width="26"][viewBox="-3 -3 30 30"][focusable="false"]
<svg width="26" viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true">
#News-checkbox-input
<input type="checkbox" id="News-checkbox-input" tabindex="-1" aria-hidden="true" class="dcr-1acea34">
#Opinion-checkbox-input
<input type="checkbox" id="Opinion-checkbox-input" tabindex="-1" aria-hidden="true" class="dcr-1acea34">
#Sport-checkbox-input
<input type="checkbox" id="Sport-checkbox-input" tabindex="-1" aria-hidden="true" class="dcr-1acea34">

Showing first 10 of 69 audited elements.

ARIA role should be appropriate for the element

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.

Learn more

Audit Elements

.dcr-1beghel
<div data-link-name="Front | /us" role="region" aria-roledescription="carousel" aria-label="Highlights" aria-live="polite" class="dcr-1beghel">
.dcr-6sl420
<ul role="menubar" data-testid="nav-menu-columns" class="dcr-6sl420">
.dcr-1b0pb7e[role="none"]:nth-child(1)
<li role="none" class="dcr-1b0pb7e">
#newsLinks
<ul role="menu" id="newsLinks" data-testid="newsLinks" class="dcr-11vt4tq">
#newsLinks > .dcr-9ra8aa[role="none"]
<li role="none" class="dcr-9ra8aa"><a class="selectableMenuItem dcr-1julzi7" href="/" role="menuitem" data-link-name="header : secondary : View all News" data-testid="column-collapse-sublink-News" tabindex="-1">View all News</a></li>
a[data-testid="column-collapse-sublink-News"]
<a class="selectableMenuItem dcr-1julzi7" href="/" role="menuitem" data-link-name="header : secondary : View all News" data-testid="column-collapse-sublink-News" tabindex="-1">View all News</a>
#newsLinks > .dcr-4hq641[role="none"]:nth-child(2)
<li role="none" class="dcr-4hq641"><a class="selectableMenuItem dcr-1julzi7" href="/us-news" role="menuitem" data-link-name="header : secondary : US news" data-testid="column-collapse-sublink-US news" tabindex="-1">US news</a></li>
a[data-link-name="header : secondary : US news"]
<a class="selectableMenuItem dcr-1julzi7" href="/us-news" role="menuitem" data-link-name="header : secondary : US news" data-testid="column-collapse-sublink-US news" tabindex="-1">US news</a>
#newsLinks > .dcr-4hq641[role="none"]:nth-child(3)
<li role="none" class="dcr-4hq641"><a class="selectableMenuItem dcr-1julzi7" href="/us-news/us-politics" role="menuitem" data-link-name="header : secondary : US politics" data-testid="column-collapse-sublink-US politics" tabindex="-1">US politics</a></li>
.dcr-1julzi7[href$="us-politics"][role="menuitem"]
<a class="selectableMenuItem dcr-1julzi7" href="/us-news/us-politics" role="menuitem" data-link-name="header : secondary : US politics" data-testid="column-collapse-sublink-US politics" tabindex="-1">US politics</a>

Showing first 10 of 174 audited elements.

ARIA roles used must conform to valid values

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.

Learn more

Audit Elements

.dcr-1beghel
<div data-link-name="Front | /us" role="region" aria-roledescription="carousel" aria-label="Highlights" aria-live="polite" class="dcr-1beghel">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(1)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(2)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(3)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(4)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(5)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(6)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
#header-veggie-burger
<label id="header-veggie-burger" aria-label="Toggle main menu" for="header-nav-input-checkbox" data-link-name="header : veggie-burger : show" tabindex="0" role="button" data-testid="veggie-burger" class="dcr-lprv81">
.dcr-12t3ay9
<ul role="list" style="--sub-nav-link:var(--sub-nav-link-header)" class="dcr-12t3ay9">
.dcr-dz92n5
<div role="region" aria-roledescription="carousel" aria-label="Slideshow" aria-live="polite" class="dcr-dz92n5">

Showing first 10 of 14 audited elements.

aria-hidden="true" must not be present on the document body

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.

Learn more

Audit Elements

body
<body class="">
Aside should not be contained in another landmark

Screen reader users can skip over complementary content like <aside> elements when they appear at the top level. Embedding asides within other landmarks may disable this navigation feature, forcing users to wade through ancillary content they want to skip.

Learn more

Audit Elements

.dcr-pk9vk9
<aside data-ad-slot="true" class="ad-slot-container dcr-pk9vk9">
.top-fronts-banner-ad-container.dcr-13xs3yn:nth-child(4) > .dcr-18j6dly.ad-slot-container[data-ad-slot="true"]
<aside data-ad-slot="true" class="ad-slot-container dcr-18j6dly">
.top-fronts-banner-ad-container.dcr-13xs3yn:nth-child(9) > .dcr-18j6dly.ad-slot-container[data-ad-slot="true"]
<aside data-ad-slot="true" class="ad-slot-container dcr-18j6dly">
.top-fronts-banner-ad-container.dcr-13xs3yn:nth-child(13) > .dcr-18j6dly.ad-slot-container[data-ad-slot="true"]
<aside data-ad-slot="true" class="ad-slot-container dcr-18j6dly">
.top-fronts-banner-ad-container.dcr-13xs3yn:nth-child(18) > .dcr-18j6dly.ad-slot-container[data-ad-slot="true"]
<aside data-ad-slot="true" class="ad-slot-container dcr-18j6dly">
.top-fronts-banner-ad-container.dcr-13xs3yn:nth-child(22) > .dcr-18j6dly.ad-slot-container[data-ad-slot="true"]
<aside data-ad-slot="true" class="ad-slot-container dcr-18j6dly">
.top-fronts-banner-ad-container.dcr-13xs3yn:nth-child(27) > .dcr-18j6dly.ad-slot-container[data-ad-slot="true"]
<aside data-ad-slot="true" class="ad-slot-container dcr-18j6dly">
.top-fronts-banner-ad-container.dcr-13xs3yn:nth-child(37) > .dcr-18j6dly.ad-slot-container[data-ad-slot="true"]
<aside data-ad-slot="true" class="ad-slot-container dcr-18j6dly">
.top-fronts-banner-ad-container.dcr-13xs3yn:nth-child(47) > .dcr-18j6dly.ad-slot-container[data-ad-slot="true"]
<aside data-ad-slot="true" class="ad-slot-container dcr-18j6dly">
.dcr-1xdhyk6:nth-child(16)
<aside style="background-color:var(--article-section-background)" class="dcr-1xdhyk6">

Showing first 10 of 12 audited elements.

Banner landmark should not be contained in another landmark

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.

Learn more

Audit Elements

header
<header data-component="header">
Buttons must have discernible text

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.

Learn more

Audit Elements

.dcr-fq58ld
<button type="button" aria-live="polite" aria-label="Move highlight stories forwards" data-link-name="highlights container right chevron" class="dcr-fq58ld">
.dcr-1s2zcg3
<button aria-expanded="false" data-link-name="header : titlepiece : edition-picker: toggle" data-testid="dropdown-button" type="button" class="dcr-1s2zcg3">US</button>
.dcr-8jkbi7
<button type="button" aria-live="polite" aria-label="Previous image" disabled="" class="dcr-8jkbi7">
.dcr-1jixt7l
<button type="button" aria-live="polite" aria-label="Next image" class="dcr-1jixt7l">
Certain ARIA roles must contain particular children

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.

Learn more

Audit Elements

.dcr-12t3ay9
<ul role="list" style="--sub-nav-link:var(--sub-nav-link-header)" class="dcr-12t3ay9">
.dcr-1gt8egs
<ul role="list" class="dcr-1gt8egs">
Contentinfo landmark should not be contained in another landmark

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.

Learn more

Audit Elements

.dcr-1xdhyk6:nth-child(18)
<footer style="background-color:#052962" class="dcr-1xdhyk6">
Deprecated ARIA roles must not be used

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.

Learn more

Audit Elements

.dcr-1beghel
<div data-link-name="Front | /us" role="region" aria-roledescription="carousel" aria-label="Highlights" aria-live="polite" class="dcr-1beghel">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(1)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(2)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(3)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(4)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(5)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(6)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
#header-veggie-burger
<label id="header-veggie-burger" aria-label="Toggle main menu" for="header-nav-input-checkbox" data-link-name="header : veggie-burger : show" tabindex="0" role="button" data-testid="veggie-burger" class="dcr-lprv81">
.dcr-12t3ay9
<ul role="list" style="--sub-nav-link:var(--sub-nav-link-header)" class="dcr-12t3ay9">
.dcr-dz92n5
<div role="region" aria-roledescription="carousel" aria-label="Slideshow" aria-live="polite" class="dcr-dz92n5">

Showing first 10 of 14 audited elements.

Document should have one main landmark

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.

Learn more

Audit Elements

html
<html lang="en">
Document should not have more than one banner landmark

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.

Learn more

Audit Elements

header
<header data-component="header">
Document should not have more than one contentinfo landmark

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.

Learn more

Audit Elements

.dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-mwwxk > .dcr-1ummryo > .dcr-1ard8yf > .dcr-vy6xhd > .dcr-x3nolh
<footer class="dcr-x3nolh">
Document should not have more than one main landmark

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.

Learn more

Audit Elements

#maincontent
<main data-layout="FrontLayout" data-link-name="Front | /us" id="maincontent" class="dcr-0">
Documents must have <title> element to aid in navigation

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.

Learn more

Audit Elements

html
<html lang="en">
Elements marked as presentational should be consistently ignored

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.

Learn more

Audit Elements

#video-collection-1-splash-0 > .dcr-1ydxyte[data-size="large"] > img[alt=""][loading="eager"][data-chromatic="ignore"]
<img alt="" src="https://i.guim.co.uk/img/uploads/2026/04/26/Trump_rushed_off_stage_at_White_House_correspondents__dinner_as_gunshots_heard--91492828-518d-466c-b249-2a8bc0172a4b-2.0.0000000.jpg?width=465&amp;dpr=1&amp;s=none&amp;crop=5%3A4" loading="eager" data-chromatic="ignore" class="dcr-l300o4">
figure > .dcr-1ydxyte[data-size="large"] > img[alt=""][loading="eager"][data-chromatic="ignore"]
<img alt="" src="https://i.guim.co.uk/img/media/d7a7de1e9ea90fbd5f08dc0e078c0a1ee163f53e/712_0_6827_5464/master/6827.jpg?width=465&amp;dpr=1&amp;s=none&amp;crop=5%3A4" loading="eager" data-chromatic="ignore" class="dcr-l300o4">
Elements must meet minimum color contrast ratio thresholds

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.

Learn more

Audit Elements

.dcr-inqvnp
<h2 class="dcr-inqvnp">Support the Guardian</h2>
.dcr-i1dpfa
<span class="dcr-i1dpfa">Fund independent journalism</span>
.dcr-1nulcij
<a href="https://support.theg..." class="dcr-1nulcij" style="grid-area: cta1;">
a[data-link-name="header : topbar : printsubs"]
<a href="https://support.theg..." data-link-name="header : topbar : pr..." class="dcr-vxblrw">
a[data-link-name="header : topbar : newsletters"]
<a href="/email-newsletters" data-link-name="header : topbar : newsletters" class="dcr-vxblrw">Newsletters</a>
.dcr-1hsyf0n
<a href="https://profile.theguardian.com/signin?INTCMP=DOTCOM_NEWHEADER_SIGNIN&ABCMP=ab-sign-in&componentEventParams=componentType%3Didentityauthentication%26componentId%3Dguardian_signin_header" data-link-name="header : topbar : signin" class="dcr-1hsyf0n">
#navigation
<a href="/" style="--pillar-underline:#FF5943" id="navigation" data-link-name="header : titlepiece : nav : primary : News" class="dcr-17fanw1">News</a>
.dcr-18nbak > .dcr-1d6g26q > .dcr-1gcso2u:nth-child(2) > .dcr-9ucpkb[href$="commentisfree"]
<a href="/commentisfree" style="--pillar-underline:#FF7F0F" data-link-name="header : titlepiece : nav : primary : Opinion" class="dcr-9ucpkb">Opinion</a>
.dcr-18nbak > .dcr-1d6g26q > .dcr-1gcso2u:nth-child(3) > .dcr-9ucpkb[href$="sport"]
<a href="/sport" style="--pillar-underline:#00B2FF" data-link-name="header : titlepiece : nav : primary : Sport" class="dcr-9ucpkb">Sport</a>
.dcr-18nbak > .dcr-1d6g26q > .dcr-1gcso2u:nth-child(4) > .dcr-9ucpkb[href$="culture"]
<a href="/culture" style="--pillar-underline:#EACCA0" data-link-name="header : titlepiece : nav : primary : Culture" class="dcr-9ucpkb">Culture</a>

Showing first 10 of 154 audited elements.

Elements must only use permitted ARIA attributes

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.

Learn more

Audit Elements

.dcr-1beghel
<div data-link-name="Front | /us" role="region" aria-roledescription="carousel" aria-label="Highlights" aria-live="polite" class="dcr-1beghel">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(1)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-1dvkc7k > .dcr-2yd10d[data-link-name="feature | group-0 | card-@1"]
<a href="/us-news/ng-interactive/2026/apr/26/pope-leo-trump-hegseth-christianity" data-link-name="feature | group-0 | card-@1" aria-label="Pope Leo has stirred awake a progressive Christianity " class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(2)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="comment | group-0 | card-@2"]
<a href="/commentisfree/2026/apr/26/alloclae-cadaver-fat-filler" data-link-name="comment | group-0 | card-@2" aria-label="Why are people pumping their bodies with fat from corpses?" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(3)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="feature | group-0 | card-@3"]
<a href="/us-news/2026/apr/26/white-house-correspondents-dinner-shooting-covering-trump" data-link-name="feature | group-0 | card-@3" aria-label="At the White House press dinner, darkness came viscerally close" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(4)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="feature | group-0 | card-@4"]
<a href="/news/ng-interactive/2026/apr/26/bad-movies-good-business-how-sanitised-biopics-became-a-hollywood-staple" data-link-name="feature | group-0 | card-@4" aria-label="How sanitized biopics became a Hollywood staple" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(5)
<li role="group" aria-roledescription="slide" class="dcr-150126u">

Showing first 10 of 150 audited elements.

Elements must only use supported ARIA attributes

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.

Learn more

Audit Elements

.dcr-1beghel
<div data-link-name="Front | /us" role="region" aria-roledescription="carousel" aria-label="Highlights" aria-live="polite" class="dcr-1beghel">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(1)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-1dvkc7k > .dcr-2yd10d[data-link-name="feature | group-0 | card-@1"]
<a href="/us-news/ng-interactive/2026/apr/26/pope-leo-trump-hegseth-christianity" data-link-name="feature | group-0 | card-@1" aria-label="Pope Leo has stirred awake a progressive Christianity " class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(2)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="comment | group-0 | card-@2"]
<a href="/commentisfree/2026/apr/26/alloclae-cadaver-fat-filler" data-link-name="comment | group-0 | card-@2" aria-label="Why are people pumping their bodies with fat from corpses?" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(3)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="feature | group-0 | card-@3"]
<a href="/us-news/2026/apr/26/white-house-correspondents-dinner-shooting-covering-trump" data-link-name="feature | group-0 | card-@3" aria-label="At the White House press dinner, darkness came viscerally close" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(4)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
a[data-link-name="feature | group-0 | card-@4"]
<a href="/news/ng-interactive/2026/apr/26/bad-movies-good-business-how-sanitised-biopics-became-a-hollywood-staple" data-link-name="feature | group-0 | card-@4" aria-label="How sanitized biopics became a Hollywood staple" class="dcr-2yd10d"></a>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(5)
<li role="group" aria-roledescription="slide" class="dcr-150126u">

Showing first 10 of 150 audited elements.

Elements should not have tabindex greater than zero

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.

Learn more

Audit Elements

#header-veggie-burger
<label id="header-veggie-burger" aria-label="Toggle main menu" for="header-nav-input-checkbox" data-link-name="header : veggie-burger : show" tabindex="0" role="button" data-testid="veggie-burger" class="dcr-lprv81">
#video-collection-1-splash-0
<video id="video-collection-1-s..." crossorigin="anonymous" tabindex="0" data-testid="self-hosted-video-pl..." data-link-name="gu-video-loop-pause-..." data-chromatic="ignore" preload="metadata" loop="" muted="" playsinline="" class="dcr-gtjgs5" poster="https://i.guim.co.uk...">
Frames must have a unique title attribute

Screen reader users navigate frames using a list of frame titles. Duplicate or missing titles make it impossible to distinguish between frames, forcing users to explore each frame's content manually. Unique, descriptive titles enable quick navigation to the correct frame.

Learn more

Audit Elements

#sp_message_iframe_1428037
<iframe src="https://sourcepoint...." id="sp_message_iframe_14..." title="SP Consent Message">
Frames must have an accessible name

Screen reader users rely on frame titles to understand frame content without exploring each one. Without descriptive, unique titles, users receive unhelpful information like "frame," "JavaScript," or URLs, making navigation through frames difficult and confusing.

Learn more

Audit Elements

#sp_message_iframe_1428037
<iframe src="https://sourcepoint...." id="sp_message_iframe_14..." title="SP Consent Message">
Heading levels should only increase by one

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.

Learn more

Audit Elements

.dcr-inqvnp
<h2 class="dcr-inqvnp">Support the Guardian</h2>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(1) > .dcr-qdy60k[data-format-design="18"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-1u1ure7 > .dcr-1m5r57z.card-headline
<h3 class="card-headline dcr-1m5r57z"><div style="color:var(--highlights-card-kicker-text);background-color:transparent" class="dcr-1cc5b8d">The featured essay</div><span class="show-underline headline-text dcr-jlpcus">Pope Leo has stirred awake a progressive Christianity </span></h3>
.dcr-qur1i6[data-format-theme="1"][data-format-design="8"] > .dcr-1dvkc7k > .dcr-1u1ure7 > .dcr-1m5r57z.card-headline
<h3 class="card-headline dcr-1m5r57z">
.dcr-q126wo[data-format-design="10"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-1u1ure7 > .dcr-1m5r57z.card-headline
<h3 class="card-headline dcr-1m5r57z"><div style="color:var(--highlights-card-kicker-text);background-color:transparent" class="dcr-1cc5b8d">The US politics sketch</div><span class="show-underline headline-text dcr-jlpcus">At the White House press dinner, darkness came viscerally close</span></h3>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(4) > .dcr-qdy60k[data-format-design="18"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-1u1ure7 > .dcr-1m5r57z.card-headline
<h3 class="card-headline dcr-1m5r57z"><div style="color:var(--highlights-card-kicker-text);background-color:transparent" class="dcr-1cc5b8d">The Sunday read</div><span class="show-underline headline-text dcr-jlpcus">How sanitized biopics became a Hollywood staple</span></h3>
.dcr-1twwtz5[data-format-theme="4"][data-format-design="10"] > .dcr-1dvkc7k > .dcr-1u1ure7 > .dcr-1m5r57z.card-headline
<h3 class="card-headline dcr-1m5r57z">
.dcr-1lv6bmv[data-format-theme="3"][data-format-design="10"] > .dcr-1dvkc7k > .dcr-1u1ure7 > .dcr-1m5r57z.card-headline
<h3 class="card-headline dcr-1m5r57z"><div style="color:var(--highlights-card-kicker-text);background-color:transparent" class="dcr-1cc5b8d">Jon Batiste’s playlist</div><span class="show-underline headline-text dcr-jlpcus">‘I don’t believe in song shaming!’</span></h3>
#news-title > .dcr-1atljbz > .dcr-cnoe5p
<h2 style="color:var(--article-section-title-news)" class="dcr-cnoe5p">News</h2>
.dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-mwwxk > .dcr-1ummryo > .dcr-1ard8yf > .dcr-vy6xhd > .dcr-147a5s0 > .dcr-1b3uhxs.card-headline
<h3 class="card-headline dcr-1b3uhxs"><div style="color:var(--card-kicker-text);background-color:transparent" class="dcr-1cc5b8d">White House</div><span class="show-underline headline-text dcr-uyefka">Anti-Trump sentiment being examined as motive for  press dinner shooting</span></h3>
.dcr-lr5en0 > .dcr-keisnu > .dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-mwwxk > .dcr-9zixcl > .dcr-fbifpe.sublinks > .dcr-1sbq4gd[data-link-name="sublinks | 1"] > .dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-1ij2qgb > .card-sublink-headline.dcr-rsqedy
<h3 class="card-sublink-headline dcr-rsqedy">

Showing first 10 of 202 audited elements.

Headings should not be empty

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.

Learn more

Audit Elements

.dcr-inqvnp
<h2 class="dcr-inqvnp">Support the Guardian</h2>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(1) > .dcr-qdy60k[data-format-design="18"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-1u1ure7 > .dcr-1m5r57z.card-headline
<h3 class="card-headline dcr-1m5r57z"><div style="color:var(--highlights-card-kicker-text);background-color:transparent" class="dcr-1cc5b8d">The featured essay</div><span class="show-underline headline-text dcr-jlpcus">Pope Leo has stirred awake a progressive Christianity </span></h3>
.dcr-qur1i6[data-format-theme="1"][data-format-design="8"] > .dcr-1dvkc7k > .dcr-1u1ure7 > .dcr-1m5r57z.card-headline
<h3 class="card-headline dcr-1m5r57z">
.dcr-q126wo[data-format-design="10"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-1u1ure7 > .dcr-1m5r57z.card-headline
<h3 class="card-headline dcr-1m5r57z"><div style="color:var(--highlights-card-kicker-text);background-color:transparent" class="dcr-1cc5b8d">The US politics sketch</div><span class="show-underline headline-text dcr-jlpcus">At the White House press dinner, darkness came viscerally close</span></h3>
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(4) > .dcr-qdy60k[data-format-design="18"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-1u1ure7 > .dcr-1m5r57z.card-headline
<h3 class="card-headline dcr-1m5r57z"><div style="color:var(--highlights-card-kicker-text);background-color:transparent" class="dcr-1cc5b8d">The Sunday read</div><span class="show-underline headline-text dcr-jlpcus">How sanitized biopics became a Hollywood staple</span></h3>
.dcr-1twwtz5[data-format-theme="4"][data-format-design="10"] > .dcr-1dvkc7k > .dcr-1u1ure7 > .dcr-1m5r57z.card-headline
<h3 class="card-headline dcr-1m5r57z">
.dcr-1lv6bmv[data-format-theme="3"][data-format-design="10"] > .dcr-1dvkc7k > .dcr-1u1ure7 > .dcr-1m5r57z.card-headline
<h3 class="card-headline dcr-1m5r57z"><div style="color:var(--highlights-card-kicker-text);background-color:transparent" class="dcr-1cc5b8d">Jon Batiste’s playlist</div><span class="show-underline headline-text dcr-jlpcus">‘I don’t believe in song shaming!’</span></h3>
#news-title > .dcr-1atljbz > .dcr-cnoe5p
<h2 style="color:var(--article-section-title-news)" class="dcr-cnoe5p">News</h2>
.dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-mwwxk > .dcr-1ummryo > .dcr-1ard8yf > .dcr-vy6xhd > .dcr-147a5s0 > .dcr-1b3uhxs.card-headline
<h3 class="card-headline dcr-1b3uhxs"><div style="color:var(--card-kicker-text);background-color:transparent" class="dcr-1cc5b8d">White House</div><span class="show-underline headline-text dcr-uyefka">Anti-Trump sentiment being examined as motive for  press dinner shooting</span></h3>
.dcr-lr5en0 > .dcr-keisnu > .dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-mwwxk > .dcr-9zixcl > .dcr-fbifpe.sublinks > .dcr-1sbq4gd[data-link-name="sublinks | 1"] > .dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-1ij2qgb > .card-sublink-headline.dcr-rsqedy
<h3 class="card-sublink-headline dcr-rsqedy">

Showing first 10 of 202 audited elements.

IDs used in ARIA and labels must be unique

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.

Learn more

Audit Elements

#header-nav-input-checkbox
<input type="checkbox" id="header-nav-input-checkbox" name="more" tabindex="-1" aria-hidden="true" role="button" aria-expanded="false" aria-haspopup="true" class="dcr-1acea34">
#News-checkbox-input
<input type="checkbox" id="News-checkbox-input" tabindex="-1" aria-hidden="true" class="dcr-1acea34">
#newsLinks
<ul role="menu" id="newsLinks" data-testid="newsLinks" class="dcr-11vt4tq">
#Opinion-checkbox-input
<input type="checkbox" id="Opinion-checkbox-input" tabindex="-1" aria-hidden="true" class="dcr-1acea34">
#opinionLinks
<ul role="menu" id="opinionLinks" data-testid="opinionLinks" class="dcr-v7ibvm">
#Sport-checkbox-input
<input type="checkbox" id="Sport-checkbox-input" tabindex="-1" aria-hidden="true" class="dcr-1acea34">
#sportLinks
<ul role="menu" id="sportLinks" data-testid="sportLinks" class="dcr-wp8bgr">
#Culture-checkbox-input
<input type="checkbox" id="Culture-checkbox-input" tabindex="-1" aria-hidden="true" class="dcr-1acea34">
#cultureLinks
<ul role="menu" id="cultureLinks" data-testid="cultureLinks" class="dcr-1yytfii">
#Lifestyle-checkbox-input
<input type="checkbox" id="Lifestyle-checkbox-input" tabindex="-1" aria-hidden="true" class="dcr-1acea34">

Showing first 10 of 46 audited elements.

Images must have alternative text

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.

Learn more

Audit Elements

.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(1) > .dcr-qdy60k[data-format-design="18"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Photo of glass vitrai of the Holy Spirit as a white dove with spread wings" src="https://i.guim.co.uk/img/media/0b6805d43a1a2c82ef1a2e334f0c0c5b086a9f67/0_0_1904_1523/master/1904.jpg?width=98&amp;dpr=1&amp;s=none&amp;crop=1%3A1" loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
.dcr-egnb3a > .dcr-1yduq3m[alt="Tayo Bero"]
<img alt="Tayo Bero" src="https://i.guim.co.uk/img/uploads/2022/03/31/Tayo_Bero.png?width=98&amp;dpr=1&amp;s=none&amp;crop=1%3A1" class="dcr-1yduq3m">
.dcr-q126wo[data-format-design="10"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Security Scare at Th..." src="https://i.guim.co.uk..." loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(4) > .dcr-qdy60k[data-format-design="18"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Illustration of a bi..." src="https://i.guim.co.uk..." loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
.dcr-1twwtz5[data-format-theme="4"][data-format-design="10"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Author Amanda Craig ..." src="https://i.guim.co.uk..." loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
.dcr-1lv6bmv[data-format-theme="3"][data-format-design="10"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Jon Batiste wrapped in taffeta like a red rose" src="https://i.guim.co.uk/img/media/90c63d022c843e268f8ea24a5f9db6048c5a5e3c/1130_577_2494_2494/master/2494.jpg?width=98&amp;dpr=1&amp;s=none&amp;crop=1%3A1" loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
#video-collection-1-splash-0 > .dcr-1ydxyte[data-size="large"] > img[alt=""][loading="eager"][data-chromatic="ignore"]
<img alt="" src="https://i.guim.co.uk/img/uploads/2026/04/26/Trump_rushed_off_stage_at_White_House_correspondents__dinner_as_gunshots_heard--91492828-518d-466c-b249-2a8bc0172a4b-2.0.0000000.jpg?width=465&amp;dpr=1&amp;s=none&amp;crop=5%3A4" loading="eager" data-chromatic="ignore" class="dcr-l300o4">
.dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-mwwxk > .dcr-1ummryo > .dcr-1iak74q > .dcr-1ydxyte[data-size="medium"] > .dcr-l300o4[loading="eager"][data-chromatic="ignore"]
<img alt="officer stands guard outside white building" src="https://i.guim.co.uk/img/media/aacf83de4971def5aae4a8e88f653d393528f62c/24_0_4182_3346/master/4182.jpg?width=465&amp;dpr=1&amp;s=none&amp;crop=5%3A4" loading="eager" data-chromatic="ignore" class="dcr-l300o4">
.dcr-1tcu2e2:nth-child(3) > .dcr-1qmyfxi > .dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-mwwxk > .dcr-9z444h > .dcr-17jliau > .dcr-1ydxyte[data-size="small"] > .dcr-l300o4[loading="eager"][data-chromatic="ignore"]
<img alt="Haitham bin Tariq and Abbas Araghchi shaking hands in a palatial reception room" src="https://i.guim.co.uk/img/media/f7b6623d238674d94ab588b8307b8b74e4e4fea6/75_0_1130_904/master/1130.jpg?width=120&dpr=1&s=none&crop=5%3A4" loading="eager" data-chromatic="ignore" class="dcr-l300o4">
.dcr-1tcu2e2:nth-child(3) > .dcr-ixe7de > .dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-mwwxk > .dcr-9z444h > .dcr-17jliau > .dcr-1ydxyte[data-size="small"] > .dcr-l300o4[loading="eager"][data-chromatic="ignore"]
<img alt="firefighters stand outside and look up at smoke-filled sky" src="https://i.guim.co.uk/img/media/68cc737bc39bc2d73554dae5eca779a33a3ded9b/128_0_1919_1536/master/1919.jpg?width=120&amp;dpr=1&amp;s=none&amp;crop=5%3A4" loading="eager" data-chromatic="ignore" class="dcr-l300o4">

Showing first 10 of 124 audited elements.

Inline text spacing must be adjustable with custom stylesheets

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.

Learn more

Audit Elements

.dcr-11e3tdy > .dcr-1xdhyk6
<section style="background-color:var(--article-section-background)" class="dcr-1xdhyk6">
.dcr-11e3tdy > .dcr-1xdhyk6 > .dcr-1s8spa1
<div style="border-color:var(--article-border)" class="dcr-1s8spa1">
header > .dcr-1xdhyk6:nth-child(1)
<section style="background-color:var(--masthead-top-bar-background)" class="dcr-1xdhyk6">
header > .dcr-1xdhyk6:nth-child(1) > .dcr-1s8spa1
<div style="border-color:var(--article-border)" class="dcr-1s8spa1">
.dcr-145list
<div style="padding-right:12px" class="dcr-145list">
.dcr-1nulcij
<a href="https://support.theg..." class="dcr-1nulcij" style="grid-area: cta1;">
.dcr-1vetsv0:nth-child(2) > .dcr-1m16xt4
<div style="padding-right:12px" class="dcr-1m16xt4">
.dcr-1vetsv0:nth-child(3) > .dcr-1m16xt4
<div style="padding-right:12px" class="dcr-1m16xt4"><a href="/email-newsletters" data-link-name="header : topbar : newsletters" class="dcr-vxblrw">Newsletters</a></div>
.dcr-kohrs2 > .dcr-1m16xt4
<div style="padding-right:0" class="dcr-1m16xt4">
.dcr-1xdhyk6:nth-child(2)
<section style="background-color:var(--highlights-container-background)" class="dcr-1xdhyk6">

Showing first 10 of 518 audited elements.

Interactive controls must not be nested

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.

Learn more

Audit Elements

.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(1) > .dcr-qdy60k[data-format-design="18"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Photo of glass vitrai of the Holy Spirit as a white dove with spread wings" src="https://i.guim.co.uk/img/media/0b6805d43a1a2c82ef1a2e334f0c0c5b086a9f67/0_0_1904_1523/master/1904.jpg?width=98&amp;dpr=1&amp;s=none&amp;crop=1%3A1" loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
.dcr-egnb3a > .dcr-1yduq3m[alt="Tayo Bero"]
<img alt="Tayo Bero" src="https://i.guim.co.uk/img/uploads/2022/03/31/Tayo_Bero.png?width=98&amp;dpr=1&amp;s=none&amp;crop=1%3A1" class="dcr-1yduq3m">
.dcr-q126wo[data-format-design="10"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Security Scare at Th..." src="https://i.guim.co.uk..." loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(4) > .dcr-qdy60k[data-format-design="18"][data-format-theme="0"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Illustration of a bi..." src="https://i.guim.co.uk..." loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
.dcr-1twwtz5[data-format-theme="4"][data-format-design="10"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Author Amanda Craig ..." src="https://i.guim.co.uk..." loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
.dcr-1lv6bmv[data-format-theme="3"][data-format-design="10"] > .dcr-1dvkc7k > .dcr-137q55e > .dcr-uhnz6s[data-size="highlights-card"] > .dcr-3sg7t2[loading="eager"][data-chromatic="ignore"]
<img alt="Jon Batiste wrapped in taffeta like a red rose" src="https://i.guim.co.uk/img/media/90c63d022c843e268f8ea24a5f9db6048c5a5e3c/1130_577_2494_2494/master/2494.jpg?width=98&amp;dpr=1&amp;s=none&amp;crop=1%3A1" loading="eager" data-chromatic="ignore" class="dcr-3sg7t2">
.dcr-fq58ld
<button type="button" aria-live="polite" aria-label="Move highlight stories forwards" data-link-name="highlights container right chevron" class="dcr-fq58ld">
.dcr-1s2zcg3
<button aria-expanded="false" data-link-name="header : titlepiece : edition-picker: toggle" data-testid="dropdown-button" type="button" class="dcr-1s2zcg3">US</button>
#header-veggie-burger
<label id="header-veggie-burger" aria-label="Toggle main menu" for="header-nav-input-checkbox" data-link-name="header : veggie-burger : show" tabindex="0" role="button" data-testid="veggie-burger" class="dcr-lprv81">
.dcr-1tk9m96[data-format-theme="0"][data-format-design="0"] > .dcr-mwwxk > .dcr-1ummryo > .dcr-1iak74q > .dcr-1ydxyte[data-size="medium"] > .dcr-l300o4[loading="eager"][data-chromatic="ignore"]
<img alt="officer stands guard outside white building" src="https://i.guim.co.uk/img/media/aacf83de4971def5aae4a8e88f653d393528f62c/24_0_4182_3346/master/4182.jpg?width=465&amp;dpr=1&amp;s=none&amp;crop=5%3A4" loading="eager" data-chromatic="ignore" class="dcr-l300o4">

Showing first 10 of 127 audited elements.

Landmarks should have a unique role or role/label/title (i.e. accessible name) combination

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.

Learn more

Audit Elements

header
<header data-component="header">
.dcr-1beghel
<div data-link-name="Front | /us" role="region" aria-roledescription="carousel" aria-label="Highlights" aria-live="polite" class="dcr-1beghel">
nav
<nav style="background-color:var(--masthead-nav-background);color:var(--masthead-nav-link-text)" class="dcr-5k6jfi">
#maincontent
<main data-layout="FrontLayout" data-link-name="Front | /us" id="maincontent" class="dcr-0">
.dcr-dz92n5
<div role="region" aria-roledescription="carousel" aria-label="Slideshow" aria-live="polite" class="dcr-dz92n5">
.dcr-1xdhyk6:nth-child(18)
<footer style="background-color:#052962" class="dcr-1xdhyk6">
Links must be distinguishable without relying on color

People with low vision or color blindness cannot visually distinguish links from surrounding text without sufficient color contrast (3:1 ratio minimum). When link colors are too similar to regular text, users with visual impairments cannot identify which text is clickable.

Learn more

Audit Elements

.dcr-1uwwqu0
<a href="https://www.theguardian.com/info/2024/feb/28/what-is-the-deeply-read-list" class="dcr-1uwwqu0">Learn more</a>
Links must have discernible text

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.

Learn more

Audit Elements

a[href$="#maincontent"]
<a href="#maincontent" data-link-name="skip : main content" class="dcr-1gpubb">Skip to main content</a>
a[href$="#navigation"]
<a href="#navigation" data-link-name="skip : navigation" class="dcr-1gpubb">Skip to navigation</a>
.dcr-1nulcij
<a href="https://support.theg..." class="dcr-1nulcij" style="grid-area: cta1;">
a[data-link-name="header : topbar : printsubs"]
<a href="https://support.theg..." data-link-name="header : topbar : pr..." class="dcr-vxblrw">
a[data-link-name="header : topbar : newsletters"]
<a href="/email-newsletters" data-link-name="header : topbar : newsletters" class="dcr-vxblrw">Newsletters</a>
.dcr-1hsyf0n
<a href="https://profile.theguardian.com/signin?INTCMP=DOTCOM_NEWHEADER_SIGNIN&ABCMP=ab-sign-in&componentEventParams=componentType%3Didentityauthentication%26componentId%3Dguardian_signin_header" data-link-name="header : topbar : signin" class="dcr-1hsyf0n">
.dcr-1dvkc7k > .dcr-2yd10d[data-link-name="feature | group-0 | card-@1"]
<a href="/us-news/ng-interactive/2026/apr/26/pope-leo-trump-hegseth-christianity" data-link-name="feature | group-0 | card-@1" aria-label="Pope Leo has stirred awake a progressive Christianity " class="dcr-2yd10d"></a>
a[data-link-name="comment | group-0 | card-@2"]
<a href="/commentisfree/2026/apr/26/alloclae-cadaver-fat-filler" data-link-name="comment | group-0 | card-@2" aria-label="Why are people pumping their bodies with fat from corpses?" class="dcr-2yd10d"></a>
a[data-link-name="feature | group-0 | card-@3"]
<a href="/us-news/2026/apr/26/white-house-correspondents-dinner-shooting-covering-trump" data-link-name="feature | group-0 | card-@3" aria-label="At the White House press dinner, darkness came viscerally close" class="dcr-2yd10d"></a>
a[data-link-name="feature | group-0 | card-@4"]
<a href="/news/ng-interactive/2026/apr/26/bad-movies-good-business-how-sanitised-biopics-became-a-hollywood-staple" data-link-name="feature | group-0 | card-@4" aria-label="How sanitized biopics became a Hollywood staple" class="dcr-2yd10d"></a>

Showing first 10 of 263 audited elements.

Main landmark should not be contained in another landmark

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.

Learn more

Audit Elements

#maincontent
<main data-layout="FrontLayout" data-link-name="Front | /us" id="maincontent" class="dcr-0">
Page must have means to bypass repeated blocks

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.

Learn more

Audit Elements

html
<html lang="en">
Page should contain a level-one heading

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.

Learn more

Audit Elements

html
<html lang="en">
Required ARIA attributes must be provided

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.

Learn more

Audit Elements

.dcr-1beghel
<div data-link-name="Front | /us" role="region" aria-roledescription="carousel" aria-label="Highlights" aria-live="polite" class="dcr-1beghel">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(1)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(2)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(3)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(4)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(5)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
.dcr-150126u[aria-roledescription="slide"][role="group"]:nth-child(6)
<li role="group" aria-roledescription="slide" class="dcr-150126u">
#header-veggie-burger
<label id="header-veggie-burger" aria-label="Toggle main menu" for="header-nav-input-checkbox" data-link-name="header : veggie-burger : show" tabindex="0" role="button" data-testid="veggie-burger" class="dcr-lprv81">
.dcr-12t3ay9
<ul role="list" style="--sub-nav-link:var(--sub-nav-link-header)" class="dcr-12t3ay9">
.dcr-dz92n5
<div role="region" aria-roledescription="carousel" aria-label="Slideshow" aria-live="polite" class="dcr-dz92n5">

Showing first 10 of 14 audited elements.

Scrollable region must have keyboard access

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.

Learn more

Audit Elements

html
<html lang="en">
.dcr-1tj3ydw
<ul data-link-name="container-0 | highlights" data-component="highlights" data-container-name="scrollable/highlights" data-heatphan-type="carousel" class="dcr-1tj3ydw">
The skip-link target should exist and be focusable

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.

Learn more

Audit Elements

a[href$="#maincontent"]
<a href="#maincontent" data-link-name="skip : main content" class="dcr-1gpubb">Skip to main content</a>
a[href$="#navigation"]
<a href="#navigation" data-link-name="skip : navigation" class="dcr-1gpubb">Skip to navigation</a>
Users should be able to zoom and scale the text up to 500%

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.

Learn more

Audit Elements

meta[name="viewport"]
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
Zooming and scaling must not be disabled

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.

Learn more

Audit Elements

meta[name="viewport"]
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">

Browse results by category