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

Bloombergbloomberg.com

Screenshot of Bloomberg

Accessibility Score

55Poor

Issues Found

41Critical1Serious2Moderate

Issues Found

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

Failing Elements

.ItemsWithHeadshots_link__x84q1[data-link-index="2"] > .Media_authorImage___W48R.ItemsWithHeadshots_authorHeadshot__2N2xv[data-component="media--authorImage"] > figure[data-component="lazy-image"] > picture > img[loading="lazy"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/inA_ee2rYx8w/v2/54x54.jpg" data-component="image" loading="lazy">

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"
#phoenix_newsletter > .NewsletterPhoenix_container__9g4WI > .NewsletterPhoenix_contentContainer__RdDHN > .NewsletterPhoenix_image2__N8Odf[data-component="lazy-image"] > picture > img[loading="lazy"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iqjpZhGDQbhk/v0/96x96.png" data-component="image" loading="lazy">

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"
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

Failing Elements

#weekend-2-up > .LineupContent2Up_story__6VATd:nth-child(2) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"]
<a href="/graphics/2026-fifa-world-cup-games-weather/?srnd=homepage-americas" class="Media_imageOverlayLink__Mu66J Media_linkedImage__1R4j5" data-component="image-media-link">

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
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

.bb-that
<nav class="bb-that">

Fix any of the following:

  • The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
.ad_newDesktopImmersive__9jayU.media-ui-ImmersiveAd_immersive-DKpmbm3v2oE-[data-component="immersive-ad"]:nth-child(2)
<div class="media-ui-BaseAd_base..." data-component="immersive-ad" data-ad-status="rendering" role="region" aria-label="Immersive advertisem..." aria-busy="true">

Fix any of the following:

  • The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
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

Failing Elements

html
<html lang="en">

Fix all of the following:

  • Page must have a level-one heading

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

li[aria-label="Markets"]
<li aria-label="Markets" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="markets">
li[aria-label="Finance"]
<li aria-label="Finance" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="finance"><a href="https://www.bloomberg.com/finance">Finance</a></li>
li[aria-label="Economics"]
<li aria-label="Economics" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="economics"><a href="https://www.bloomberg.com/economics">Economics</a></li>
li[aria-label="Industries"]
<li aria-label="Industries" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="industries"><a href="https://www.bloomberg.com/industries">Industries</a></li>
li[aria-label="Tech"]
<li aria-label="Tech" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="tech"><a href="https://www.bloomberg.com/technology">Tech</a></li>
li[aria-label="Politics"]
<li aria-label="Politics" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="politics"><a href="https://www.bloomberg.com/politics">Politics</a></li>
li[aria-label="Businessweek"]
<li aria-label="Businessweek" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="businessweek"><a href="https://www.bloomberg.com/businessweek">Businessweek</a></li>
li[aria-label="Opinion"]
<li aria-label="Opinion" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="opinion"><a href="https://www.bloomberg.com/opinion">Opinion</a></li>
li[aria-label="Video"]
<li aria-label="Video" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="video"><a href="https://www.bloomberg.com/video">Video</a></li>
li[aria-label="More"]
<li aria-label="More" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="more">

Showing first 10 of 18 audited elements.

<svg> elements with an img role must have alternative text

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.

Learn more

Audit Elements

.nav-ui-Logo__logoWeekend__TG9nb > svg[aria-label="Bloomberg Weekend"][data-component="bloombergLogoWeekend"][viewBox="0 0 756 80"]
<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="currentColor" aria-label="Bloomberg Weekend" data-component="bloombergLogoWeekend" width="100%" height="100%" viewBox="0 0 756 80">
svg[aria-label="Search"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Search">
li[aria-label="Markets"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
li[aria-label="More"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
.nav-ui-RegionPicker__region__UmVna > div:nth-child(2) > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
#downshift-59246-toggle-button > .media-ui-DropdownButton_dropdownIcon---0qRNrC5Xc- > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
#latest > .StoryListLatestFiltered_moreLatest__Rf7l_.typography_articleLabel__G1TBw.typography_articleLabelBase__4WylQ > svg[aria-label="Chevron Right"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Chevron Right">
#phoenix_newsletter > .NewsletterPhoenix_container__9g4WI > .media-ui-RoundedToggleButton_RoundedToggleButton-jupSnVE3YEE-.media-ui-RoundedToggleButton_baseBackground-xtN1SsCKNUk-.NewsletterPhoenix_signUp__68cMc > .media-ui-Button_wrapper-s5OLyo9q1Qg-.button--inner > .media-ui-Button_iconWrapper-QaNRWjUfRfw- > .media-ui-Button_text-N76nbJyFyw0- > .media-ui-RoundedToggleButton_buttonText-iZD8r7vw2dA- > .media-ui-RoundedToggleButton_icon-aBoTvm8dx9c-[aria-label="Plus"][role="img"]
<svg class="media-ui-RoundedToggleButton_icon-aBoTvm8dx9c-" width="24" height="24" aria-label="Plus" role="img" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
#news_now > .media-ui-BloombergAudio_bloombergAudio-ATKyYXkq5e0-[data-component="bloomberg-audio"][data-theme="light"] > .media-ui-BloombergAudio_audioBar-2yS2A3KlHYU-.media-ui-BloombergAudio_hasBorderRadius-XBBwLHng6Pw-.bloomberg-audio-bar > .media-ui-BloombergAudio_controls-CfxngbLJdmU- > .media-ui-IconButton_wrapper-ZtMlyZ3p34k-.media-ui-IconButton_outlined-z7c334w-V9s-.media-ui-IconButton_default-OUq-rV0XCU4- > svg[aria-label="Arrow Right"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" role="img" aria-label="Arrow Right" xmlns="http://www.w3.org/2000/svg"><title>Arrow Right</title><path fill-rule="evenodd" clip-rule="evenodd" d="M18 12L8 18L8 6L18 12Z" fill="currentColor"></path></svg>
.LineupContent4UpPodcast_card__DeYZL[data-component="podcast-card"]:nth-child(1) > .LineupContent4UpPodcast_duration__mxU7F > svg[aria-label="Headphones"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Headphones" role="img">

Showing first 10 of 14 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

.nav-ui-MenuDesktop__menuItemsContainer__TWVud
<ul class="nav-ui-MenuDesktop__menuItemsContainer__TWVud">
.intercom-carousel_iterableComponentsContainer-DQkh-K22P0c-
<ul class="intercom-carousel_iterableComponentsContainer-DQkh-K22P0c-" style="gap:16px;--transition-duration:300ms;--touch-transition-duration:200ms">
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

body > div:nth-child(1)
<div>
body > div:nth-child(14)
<div>
#__next
<div id="__next">
main
<main>
div[data-page-type="lineup-curation"]
<div data-page-type="lineup-curation">
.provider-is-loaded
<div class="provider-is-loaded"></div>
div[data-page-type="lineup-curation"] > div:nth-child(2)
<div>
.media-ui-FullWidthAd_fullWidthAdWrapper-fClHZteIk3k-
<div class="media-ui-FullWidthAd_fullWidthAdWrapper-fClHZteIk3k-">
.media-ui-LeaderboardAd_leaderboard-FZL8q-6lUUI-
<div class="media-ui-BaseAd_base..." data-component="leaderboard-ad" data-ad-status="rendering" role="region" aria-label="Leaderboard advertis..." aria-busy="true">
#leaderboard-decoupled
<div id="leaderboard-decoupled" data-testid="sparkle-ad" data-ad-status="rendering" classname="" style="">

Showing first 10 of 2245 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

.LineupContentSkybox_item__HBHfK[data-has-gap=""][data-has-direction=""]:nth-child(1) > .atomics-FlexItem-root.css-1wud52h[data-testid="flex-item"]:nth-child(1) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .LineupContentSkybox_media__enZiI.Media_image__n9qKY[data-component="media--newsletterImage"] > figure[data-component="lazy-image"] > picture > img[loading="eager"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i4xaoZgLaD3c/v0/63x63.png" data-component="image" alt="How Heat Could Cost Your Team the World Cup" loading="eager">
.LineupContentSkybox_item__HBHfK[data-has-gap=""][data-has-direction=""]:nth-child(2) > .atomics-FlexItem-root.css-1wud52h[data-testid="flex-item"]:nth-child(1) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .LineupContentSkybox_media__enZiI.Media_image__n9qKY[data-component="media--newsletterImage"] > figure[data-component="lazy-image"] > picture > img[loading="eager"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ixFA6tdpE4BY/v0/63x63.jpg" data-component="image" alt="Publishers Adapt to AI, Space Race Centers on Satellites" loading="eager">
.LineupContentSkybox_item__HBHfK[data-has-gap=""][data-has-direction=""]:nth-child(3) > .atomics-FlexItem-root.css-1wud52h[data-testid="flex-item"]:nth-child(1) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .LineupContentSkybox_media__enZiI.Media_image__n9qKY[data-component="media--newsletterImage"] > figure[data-component="lazy-image"] > picture > img[loading="eager"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i5YOeK3Si1ug/v0/63x63.jpg" data-component="image" alt="One Big Way Broadway Has Changed Over 35 Years" loading="eager">
.LineupContentSkybox_item__HBHfK[data-has-gap=""][data-has-direction=""]:nth-child(4) > .atomics-FlexItem-root.css-1wud52h[data-testid="flex-item"]:nth-child(1) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .LineupContentSkybox_media__enZiI.Media_image__n9qKY[data-component="media--newsletterImage"] > figure[data-component="lazy-image"] > picture > img[loading="eager"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iEy9zthJ_khE/v0/63x63.png" data-component="image" alt="Bitcoin and Its Promises Are Showing Their Age" loading="eager">
#lede > .LineupContent2Up_story__6VATd:nth-child(1) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .LineupContent2Up_media__rCfrF.Media_image__n9qKY[data-component="media--defaultImage"] > figure[data-component="lazy-image"] > picture > img[loading="lazy"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ihFBifMeU8.k/v0/600x400.jpg" data-component="image" alt="World’s Hottest Market Has Korea Bulls Reaching for Protection" loading="lazy">
#lede > .LineupContent2Up_story__6VATd:nth-child(2) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .LineupContent2Up_media__rCfrF.Media_image__n9qKY[data-component="media--defaultImage"] > figure[data-component="lazy-image"] > picture > img[loading="lazy"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iV0HS3OB5RHk/v0/600x400.jpg" data-component="image" alt="An F/A-18F Super Hornet on the flight deck of the USS Abraham Lincoln aircraft carrier on May 28." loading="lazy">
.LineupContentWeekendLandscape_ledeItemMedia__V_5QW > figure[data-component="lazy-image"] > picture > img[loading="lazy"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/idppsM17d0Ig/v0/740x493.jpg" data-component="image" alt="Washington’s Best Housing Idea Has an Image Problem" loading="lazy">
.LineupContentWeekendLandscape_item__Y_b0D:nth-child(1) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .Media_image__n9qKY[data-component="media--defaultImage"] > figure[data-component="lazy-image"] > picture > img[loading="lazy"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iwGf3OFVBJX0/v0/740x493.jpg" data-component="image" alt="Ebola Pioneer Peter Piot on How Worried the World Should Be" loading="lazy">
.LineupContentWeekendLandscape_item__Y_b0D:nth-child(2) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .Media_image__n9qKY[data-component="media--defaultImage"] > figure[data-component="lazy-image"] > picture > img[loading="lazy"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i_4pGzk1m4DM/v0/740x493.jpg" data-component="image" alt="The Pope’s AI Encyclical Made Me Feel Like a Catholic Again" loading="lazy">
.LineupContentWeekendLandscape_item__Y_b0D:nth-child(3) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .Media_image__n9qKY[data-component="media--defaultImage"] > figure[data-component="lazy-image"] > picture > img[loading="lazy"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i7dF7gtZhAc8/v1/740x493.jpg" data-component="image" alt="Aerial view of Weimar in the evening light" loading="lazy">

Showing first 10 of 95 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

.media-ui-LeaderboardAd_leaderboard-FZL8q-6lUUI-
<div class="media-ui-BaseAd_base..." data-component="leaderboard-ad" data-ad-status="rendering" role="region" aria-label="Leaderboard advertis..." aria-busy="true">
.bb-that__skip-to-content
<a href="#that-jump-content" class="bb-that__skip-to-content" aria-label="Skip to content" role="button" tabindex="0">Skip to content</a>
.bb-that-header--sitemap-trigger
<a class="bb-that-header__link..." href="https://www.bloomber..." role="button" aria-controls="bb-that--container" aria-expanded="false" data-element="tophat-link" data-description="Bloomberg the Compan..." data-label="bcom">
.nav-ui-LogoBar__bar__TG9nb > .nav-ui-Logo__dark__TG9nb[aria-label="logo"][data-component="logo"]
<div aria-label="logo" class="nav-ui-Logo__logo__TG9nb nav-ui-Logo__dark__TG9nb" data-component="logo">
.nav-ui-Logo__logoWeekend__TG9nb > svg[aria-label="Bloomberg Weekend"][data-component="bloombergLogoWeekend"][viewBox="0 0 756 80"]
<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="currentColor" aria-label="Bloomberg Weekend" data-component="bloombergLogoWeekend" width="100%" height="100%" viewBox="0 0 756 80">
svg[aria-label="Search"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Search">
.nav-ui-MenuDesktop__menuDesktopContainer__TWVud
<div aria-label="Menu" class="nav-ui-MenuDesktop__menuDesktopContainer__TWVud nav-ui-MenuDesktop__dark__TWVud" data-component="menu-desktop" data-testid="menu-desktop">
li[aria-label="Markets"]
<li aria-label="Markets" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="markets">
li[aria-label="Markets"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
li[aria-label="Finance"]
<li aria-label="Finance" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="finance"><a href="https://www.bloomberg.com/finance">Finance</a></li>

Showing first 10 of 89 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

.media-ui-LeaderboardAd_leaderboard-FZL8q-6lUUI-
<div class="media-ui-BaseAd_base..." data-component="leaderboard-ad" data-ad-status="rendering" role="region" aria-label="Leaderboard advertis..." aria-busy="true">
.bb-that__skip-to-content
<a href="#that-jump-content" class="bb-that__skip-to-content" aria-label="Skip to content" role="button" tabindex="0">Skip to content</a>
.bb-that-header--sitemap-trigger
<a class="bb-that-header__link..." href="https://www.bloomber..." role="button" aria-controls="bb-that--container" aria-expanded="false" data-element="tophat-link" data-description="Bloomberg the Compan..." data-label="bcom">
.nav-ui-LogoBar__bar__TG9nb > .nav-ui-Logo__dark__TG9nb[aria-label="logo"][data-component="logo"]
<div aria-label="logo" class="nav-ui-Logo__logo__TG9nb nav-ui-Logo__dark__TG9nb" data-component="logo">
.nav-ui-Logo__logoWeekend__TG9nb > svg[aria-label="Bloomberg Weekend"][data-component="bloombergLogoWeekend"][viewBox="0 0 756 80"]
<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="currentColor" aria-label="Bloomberg Weekend" data-component="bloombergLogoWeekend" width="100%" height="100%" viewBox="0 0 756 80">
svg[aria-label="Search"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Search">
.nav-ui-MenuDesktop__menuDesktopContainer__TWVud
<div aria-label="Menu" class="nav-ui-MenuDesktop__menuDesktopContainer__TWVud nav-ui-MenuDesktop__dark__TWVud" data-component="menu-desktop" data-testid="menu-desktop">
li[aria-label="Markets"]
<li aria-label="Markets" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="markets">
li[aria-label="Markets"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
li[aria-label="Finance"]
<li aria-label="Finance" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="finance"><a href="https://www.bloomberg.com/finance">Finance</a></li>

Showing first 10 of 89 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

.media-ui-LeaderboardAd_leaderboard-FZL8q-6lUUI-
<div class="media-ui-BaseAd_base..." data-component="leaderboard-ad" data-ad-status="rendering" role="region" aria-label="Leaderboard advertis..." aria-busy="true">
.bb-that__skip-to-content
<a href="#that-jump-content" class="bb-that__skip-to-content" aria-label="Skip to content" role="button" tabindex="0">Skip to content</a>
.bb-that-header--sitemap-trigger
<a class="bb-that-header__link..." href="https://www.bloomber..." role="button" aria-controls="bb-that--container" aria-expanded="false" data-element="tophat-link" data-description="Bloomberg the Compan..." data-label="bcom">
.nav-ui-LogoBar__bar__TG9nb > .nav-ui-Logo__dark__TG9nb[aria-label="logo"][data-component="logo"]
<div aria-label="logo" class="nav-ui-Logo__logo__TG9nb nav-ui-Logo__dark__TG9nb" data-component="logo">
.nav-ui-Logo__logoWeekend__TG9nb > svg[aria-label="Bloomberg Weekend"][data-component="bloombergLogoWeekend"][viewBox="0 0 756 80"]
<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="currentColor" aria-label="Bloomberg Weekend" data-component="bloombergLogoWeekend" width="100%" height="100%" viewBox="0 0 756 80">
svg[aria-label="Search"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Search">
.nav-ui-MenuDesktop__menuDesktopContainer__TWVud
<div aria-label="Menu" class="nav-ui-MenuDesktop__menuDesktopContainer__TWVud nav-ui-MenuDesktop__dark__TWVud" data-component="menu-desktop" data-testid="menu-desktop">
li[aria-label="Markets"]
<li aria-label="Markets" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="markets">
li[aria-label="Markets"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
li[aria-label="Finance"]
<li aria-label="Finance" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="finance"><a href="https://www.bloomberg.com/finance">Finance</a></li>

Showing first 10 of 88 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

.nav-ui-RegionPicker__region__UmVna
<div aria-expanded="false" aria-label="Select Region" class="nav-ui-RegionPicker__region__UmVna" data-testid="region-button" role="button" tabindex="0">
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_dot__4CJdb[aria-label="navigation dot"][role="button"]:nth-child(1)
<span class="styles_dot__4CJdb" aria-label="navigation dot" role="button" tabindex="0"></span>
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_dot__4CJdb[aria-label="navigation dot"][role="button"]:nth-child(2)
<span class="styles_dot__4CJdb styles_activeDot__jPGWM" aria-label="navigation dot" role="button" tabindex="0"></span>
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_activeDot__jPGWM.styles_dot__4CJdb[aria-label="navigation dot"]
<span class="styles_dot__4CJdb" aria-label="navigation dot" role="button" tabindex="0"></span>
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_dot__4CJdb[aria-label="navigation dot"][role="button"]:nth-child(4)
<span class="styles_dot__4CJdb" aria-label="navigation dot" role="button" tabindex="0"></span>
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_dot__4CJdb[aria-label="navigation dot"][role="button"]:nth-child(5)
<span class="styles_dot__4CJdb" aria-label="navigation dot" role="button" tabindex="0"></span>
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_dot__4CJdb[aria-label="navigation dot"][role="button"]:nth-child(6)
<span class="styles_dot__4CJdb" aria-label="navigation dot" role="button" tabindex="0"></span>
.styles_dot__4CJdb[aria-label="navigation dot"][role="button"]:nth-child(7)
<span class="styles_dot__4CJdb" aria-label="navigation dot" role="button" tabindex="0"></span>
#video-carousel > .LineupContentCarousel3UpVideo_notMobile__O2MNW > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_activeDot__jPGWM.styles_dot__4CJdb[aria-label="navigation dot"]
<span class="styles_dot__4CJdb styles_activeDot__jPGWM" aria-label="navigation dot" role="button" tabindex="0"></span>
#video-carousel > .LineupContentCarousel3UpVideo_notMobile__O2MNW > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_dot__4CJdb[aria-label="navigation dot"][role="button"]:nth-child(2)
<span class="styles_dot__4CJdb" aria-label="navigation dot" role="button" tabindex="0"></span>

Showing first 10 of 19 audited elements.

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

#fb9e4bc09c3b04b953ad8e5a24f44846
<div class="bb-ads__ad" id="fb9e4bc09c3b04b953ad8e5a24f44846" aria-hidden="true" style=""><div id="google_ads_iframe_/5262/bloomberg/home/americas/phoenix/index_0__container__" style="border: 0pt; display: inline-block;"></div></div>
#cfe64943a31b07b6fe727ce206956efc
<div class="bb-ads__ad" id="cfe64943a31b07b6fe727ce206956efc" aria-hidden="true"></div>
#\34 3599ff62543786155f420cab85c0512
<div class="bb-ads__ad" id="43599ff62543786155f420cab85c0512" aria-hidden="true"></div>
#f56c05cdca290e546b8a18e4cfd5e846
<div class="bb-ads__ad" id="f56c05cdca290e546b8a18e4cfd5e846" aria-hidden="true"></div>
#\31 51b259a6f83edfcbf89a7b09a6c0e90
<div class="bb-ads__ad" id="151b259a6f83edfcbf89a7b09a6c0e90" aria-hidden="true"></div>
#\31 69298b95bb20d2c680d8d71140fcbb2
<div class="bb-ads__ad" id="169298b95bb20d2c680d8d71140fcbb2" aria-hidden="true"></div>
#acc5863c4f68448a3808be6e0c701f61
<div class="bb-ads__ad" id="acc5863c4f68448a3808be6e0c701f61" aria-hidden="true"></div>
#\34 cb52cf68dd333ebba03287f1b1a203b
<div class="bb-ads__ad" id="4cb52cf68dd333ebba03287f1b1a203b" aria-hidden="true"></div>
#\31 fbee6007d55e28647629effad898638
<div class="bb-ads__ad" id="1fbee6007d55e28647629effad898638" aria-hidden="true"></div>
#fb8c145c8eaacae424793574edc95e9d
<div class="bb-ads__ad" id="fb8c145c8eaacae424793574edc95e9d" aria-hidden="true"></div>

Showing first 10 of 41 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

.media-ui-LeaderboardAd_leaderboard-FZL8q-6lUUI-
<div class="media-ui-BaseAd_base..." data-component="leaderboard-ad" data-ad-status="rendering" role="region" aria-label="Leaderboard advertis..." aria-busy="true">
.bb-that__skip-to-content
<a href="#that-jump-content" class="bb-that__skip-to-content" aria-label="Skip to content" role="button" tabindex="0">Skip to content</a>
.bb-that-header--sitemap-trigger
<a class="bb-that-header__link..." href="https://www.bloomber..." role="button" aria-controls="bb-that--container" aria-expanded="false" data-element="tophat-link" data-description="Bloomberg the Compan..." data-label="bcom">
#bb-that--container
<div id="bb-that--container" class="bb-that__sitemap bb-that--container" tabindex="-1" role="dialog">
.nav-ui-Logo__logoWeekend__TG9nb > svg[aria-label="Bloomberg Weekend"][data-component="bloombergLogoWeekend"][viewBox="0 0 756 80"]
<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="currentColor" aria-label="Bloomberg Weekend" data-component="bloombergLogoWeekend" width="100%" height="100%" viewBox="0 0 756 80">
svg[aria-label="Search"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Search">
li[aria-label="Markets"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
li[aria-label="More"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
.nav-ui-RegionPicker__region__UmVna
<div aria-expanded="false" aria-label="Select Region" class="nav-ui-RegionPicker__region__UmVna" data-testid="region-button" role="button" tabindex="0">
.nav-ui-RegionPicker__region__UmVna > div:nth-child(2) > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">

Showing first 10 of 86 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

.media-ui-LeaderboardAd_leaderboard-FZL8q-6lUUI-
<div class="media-ui-BaseAd_base..." data-component="leaderboard-ad" data-ad-status="rendering" role="region" aria-label="Leaderboard advertis..." aria-busy="true">
.bb-that__skip-to-content
<a href="#that-jump-content" class="bb-that__skip-to-content" aria-label="Skip to content" role="button" tabindex="0">Skip to content</a>
.bb-that-header--sitemap-trigger
<a class="bb-that-header__link..." href="https://www.bloomber..." role="button" aria-controls="bb-that--container" aria-expanded="false" data-element="tophat-link" data-description="Bloomberg the Compan..." data-label="bcom">
.nav-ui-Logo__logoWeekend__TG9nb > svg[aria-label="Bloomberg Weekend"][data-component="bloombergLogoWeekend"][viewBox="0 0 756 80"]
<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="currentColor" aria-label="Bloomberg Weekend" data-component="bloombergLogoWeekend" width="100%" height="100%" viewBox="0 0 756 80">
svg[aria-label="Search"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Search">
li[aria-label="Markets"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
li[aria-label="More"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
.nav-ui-RegionPicker__region__UmVna
<div aria-expanded="false" aria-label="Select Region" class="nav-ui-RegionPicker__region__UmVna" data-testid="region-button" role="button" tabindex="0">
.nav-ui-RegionPicker__region__UmVna > div:nth-child(2) > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_dot__4CJdb[aria-label="navigation dot"][role="button"]:nth-child(1)
<span class="styles_dot__4CJdb" aria-label="navigation dot" role="button" tabindex="0"></span>

Showing first 10 of 43 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 style="overflow-y: auto;">
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

.nav-ui-LogoBar__signInButton__TG9nb
<button class="nav-ui-LogoBar__signInButton__TG9nb" data-testid="sign-in-button">Sign In</button>
.nav-ui-LogoBar__searchButton__TG9nb
<button class="nav-ui-LogoBar__searchButton__TG9nb" data-testid="nav-search-button">
button[aria-label="Scroll left"]
<button aria-disabled="true" class="atomics-Button-root Button__btn__QnV0d atomics-IconButton-root IconButton__iconBtn__SWNvb" data-button-size="small" data-button-variant="ghost" type="button" aria-label="Scroll left">
button[aria-label="Scroll right"]
<button aria-disabled="false" class="atomics-Button-root Button__btn__QnV0d atomics-IconButton-root IconButton__iconBtn__SWNvb" data-button-size="small" data-button-variant="ghost" type="button" aria-label="Scroll right">
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSectionButtons__1KL9y.styles_navSection__IZYQv > button[aria-label="navigate left"]
<button aria-label="navigate left">
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSectionButtons__1KL9y.styles_navSection__IZYQv > button[aria-label="navigate right"]
<button aria-label="navigate right">
#video-carousel > .ModuleHeaderAndCta_moduleHeader__IXBS8[data-component="module-header-and-cta"] > .ModuleHeaderAndCta_buttonWrapper__airWr[data-has-justify=""][data-has-align=""] > .atomics-UtilityButton-root.UtilityButton__utilityBtn__VXRpb[data-button-variant="outline"]
<button aria-disabled="false" class="atomics-Button-root Button__btn__QnV0d atomics-UtilityButton-root UtilityButton__utilityBtn__VXRpb" data-button-size="small" data-button-variant="outline" type="button">Explore More</button>
#video-carousel > .LineupContentCarousel3UpVideo_notMobile__O2MNW > .styles_carouselNav__Mgj6h > .styles_navSectionButtons__1KL9y.styles_navSection__IZYQv > button[aria-label="navigate left"]
<button disabled="" aria-label="navigate left">
#video-carousel > .LineupContentCarousel3UpVideo_notMobile__O2MNW > .styles_carouselNav__Mgj6h > .styles_navSectionButtons__1KL9y.styles_navSection__IZYQv > button[aria-label="navigate right"]
<button aria-label="navigate right">
#downshift-59246-toggle-button
<button id="downshift-59246-togg..." class="media-ui-DropdownBut..." data-component="dropdown-button" tabindex="0" aria-controls="downshift-59246-togg..." aria-labelledby="downshift-59246-togg..." aria-haspopup="listbox" aria-label="All categories" aria-expanded="false" role="combobox">

Showing first 10 of 20 audited elements.

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

.media-ui-LeaderboardAd_leaderboard-FZL8q-6lUUI-
<div class="media-ui-BaseAd_base..." data-component="leaderboard-ad" data-ad-status="rendering" role="region" aria-label="Leaderboard advertis..." aria-busy="true">
.bb-that__skip-to-content
<a href="#that-jump-content" class="bb-that__skip-to-content" aria-label="Skip to content" role="button" tabindex="0">Skip to content</a>
.bb-that-header--sitemap-trigger
<a class="bb-that-header__link..." href="https://www.bloomber..." role="button" aria-controls="bb-that--container" aria-expanded="false" data-element="tophat-link" data-description="Bloomberg the Compan..." data-label="bcom">
.nav-ui-Logo__logoWeekend__TG9nb > svg[aria-label="Bloomberg Weekend"][data-component="bloombergLogoWeekend"][viewBox="0 0 756 80"]
<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="currentColor" aria-label="Bloomberg Weekend" data-component="bloombergLogoWeekend" width="100%" height="100%" viewBox="0 0 756 80">
svg[aria-label="Search"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Search">
li[aria-label="Markets"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
li[aria-label="More"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
.nav-ui-RegionPicker__region__UmVna
<div aria-expanded="false" aria-label="Select Region" class="nav-ui-RegionPicker__region__UmVna" data-testid="region-button" role="button" tabindex="0">
.nav-ui-RegionPicker__region__UmVna > div:nth-child(2) > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_dot__4CJdb[aria-label="navigation dot"][role="button"]:nth-child(1)
<span class="styles_dot__4CJdb" aria-label="navigation dot" role="button" tabindex="0"></span>

Showing first 10 of 43 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 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

main
<main>
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

a[aria-labelledby=":R6ojmjlal6:"] > .DetailCard__detailCard__RGV0Y.Card__card__Q2FyZ[data-orientation="vertical"] > .DetailCard__detailCardMedia__RGV0Y.DetailCard__detailCardMarginableChild__RGV0Y.atomics-DetailCard-media > .intercom-video-card_videoCardMedia-jDetZlZpHSw-[alt=""]
<img alt="" class="intercom-video-card_videoCardMedia-jDetZlZpHSw-" src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/irxjzv.bEqDc/v3/-1x-1.webp" style="aspect-ratio:2 / 3">
a[aria-labelledby=":Raojmjlal6:"] > .DetailCard__detailCard__RGV0Y.Card__card__Q2FyZ[data-orientation="vertical"] > .DetailCard__detailCardMedia__RGV0Y.DetailCard__detailCardMarginableChild__RGV0Y.atomics-DetailCard-media > .intercom-video-card_videoCardMedia-jDetZlZpHSw-[alt=""]
<img alt="" class="intercom-video-card_videoCardMedia-jDetZlZpHSw-" src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ii3SOwYXKZOs/v3/-1x-1.webp" style="aspect-ratio:2 / 3">
a[aria-labelledby=":Reojmjlal6:"] > .DetailCard__detailCard__RGV0Y.Card__card__Q2FyZ[data-orientation="vertical"] > .DetailCard__detailCardMedia__RGV0Y.DetailCard__detailCardMarginableChild__RGV0Y.atomics-DetailCard-media > .intercom-video-card_videoCardMedia-jDetZlZpHSw-[alt=""]
<img alt="" class="intercom-video-card_videoCardMedia-jDetZlZpHSw-" src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iBY2qQmaL8QQ/v3/-1x-1.webp" style="aspect-ratio:2 / 3">
a[aria-labelledby=":Riojmjlal6:"] > .DetailCard__detailCard__RGV0Y.Card__card__Q2FyZ[data-orientation="vertical"] > .DetailCard__detailCardMedia__RGV0Y.DetailCard__detailCardMarginableChild__RGV0Y.atomics-DetailCard-media > .intercom-video-card_videoCardMedia-jDetZlZpHSw-[alt=""]
<img alt="" class="intercom-video-card_videoCardMedia-jDetZlZpHSw-" src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ieaaAuKJI8A0/v3/-1x-1.webp" style="aspect-ratio:2 / 3">
a[aria-labelledby=":Rmojmjlal6:"] > .DetailCard__detailCard__RGV0Y.Card__card__Q2FyZ[data-orientation="vertical"] > .DetailCard__detailCardMedia__RGV0Y.DetailCard__detailCardMarginableChild__RGV0Y.atomics-DetailCard-media > .intercom-video-card_videoCardMedia-jDetZlZpHSw-[alt=""]
<img alt="" class="intercom-video-card_videoCardMedia-jDetZlZpHSw-" src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ilkc8PYAAwoU/v3/-1x-1.webp" style="aspect-ratio:2 / 3">
a[aria-labelledby=":Rqojmjlal6:"] > .DetailCard__detailCard__RGV0Y.Card__card__Q2FyZ[data-orientation="vertical"] > .DetailCard__detailCardMedia__RGV0Y.DetailCard__detailCardMarginableChild__RGV0Y.atomics-DetailCard-media > .intercom-video-card_videoCardMedia-jDetZlZpHSw-[alt=""]
<img alt="" class="intercom-video-card_videoCardMedia-jDetZlZpHSw-" src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iqx.mYL30nOU/v3/-1x-1.webp" style="aspect-ratio:2 / 3">
a[aria-labelledby=":Ruojmjlal6:"] > .DetailCard__detailCard__RGV0Y.Card__card__Q2FyZ[data-orientation="vertical"] > .DetailCard__detailCardMedia__RGV0Y.DetailCard__detailCardMarginableChild__RGV0Y.atomics-DetailCard-media > .intercom-video-card_videoCardMedia-jDetZlZpHSw-[alt=""]
<img alt="" class="intercom-video-card_videoCardMedia-jDetZlZpHSw-" src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iJ1BherOqZSI/v3/-1x-1.webp" style="aspect-ratio:2 / 3">
a[aria-labelledby=":R12ojmjlal6:"] > .DetailCard__detailCard__RGV0Y.Card__card__Q2FyZ[data-orientation="vertical"] > .DetailCard__detailCardMedia__RGV0Y.DetailCard__detailCardMarginableChild__RGV0Y.atomics-DetailCard-media > .intercom-video-card_videoCardMedia-jDetZlZpHSw-[alt=""]
<img alt="" class="intercom-video-card_videoCardMedia-jDetZlZpHSw-" src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i48SJFl_bF_A/v3/-1x-1.webp" style="aspect-ratio:2 / 3">
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

.bb-that-header--sitemap-trigger > span:nth-child(1)
<span>Bloomberg the Company &amp; Its Products</span>
.bb-that-header__link[data-element="tophat-link"][data-label="bcom"]:nth-child(2)
<a class="bb-that-header__link" href="https://www.bloomberg.com/professional/contact-menu/?utm_source=bloomberg-menu&utm_medium=bcom&bbgsum=DG-WS-PROF-DEMO-bbgmenu" data-element="tophat-link" data-description="Bloomberg Terminal Demo Request" data-label="bcom">
.bb-that-header__link[data-element="tophat-link"][data-label="bcom"]:nth-child(3) > span:nth-child(1)
<span>Bloomberg Anywhere Remote Login</span>
a[data-description="Bloomberg Customer Support"] > span:nth-child(1)
<span>Bloomberg Customer Support</span>
.nav-ui-LogoBar__signInButton__TG9nb
<button class="nav-ui-LogoBar__signInButton__TG9nb" data-testid="sign-in-button">Sign In</button>
.nav-ui-LogoBar__subscribeButton__TG9nb
<a class="nav-ui-LogoBar__subscribeButton__TG9nb" href="https://www.bloomberg.com/subscriptions?in_source=nav" rel="noreferrer" target="_blank">Subscribe</a>
li[aria-label="Markets"] > a
<a href="https://www.bloomberg.com/markets">Markets</a>
li[aria-label="Finance"] > a
<a href="https://www.bloomberg.com/finance">Finance</a>
li[aria-label="Economics"] > a
<a href="https://www.bloomberg.com/economics">Economics</a>
li[aria-label="Industries"] > a
<a href="https://www.bloomberg.com/industries">Industries</a>

Showing first 10 of 341 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

.media-ui-LeaderboardAd_leaderboard-FZL8q-6lUUI-
<div class="media-ui-BaseAd_base..." data-component="leaderboard-ad" data-ad-status="rendering" role="region" aria-label="Leaderboard advertis..." aria-busy="true">
.bb-that__skip-to-content
<a href="#that-jump-content" class="bb-that__skip-to-content" aria-label="Skip to content" role="button" tabindex="0">Skip to content</a>
.bb-that-header--sitemap-trigger
<a class="bb-that-header__link..." href="https://www.bloomber..." role="button" aria-controls="bb-that--container" aria-expanded="false" data-element="tophat-link" data-description="Bloomberg the Compan..." data-label="bcom">
.nav-ui-Logo__logoWeekend__TG9nb > svg[aria-label="Bloomberg Weekend"][data-component="bloombergLogoWeekend"][viewBox="0 0 756 80"]
<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="currentColor" aria-label="Bloomberg Weekend" data-component="bloombergLogoWeekend" width="100%" height="100%" viewBox="0 0 756 80">
svg[aria-label="Search"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Search">
li[aria-label="Markets"]
<li aria-label="Markets" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="markets">
li[aria-label="Markets"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
li[aria-label="Finance"]
<li aria-label="Finance" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="finance"><a href="https://www.bloomberg.com/finance">Finance</a></li>
li[aria-label="Economics"]
<li aria-label="Economics" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="economics"><a href="https://www.bloomberg.com/economics">Economics</a></li>
li[aria-label="Industries"]
<li aria-label="Industries" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="industries"><a href="https://www.bloomberg.com/industries">Industries</a></li>

Showing first 10 of 80 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

.media-ui-LeaderboardAd_leaderboard-FZL8q-6lUUI-
<div class="media-ui-BaseAd_base..." data-component="leaderboard-ad" data-ad-status="rendering" role="region" aria-label="Leaderboard advertis..." aria-busy="true">
.bb-that__skip-to-content
<a href="#that-jump-content" class="bb-that__skip-to-content" aria-label="Skip to content" role="button" tabindex="0">Skip to content</a>
.bb-that-header--sitemap-trigger
<a class="bb-that-header__link..." href="https://www.bloomber..." role="button" aria-controls="bb-that--container" aria-expanded="false" data-element="tophat-link" data-description="Bloomberg the Compan..." data-label="bcom">
.nav-ui-LogoBar__bar__TG9nb > .nav-ui-Logo__dark__TG9nb[aria-label="logo"][data-component="logo"]
<div aria-label="logo" class="nav-ui-Logo__logo__TG9nb nav-ui-Logo__dark__TG9nb" data-component="logo">
.nav-ui-Logo__logoWeekend__TG9nb > svg[aria-label="Bloomberg Weekend"][data-component="bloombergLogoWeekend"][viewBox="0 0 756 80"]
<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="currentColor" aria-label="Bloomberg Weekend" data-component="bloombergLogoWeekend" width="100%" height="100%" viewBox="0 0 756 80">
svg[aria-label="Search"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Search">
.nav-ui-MenuDesktop__menuDesktopContainer__TWVud
<div aria-label="Menu" class="nav-ui-MenuDesktop__menuDesktopContainer__TWVud nav-ui-MenuDesktop__dark__TWVud" data-component="menu-desktop" data-testid="menu-desktop">
li[aria-label="Markets"]
<li aria-label="Markets" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="markets">
li[aria-label="Markets"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
li[aria-label="Finance"]
<li aria-label="Finance" class="nav-ui-MenuDesktop__menuItem__TWVud" data-menuid="finance"><a href="https://www.bloomberg.com/finance">Finance</a></li>

Showing first 10 of 89 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

.bb-that__skip-to-content
<a href="#that-jump-content" class="bb-that__skip-to-content" aria-label="Skip to content" role="button" tabindex="0">Skip to content</a>
#that-jump-content--default
<div id="that-jump-content--default" tabindex="-1"></div>
li[aria-label="Markets"] > div[data-testid="chevron-arrow"]
<div data-testid="chevron-arrow" tabindex="0">
li[aria-label="More"] > div[data-testid="chevron-arrow"]
<div data-testid="chevron-arrow" tabindex="0">
.nav-ui-RegionPicker__region__UmVna
<div aria-expanded="false" aria-label="Select Region" class="nav-ui-RegionPicker__region__UmVna" data-testid="region-button" role="button" tabindex="0">
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_dot__4CJdb[aria-label="navigation dot"][role="button"]:nth-child(1)
<span class="styles_dot__4CJdb" aria-label="navigation dot" role="button" tabindex="0"></span>
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_dot__4CJdb[aria-label="navigation dot"][role="button"]:nth-child(2)
<span class="styles_dot__4CJdb styles_activeDot__jPGWM" aria-label="navigation dot" role="button" tabindex="0"></span>
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_activeDot__jPGWM.styles_dot__4CJdb[aria-label="navigation dot"]
<span class="styles_dot__4CJdb" aria-label="navigation dot" role="button" tabindex="0"></span>
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_dot__4CJdb[aria-label="navigation dot"][role="button"]:nth-child(4)
<span class="styles_dot__4CJdb" aria-label="navigation dot" role="button" tabindex="0"></span>
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_dot__4CJdb[aria-label="navigation dot"][role="button"]:nth-child(5)
<span class="styles_dot__4CJdb" aria-label="navigation dot" role="button" tabindex="0"></span>

Showing first 10 of 24 audited elements.

Form elements must have labels

Form labels are essential for screen reader users to understand what information each field requires. Without proper labels, screen readers cannot identify input expectations, fields don't receive focus when announced, and users with motor impairments lose the benefit of larger clickable areas that labels provide.

Learn more

Audit Elements

#form-for-phoenix_newsletter
<input type="email" data-component="text-input" class="media-ui-InputField_input-trz7AzJlxTU- text-input-input text-input" id="form-for-phoenix_newsletter" name="text-input" placeholder="Enter your email" aria-invalid="false" aria-label="text-input" value="">
#news_now > .media-ui-BloombergAudio_bloombergAudio-ATKyYXkq5e0-[data-component="bloomberg-audio"][data-theme="light"] > .media-ui-BloombergAudio_audioBar-2yS2A3KlHYU-.media-ui-BloombergAudio_hasBorderRadius-XBBwLHng6Pw-.bloomberg-audio-bar > .media-ui-BloombergAudio_controls-CfxngbLJdmU- > .media-ui-BloombergAudio_seekWrapper-QUTz1LvuMW4- > .media-ui-Seek_seek-roHEwjLz-X0-.seek[aria-label="seek"]
<input aria-label="seek" class="media-ui-Seek_seek-roHEwjLz-X0- seek" data-component="seek" type="range" min="0" max="345" style="--max:345;--val:0" value="0">
Form elements should have a visible label

The title and aria-describedby attributes provide supplementary hints, not labels. Screen readers treat these as advisory information rather than true labels, which prevents them from properly conveying the form element's purpose. Form fields need proper labels that can be programmatically determined.

Learn more

Audit Elements

#form-for-phoenix_newsletter
<input type="email" data-component="text-input" class="media-ui-InputField_input-trz7AzJlxTU- text-input-input text-input" id="form-for-phoenix_newsletter" name="text-input" placeholder="Enter your email" aria-invalid="false" aria-label="text-input" value="">
#news_now > .media-ui-BloombergAudio_bloombergAudio-ATKyYXkq5e0-[data-component="bloomberg-audio"][data-theme="light"] > .media-ui-BloombergAudio_audioBar-2yS2A3KlHYU-.media-ui-BloombergAudio_hasBorderRadius-XBBwLHng6Pw-.bloomberg-audio-bar > .media-ui-BloombergAudio_controls-CfxngbLJdmU- > .media-ui-BloombergAudio_seekWrapper-QUTz1LvuMW4- > .media-ui-Seek_seek-roHEwjLz-X0-.seek[aria-label="seek"]
<input aria-label="seek" class="media-ui-Seek_seek-roHEwjLz-X0- seek" data-component="seek" type="range" min="0" max="345" style="--max:345;--val:0" value="0">
Form field must not have multiple label elements

Multiple labels on the same form field cause inconsistent behavior across screen reader and browser combinations. Some will read the first label, others the last, and some will read both, creating confusion about what information the field requires.

Learn more

Audit Elements

#form-for-phoenix_newsletter
<input type="email" data-component="text-input" class="media-ui-InputField_input-trz7AzJlxTU- text-input-input text-input" id="form-for-phoenix_newsletter" name="text-input" placeholder="Enter your email" aria-invalid="false" aria-label="text-input" value="">
#news_now > .media-ui-BloombergAudio_bloombergAudio-ATKyYXkq5e0-[data-component="bloomberg-audio"][data-theme="light"] > .media-ui-BloombergAudio_audioBar-2yS2A3KlHYU-.media-ui-BloombergAudio_hasBorderRadius-XBBwLHng6Pw-.bloomberg-audio-bar > .media-ui-BloombergAudio_controls-CfxngbLJdmU- > .media-ui-BloombergAudio_seekWrapper-QUTz1LvuMW4- > .media-ui-Seek_seek-roHEwjLz-X0-.seek[aria-label="seek"]
<input aria-label="seek" class="media-ui-Seek_seek-roHEwjLz-X0- seek" data-component="seek" type="range" min="0" max="345" style="--max:345;--val:0" value="0">
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

iframe[title="Third party embed iframe"]
<iframe title="Third party embed iframe" src="https://www.bloomberg.com/games/embed?display=fluid" allowfullscreen="" frameborder="0" scrolling="no" width="100%" height="100%" data-testid="iframe" data-embedid=":R3j6jlal6:"></iframe>
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

iframe[title="Third party embed iframe"]
<iframe title="Third party embed iframe" src="https://www.bloomberg.com/games/embed?display=fluid" allowfullscreen="" frameborder="0" scrolling="no" width="100%" height="100%" data-testid="iframe" data-embedid=":R3j6jlal6:"></iframe>
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

#lede > .LineupContent2Up_story__6VATd:nth-child(1) > .LineupContent2Up_storyContent__5Vl1z > .PhoenixRelatedItems_relatedListContainer__YV5Dl[data-component="related-list"] > .PhoenixRelatedItems_relatedItemTitle__WUTCd.typography_articleLabel__G1TBw.typography_articleLabelBase__4WylQ
<h3 class="PhoenixRelatedItems_relatedItemTitle__WUTCd typography_articleLabel__G1TBw typography_articleLabelBase__4WylQ">Related</h3>
#lede > .LineupContent2Up_story__6VATd:nth-child(2) > .LineupContent2Up_storyContent__5Vl1z > .PhoenixRelatedItems_relatedListContainer__YV5Dl[data-component="related-list"] > .PhoenixRelatedItems_relatedItemTitle__WUTCd.typography_articleLabel__G1TBw.typography_articleLabelBase__4WylQ
<h3 class="PhoenixRelatedItems_relatedItemTitle__WUTCd typography_articleLabel__G1TBw typography_articleLabelBase__4WylQ">Related</h3>
#weekend-2-up > .LineupContent2Up_story__6VATd:nth-child(1) > .LineupContent2Up_storyContent__5Vl1z > .PhoenixRelatedItems_relatedListContainer__YV5Dl[data-component="related-list"] > .PhoenixRelatedItems_relatedItemTitle__WUTCd.typography_articleLabel__G1TBw.typography_articleLabelBase__4WylQ
<h3 class="PhoenixRelatedItems_relatedItemTitle__WUTCd typography_articleLabel__G1TBw typography_articleLabelBase__4WylQ">Related</h3>
#weekend-2-up > .LineupContent2Up_story__6VATd:nth-child(2) > .LineupContent2Up_storyContent__5Vl1z > .PhoenixRelatedItems_relatedListContainer__YV5Dl[data-component="related-list"] > .PhoenixRelatedItems_relatedItemTitle__WUTCd.typography_articleLabel__G1TBw.typography_articleLabelBase__4WylQ
<h3 class="PhoenixRelatedItems_relatedItemTitle__WUTCd typography_articleLabel__G1TBw typography_articleLabelBase__4WylQ">Related</h3>
.LineupContentOpinion_title__2VdbI
<h3 data-component="title" class="LineupContentOpinion_title__2VdbI typography_coreHeadlineXxs__I27qw typography_core__ts8O_ typography_coreHeadline__Vh_JB"><a href="https://www.bloomberg.com/opinion">Bloomberg Opinion</a></h3>
#well-3 > .LineupContent2Up_story__6VATd:nth-child(2) > .LineupContent2Up_storyContent__5Vl1z > .PhoenixRelatedItems_relatedListContainer__YV5Dl[data-component="related-list"] > .PhoenixRelatedItems_relatedItemTitle__WUTCd.typography_articleLabel__G1TBw.typography_articleLabelBase__4WylQ
<h3 class="PhoenixRelatedItems_relatedItemTitle__WUTCd typography_articleLabel__G1TBw typography_articleLabelBase__4WylQ">Related</h3>
#video-carousel > .ModuleHeaderAndCta_moduleHeader__IXBS8[data-component="module-header-and-cta"] > .ModuleHeaderAndCta_buttonWrapper__airWr[data-has-justify=""][data-has-align=""] > .typography_coreHeadlineXxs__I27qw.typography_coreHeadline__Vh_JB[data-component="title"]
<h3 data-component="title" class="typography_coreHeadlineXxs__I27qw typography_core__ts8O_ typography_coreHeadline__Vh_JB">Today’s Videos</h3>
#latest > .StoryListLatestFiltered_listHeader__es3o_ > a > .StoryListLatestFiltered_titleLink__5Y9qU.typography_coreHeadlineXs__fj38Z.typography_coreHeadline__Vh_JB
<h3 data-component="title" class="StoryListLatestFiltered_titleLink__5Y9qU typography_coreHeadlineXs__fj38Z typography_core__ts8O_ typography_coreHeadline__Vh_JB">Latest</h3>
#story_carousel > .ModuleHeader_ModuleHeader__yI3XP[data-component="module-header"] > .ModuleHeader_title__eAyEi.typography_coreHeadlineXxs__I27qw.typography_coreHeadline__Vh_JB
<h3 data-component="title" class="ModuleHeader_title__eAyEi typography_coreHeadlineXxs__I27qw typography_core__ts8O_ typography_coreHeadline__Vh_JB"><a href="https://www.bloomberg.com/money">Introducing Bloomberg Money</a></h3>
#news_now > .EmbedAudio_summaryText__onH_t.typography_articleDek__A_HWs
<h3 class="EmbedAudio_summaryText__onH_t typography_articleDek__A_HWs">Listen to the latest: Multiple People Shot in Toledo, Jet Blue CEO: Never Say Never</h3>

Showing first 10 of 36 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

#lede > .LineupContent2Up_story__6VATd:nth-child(1) > .LineupContent2Up_storyContent__5Vl1z > .PhoenixRelatedItems_relatedListContainer__YV5Dl[data-component="related-list"] > .PhoenixRelatedItems_relatedItemTitle__WUTCd.typography_articleLabel__G1TBw.typography_articleLabelBase__4WylQ
<h3 class="PhoenixRelatedItems_relatedItemTitle__WUTCd typography_articleLabel__G1TBw typography_articleLabelBase__4WylQ">Related</h3>
#lede > .LineupContent2Up_story__6VATd:nth-child(2) > .LineupContent2Up_storyContent__5Vl1z > .PhoenixRelatedItems_relatedListContainer__YV5Dl[data-component="related-list"] > .PhoenixRelatedItems_relatedItemTitle__WUTCd.typography_articleLabel__G1TBw.typography_articleLabelBase__4WylQ
<h3 class="PhoenixRelatedItems_relatedItemTitle__WUTCd typography_articleLabel__G1TBw typography_articleLabelBase__4WylQ">Related</h3>
#weekend-2-up > .LineupContent2Up_story__6VATd:nth-child(1) > .LineupContent2Up_storyContent__5Vl1z > .PhoenixRelatedItems_relatedListContainer__YV5Dl[data-component="related-list"] > .PhoenixRelatedItems_relatedItemTitle__WUTCd.typography_articleLabel__G1TBw.typography_articleLabelBase__4WylQ
<h3 class="PhoenixRelatedItems_relatedItemTitle__WUTCd typography_articleLabel__G1TBw typography_articleLabelBase__4WylQ">Related</h3>
#weekend-2-up > .LineupContent2Up_story__6VATd:nth-child(2) > .LineupContent2Up_storyContent__5Vl1z > .PhoenixRelatedItems_relatedListContainer__YV5Dl[data-component="related-list"] > .PhoenixRelatedItems_relatedItemTitle__WUTCd.typography_articleLabel__G1TBw.typography_articleLabelBase__4WylQ
<h3 class="PhoenixRelatedItems_relatedItemTitle__WUTCd typography_articleLabel__G1TBw typography_articleLabelBase__4WylQ">Related</h3>
.LineupContentOpinion_title__2VdbI
<h3 data-component="title" class="LineupContentOpinion_title__2VdbI typography_coreHeadlineXxs__I27qw typography_core__ts8O_ typography_coreHeadline__Vh_JB"><a href="https://www.bloomberg.com/opinion">Bloomberg Opinion</a></h3>
#well-3 > .LineupContent2Up_story__6VATd:nth-child(2) > .LineupContent2Up_storyContent__5Vl1z > .PhoenixRelatedItems_relatedListContainer__YV5Dl[data-component="related-list"] > .PhoenixRelatedItems_relatedItemTitle__WUTCd.typography_articleLabel__G1TBw.typography_articleLabelBase__4WylQ
<h3 class="PhoenixRelatedItems_relatedItemTitle__WUTCd typography_articleLabel__G1TBw typography_articleLabelBase__4WylQ">Related</h3>
#video-carousel > .ModuleHeaderAndCta_moduleHeader__IXBS8[data-component="module-header-and-cta"] > .ModuleHeaderAndCta_buttonWrapper__airWr[data-has-justify=""][data-has-align=""] > .typography_coreHeadlineXxs__I27qw.typography_coreHeadline__Vh_JB[data-component="title"]
<h3 data-component="title" class="typography_coreHeadlineXxs__I27qw typography_core__ts8O_ typography_coreHeadline__Vh_JB">Today’s Videos</h3>
#latest > .StoryListLatestFiltered_listHeader__es3o_ > a > .StoryListLatestFiltered_titleLink__5Y9qU.typography_coreHeadlineXs__fj38Z.typography_coreHeadline__Vh_JB
<h3 data-component="title" class="StoryListLatestFiltered_titleLink__5Y9qU typography_coreHeadlineXs__fj38Z typography_core__ts8O_ typography_coreHeadline__Vh_JB">Latest</h3>
#story_carousel > .ModuleHeader_ModuleHeader__yI3XP[data-component="module-header"] > .ModuleHeader_title__eAyEi.typography_coreHeadlineXxs__I27qw.typography_coreHeadline__Vh_JB
<h3 data-component="title" class="ModuleHeader_title__eAyEi typography_coreHeadlineXxs__I27qw typography_core__ts8O_ typography_coreHeadline__Vh_JB"><a href="https://www.bloomberg.com/money">Introducing Bloomberg Money</a></h3>
#news_now > .EmbedAudio_summaryText__onH_t.typography_articleDek__A_HWs
<h3 class="EmbedAudio_summaryText__onH_t typography_articleDek__A_HWs">Listen to the latest: Multiple People Shot in Toledo, Jet Blue CEO: Never Say Never</h3>

Showing first 10 of 36 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

#bb-that--container
<div id="bb-that--container" class="bb-that__sitemap bb-that--container" tabindex="-1" role="dialog">
#that-list--for_customers--2
<h3 id="that-list--for_customers--2" class="bb-that-category__title">For Customers</h3>
#that-list--company--4
<h3 id="that-list--company--4" class="bb-that-category__title">Company</h3>
#that-list--communications--5
<h3 id="that-list--communications--5" class="bb-that-category__title">Communications</h3>
#that-list--follow--6
<h3 id="that-list--follow--6" class="bb-that-category__title">Follow</h3>
#that-list--products--7
<h3 id="that-list--products--7" class="bb-that-category__title">Products</h3>
#that-list--industry_products--8
<h3 id="that-list--industry_products--8" class="bb-that-category__title">Industry Products</h3>
#that-list--media--9
<h3 id="that-list--media--9" class="bb-that-category__title">Media</h3>
#that-list--media_services--10
<h3 id="that-list--media_services--10" class="bb-that-category__title">Media Services</h3>
#that-list--company--11
<h3 id="that-list--company--11" class="bb-that-category__title">Company</h3>

Showing first 10 of 35 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

.LineupContentSkybox_item__HBHfK[data-has-gap=""][data-has-direction=""]:nth-child(1) > .atomics-FlexItem-root.css-1wud52h[data-testid="flex-item"]:nth-child(1) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .LineupContentSkybox_media__enZiI.Media_image__n9qKY[data-component="media--newsletterImage"] > figure[data-component="lazy-image"] > picture > img[loading="eager"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i4xaoZgLaD3c/v0/63x63.png" data-component="image" alt="How Heat Could Cost Your Team the World Cup" loading="eager">
.LineupContentSkybox_item__HBHfK[data-has-gap=""][data-has-direction=""]:nth-child(2) > .atomics-FlexItem-root.css-1wud52h[data-testid="flex-item"]:nth-child(1) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .LineupContentSkybox_media__enZiI.Media_image__n9qKY[data-component="media--newsletterImage"] > figure[data-component="lazy-image"] > picture > img[loading="eager"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ixFA6tdpE4BY/v0/63x63.jpg" data-component="image" alt="Publishers Adapt to AI, Space Race Centers on Satellites" loading="eager">
.LineupContentSkybox_item__HBHfK[data-has-gap=""][data-has-direction=""]:nth-child(3) > .atomics-FlexItem-root.css-1wud52h[data-testid="flex-item"]:nth-child(1) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .LineupContentSkybox_media__enZiI.Media_image__n9qKY[data-component="media--newsletterImage"] > figure[data-component="lazy-image"] > picture > img[loading="eager"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i5YOeK3Si1ug/v0/63x63.jpg" data-component="image" alt="One Big Way Broadway Has Changed Over 35 Years" loading="eager">
.LineupContentSkybox_item__HBHfK[data-has-gap=""][data-has-direction=""]:nth-child(4) > .atomics-FlexItem-root.css-1wud52h[data-testid="flex-item"]:nth-child(1) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .LineupContentSkybox_media__enZiI.Media_image__n9qKY[data-component="media--newsletterImage"] > figure[data-component="lazy-image"] > picture > img[loading="eager"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iEy9zthJ_khE/v0/63x63.png" data-component="image" alt="Bitcoin and Its Promises Are Showing Their Age" loading="eager">
#lede > .LineupContent2Up_story__6VATd:nth-child(1) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .LineupContent2Up_media__rCfrF.Media_image__n9qKY[data-component="media--defaultImage"] > figure[data-component="lazy-image"] > picture > img[loading="lazy"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ihFBifMeU8.k/v0/600x400.jpg" data-component="image" alt="World’s Hottest Market Has Korea Bulls Reaching for Protection" loading="lazy">
#lede > .LineupContent2Up_story__6VATd:nth-child(2) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .LineupContent2Up_media__rCfrF.Media_image__n9qKY[data-component="media--defaultImage"] > figure[data-component="lazy-image"] > picture > img[loading="lazy"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iV0HS3OB5RHk/v0/600x400.jpg" data-component="image" alt="An F/A-18F Super Hornet on the flight deck of the USS Abraham Lincoln aircraft carrier on May 28." loading="lazy">
.LineupContentWeekendLandscape_ledeItemMedia__V_5QW > figure[data-component="lazy-image"] > picture > img[loading="lazy"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/idppsM17d0Ig/v0/740x493.jpg" data-component="image" alt="Washington’s Best Housing Idea Has an Image Problem" loading="lazy">
.LineupContentWeekendLandscape_item__Y_b0D:nth-child(1) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .Media_image__n9qKY[data-component="media--defaultImage"] > figure[data-component="lazy-image"] > picture > img[loading="lazy"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/iwGf3OFVBJX0/v0/740x493.jpg" data-component="image" alt="Ebola Pioneer Peter Piot on How Worried the World Should Be" loading="lazy">
.LineupContentWeekendLandscape_item__Y_b0D:nth-child(2) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .Media_image__n9qKY[data-component="media--defaultImage"] > figure[data-component="lazy-image"] > picture > img[loading="lazy"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i_4pGzk1m4DM/v0/740x493.jpg" data-component="image" alt="The Pope’s AI Encyclical Made Me Feel Like a Catholic Again" loading="lazy">
.LineupContentWeekendLandscape_item__Y_b0D:nth-child(3) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .Media_image__n9qKY[data-component="media--defaultImage"] > figure[data-component="lazy-image"] > picture > img[loading="lazy"][data-component="image"]
<img src="https://assets.bwbx.io/images/users/iqjWHBFdfxIU/i7dF7gtZhAc8/v1/740x493.jpg" data-component="image" alt="Aerial view of Weimar in the evening light" loading="lazy">

Showing first 10 of 93 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

body
<body style="overflow-y: auto;">
#leaderboard-decoupled
<div id="leaderboard-decoupled" data-testid="sparkle-ad" data-ad-status="rendering" classname="" style="">
#g_id_onload
<div id="g_id_onload" data-context="signin" data-ux_mode="popup" data-callback="googleOneTapDataCall..." data-prompt_parent_i...="g_id_onload" data-cancel_on_tap_o...="false" style="position: absolute; ..." data-moment_callback="googleOneTapMomentCa..." data-client_id="546584498403-snvknu3...">
#that-jump-content
<div id="that-jump-content" style="height:0;width:0"></div>
.css-1ppmoi7[data-has-align=""][data-has-direction=""]
<div class="atomics-Flex-root css-1ppmoi7" data-testid="flex" style="--_atomics-Flex-align:center;--_atomics-Flex-direction:row;--_atomics-Flex-inline:flex;width:100%;overflow:hidden" data-has-align="" data-has-direction="">
.LineupContentSkybox_scrollContainer__TOEnD
<div class="atomics-FlexItem-root LineupContentSkybox_scrollContainer__TOEnD css-1wud52h" data-testid="flex-item" style="--_atomics-FlexItem-grow:1;--_atomics-FlexItem-shrink:1;min-width:0;overflow-x:auto;overflow-y:hidden" data-has-grow="" data-has-shrink="">
.LineupContentSkybox_items__HHLSR
<div class="atomics-Flex-root LineupContentSkybox_items__HHLSR css-1ppmoi7" data-testid="flex" style="--_atomics-Flex-direction:row;--_atomics-Flex-inline:flex;transform:translate3d(-0px, 0, 0)" data-has-direction="">
.LineupContentSkybox_item__HBHfK[data-has-gap=""][data-has-direction=""]:nth-child(1)
<div class="atomics-Flex-root LineupContentSkybox_item__HBHfK css-1ppmoi7" data-testid="flex" style="--_atomics-Flex-direction:row;--_atomics-Flex-gap:var(--phx-space-core-12);--_atomics-Flex-inline:flex" data-has-direction="" data-has-gap="">
.LineupContentSkybox_item__HBHfK[data-has-gap=""][data-has-direction=""]:nth-child(1) > .atomics-FlexItem-root.css-1wud52h[data-testid="flex-item"]:nth-child(1) > .Media_imageOverlayLink__Mu66J.Media_linkedImage__1R4j5[data-component="image-media-link"] > .LineupContentSkybox_media__enZiI.Media_image__n9qKY[data-component="media--newsletterImage"] > figure[data-component="lazy-image"] > picture
<picture class="styles_lazy___9s4S" style="--aspect-ratio: 1;">
.LineupContentSkybox_item__HBHfK[data-has-gap=""][data-has-direction=""]:nth-child(2)
<div class="atomics-Flex-root LineupContentSkybox_item__HBHfK css-1ppmoi7" data-testid="flex" style="--_atomics-Flex-direction:row;--_atomics-Flex-gap:var(--phx-space-core-12);--_atomics-Flex-inline:flex" data-has-direction="" data-has-gap="">

Showing first 10 of 242 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

.bb-that__skip-to-content
<a href="#that-jump-content" class="bb-that__skip-to-content" aria-label="Skip to content" role="button" tabindex="0">Skip to content</a>
.bb-that-header--sitemap-trigger
<a class="bb-that-header__link..." href="https://www.bloomber..." role="button" aria-controls="bb-that--container" aria-expanded="false" data-element="tophat-link" data-description="Bloomberg the Compan..." data-label="bcom">
.nav-ui-Logo__logoWeekend__TG9nb > svg[aria-label="Bloomberg Weekend"][data-component="bloombergLogoWeekend"][viewBox="0 0 756 80"]
<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="currentColor" aria-label="Bloomberg Weekend" data-component="bloombergLogoWeekend" width="100%" height="100%" viewBox="0 0 756 80">
.nav-ui-LogoBar__signInButton__TG9nb
<button class="nav-ui-LogoBar__signInButton__TG9nb" data-testid="sign-in-button">Sign In</button>
.nav-ui-LogoBar__searchButton__TG9nb
<button class="nav-ui-LogoBar__searchButton__TG9nb" data-testid="nav-search-button">
svg[aria-label="Search"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Search">
li[aria-label="Markets"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
li[aria-label="More"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
.nav-ui-RegionPicker__region__UmVna
<div aria-expanded="false" aria-label="Select Region" class="nav-ui-RegionPicker__region__UmVna" data-testid="region-button" role="button" tabindex="0">
.nav-ui-RegionPicker__region__UmVna > div:nth-child(2) > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">

Showing first 10 of 142 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

main
<main>
.media-ui-LeaderboardAd_leaderboard-FZL8q-6lUUI-
<div class="media-ui-BaseAd_base..." data-component="leaderboard-ad" data-ad-status="rendering" role="region" aria-label="Leaderboard advertis..." aria-busy="true">
.media-ui-BoxAd_boxAd-rTusT9mNmWo-
<div class="media-ui-BaseAd_base..." data-component="box-ad" data-ad-status="rendering" role="region" aria-label="Advertisement" aria-busy="true">
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

#phoenix_newsletter > .NewsletterPhoenix_container__9g4WI > .NewsletterPhoenix_privacyDisclaimer__prVal > a[rel="noopener noreferrer"][target="_blank"]:nth-child(1)
<a href="https://www.bloomberg.com/notices/privacy/" rel="noopener noreferrer" target="_blank">Privacy Policy</a>
#phoenix_newsletter > .NewsletterPhoenix_container__9g4WI > .NewsletterPhoenix_privacyDisclaimer__prVal > a[rel="noopener noreferrer"][target="_blank"]:nth-child(2)
<a href="https://www.bloomberg.com/notices/tos/" rel="noopener noreferrer" target="_blank">Terms of Service</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

.bb-that__skip-to-content
<a href="#that-jump-content" class="bb-that__skip-to-content" aria-label="Skip to content" role="button" tabindex="0">Skip to content</a>
.bb-that-header--sitemap-trigger
<a class="bb-that-header__link..." href="https://www.bloomber..." role="button" aria-controls="bb-that--container" aria-expanded="false" data-element="tophat-link" data-description="Bloomberg the Compan..." data-label="bcom">
.bb-that-header__link[data-element="tophat-link"][data-label="bcom"]:nth-child(2)
<a class="bb-that-header__link" href="https://www.bloomberg.com/professional/contact-menu/?utm_source=bloomberg-menu&utm_medium=bcom&bbgsum=DG-WS-PROF-DEMO-bbgmenu" data-element="tophat-link" data-description="Bloomberg Terminal Demo Request" data-label="bcom">
.bb-that-header__link[data-element="tophat-link"][data-label="bcom"]:nth-child(3)
<a class="bb-that-header__link" href="https://bba.bloomberg.net/?utm_source=bloomberg-menu&amp;utm_medium=bcom" data-element="tophat-link" data-description="Bloomberg Anywhere Remote Login" data-label="bcom"><span>Bloomberg Anywhere Remote Login</span><span>Bloomberg Anywhere Login</span></a>
a[data-description="Bloomberg Customer Support"]
<a class="bb-that-header__link" href="https://www.bloomberg.com/professional/support/?utm_source=bloomberg-menu&amp;utm_medium=bcom" data-element="tophat-link" data-description="Bloomberg Customer Support" data-label="bcom"><span>Bloomberg Customer Support</span><span>Customer Support</span></a>
.nav-ui-Logo__logoWeekend__TG9nb
<a class="nav-ui-Logo__logoWeekend__TG9nb" href="/">
.nav-ui-LogoBar__subscribeButton__TG9nb
<a class="nav-ui-LogoBar__subscribeButton__TG9nb" href="https://www.bloomberg.com/subscriptions?in_source=nav" rel="noreferrer" target="_blank">Subscribe</a>
.nav-ui-MenuDesktop__liveTVMenuItem__TWVud
<a class="nav-ui-MenuDesktop__menuItem__TWVud nav-ui-MenuDesktop__liveTVMenuItem__TWVud" data-menuid="live-now" href="/live"><span class="nav-ui-MenuDesktop__liveNow__TWVud">Live TV</span></a>
li[aria-label="Markets"] > a
<a href="https://www.bloomberg.com/markets">Markets</a>
li[aria-label="Finance"] > a
<a href="https://www.bloomberg.com/finance">Finance</a>

Showing first 10 of 312 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

main
<main>
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">
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

.media-ui-LeaderboardAd_leaderboard-FZL8q-6lUUI-
<div class="media-ui-BaseAd_base..." data-component="leaderboard-ad" data-ad-status="rendering" role="region" aria-label="Leaderboard advertis..." aria-busy="true">
.bb-that__skip-to-content
<a href="#that-jump-content" class="bb-that__skip-to-content" aria-label="Skip to content" role="button" tabindex="0">Skip to content</a>
.bb-that-header--sitemap-trigger
<a class="bb-that-header__link..." href="https://www.bloomber..." role="button" aria-controls="bb-that--container" aria-expanded="false" data-element="tophat-link" data-description="Bloomberg the Compan..." data-label="bcom">
.nav-ui-Logo__logoWeekend__TG9nb > svg[aria-label="Bloomberg Weekend"][data-component="bloombergLogoWeekend"][viewBox="0 0 756 80"]
<svg xmlns="http://www.w3.org/2000/svg" role="img" fill="currentColor" aria-label="Bloomberg Weekend" data-component="bloombergLogoWeekend" width="100%" height="100%" viewBox="0 0 756 80">
svg[aria-label="Search"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Search">
li[aria-label="Markets"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
li[aria-label="More"] > div[data-testid="chevron-arrow"] > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
.nav-ui-RegionPicker__region__UmVna
<div aria-expanded="false" aria-label="Select Region" class="nav-ui-RegionPicker__region__UmVna" data-testid="region-button" role="button" tabindex="0">
.nav-ui-RegionPicker__region__UmVna > div:nth-child(2) > svg[aria-label="Chevron Down"][role="img"][width="24"]
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Chevron Down" role="img">
.LineupContentBasic_media__Fxgie > .styles_carouselNav__Mgj6h > .styles_navSection__IZYQv:nth-child(2) > .styles_dot__4CJdb[aria-label="navigation dot"][role="button"]:nth-child(1)
<span class="styles_dot__4CJdb" aria-label="navigation dot" role="button" tabindex="0"></span>

Showing first 10 of 43 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

.LineupContentSkybox_scrollContainer__TOEnD
<div class="atomics-FlexItem-root LineupContentSkybox_scrollContainer__TOEnD css-1wud52h" data-testid="flex-item" style="--_atomics-FlexItem-grow:1;--_atomics-FlexItem-shrink:1;min-width:0;overflow-x:auto;overflow-y:hidden" data-has-grow="" data-has-shrink="">
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[content="width=device-width"][name="viewport"]:nth-child(8)
<meta name="viewport" content="width=device-width">
meta[name="viewport"]:nth-child(12)
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
meta[content="width=device-width"][name="viewport"]:nth-child(27)
<meta name="viewport" content="width=device-width">
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[content="width=device-width"][name="viewport"]:nth-child(8)
<meta name="viewport" content="width=device-width">
meta[name="viewport"]:nth-child(12)
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
meta[content="width=device-width"][name="viewport"]:nth-child(27)
<meta name="viewport" content="width=device-width">

Browse results by category