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

Congress.govcongress.gov

Screenshot of Congress.gov

Accessibility Score

90Good

Issues Found

22Moderate

Issues Found

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

Failing Elements

html
<html class="no-js" lang="en-US">

Fix all of the following:

  • Document does not have a main landmark
All page content should be contained by landmarks

Content should be organized within high-level landmark regions like <header>, <navigation>, <main>, and <footer>. Content outside these sections is difficult to find and its purpose may be unclear, making navigation inefficient for screen reader users who rely on landmarks to understand page structure.

Learn more

Failing Elements

.cf-header
<div class="cf-wrapper cf-header cf-error-overview">
        <h1 data-translate="block_headline">Sorry, you have been blocked</h1>
        <h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> congress.gov</h2>
      </div>

Fix any of the following:

  • Some page content is not contained by landmarks
.cf-section.cf-wrapper
<div class="cf-section cf-wrapper">

Fix any of the following:

  • Some page content is not contained by landmarks
.text-13
<p class="text-13">

Fix any of the following:

  • Some page content is not contained by landmarks

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 class="no-js" lang="en-US">
<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 class="no-js" lang="en-US">
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

#cf-wrapper
<div id="cf-wrapper">
#cf-error-details
<div id="cf-error-details" class="cf-error-details-wrapper">
h1
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
.cf-subheadline
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> congress.gov</h2>
span[data-translate="unable_to_access"]
<span data-translate="unable_to_access">You are unable to access</span>
.cf-highlight
<div class="cf-section cf-highlight">
        <div class="cf-wrapper">
          <div class="cf-screenshot-container cf-screenshot-full">
            
              <span class="cf-no-screenshot error"></span>
            
          </div>
        </div>
      </div>
.cf-highlight > .cf-wrapper
<div class="cf-wrapper">
          <div class="cf-screenshot-container cf-screenshot-full">
            
              <span class="cf-no-screenshot error"></span>
            
          </div>
        </div>
.cf-screenshot-container
<div class="cf-screenshot-container cf-screenshot-full">
            
              <span class="cf-no-screenshot error"></span>
            
          </div>
.cf-no-screenshot
<span class="cf-no-screenshot error"></span>
.cf-columns
<div class="cf-columns two">

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

#cf-footer-ip-reveal
<button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button>
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 class="no-js" lang="en-US">
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

h1
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
.cf-subheadline
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> congress.gov</h2>
span[data-translate="unable_to_access"]
<span data-translate="unable_to_access">You are unable to access</span>
h2[data-translate="blocked_why_headline"]
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
p[data-translate="blocked_why_detail"]
<p data-translate="blocked_why_detail">
h2[data-translate="blocked_resolve_headline"]
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
p[data-translate="blocked_resolve_detail"]
<p data-translate="blocked_resolve_detail">You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.</p>
.cf-footer-item.sm\:block.sm\:mb-1:nth-child(1)
<span class="cf-footer-item sm:block sm:mb-1">Cloudflare Ray ID: <strong class="font-semibold">9f293705ed93cf1e</strong></span>
strong
<strong class="font-semibold">9f293705ed93cf1e</strong>
#cf-footer-item-ip
<span id="cf-footer-item-ip" class="cf-footer-item sm:block sm:mb-1">

Showing first 10 of 13 audited elements.

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

h1
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
.cf-subheadline
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> congress.gov</h2>
h2[data-translate="blocked_why_headline"]
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
h2[data-translate="blocked_resolve_headline"]
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
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

h1
<h1 data-translate="block_headline">Sorry, you have been blocked</h1>
.cf-subheadline
<h2 class="cf-subheadline"><span data-translate="unable_to_access">You are unable to access</span> congress.gov</h2>
h2[data-translate="blocked_why_headline"]
<h2 data-translate="blocked_why_headline">Why have I been blocked?</h2>
h2[data-translate="blocked_resolve_headline"]
<h2 data-translate="blocked_resolve_headline">What can I do to resolve this?</h2>
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

#cf-footer-ip-reveal
<button type="button" id="cf-footer-ip-reveal" class="cf-footer-ip-reveal-btn">Click to reveal</button>
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

#brand_link
<a rel="noopener noreferrer" href="https://www.cloudflare.com/5xx-error-landing" id="brand_link" target="_blank">Cloudflare</a>
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 class="no-js" lang="en-US">
Page should contain a level-one heading

Screen reader users use keyboard shortcuts to jump directly to the first h1, expecting to land at the main content. Without an h1 or with a misplaced one, users must listen to more of the page to understand its structure, wasting valuable time on every page visit.

Learn more

Audit Elements

html
<html class="no-js" lang="en-US">
Users should be able to zoom and scale the text up to 500%

The user-scalable="no" and restrictive maximum-scale parameters prevent people with low vision from zooming to read content. Users who rely on browser zoom to enlarge text are blocked from accessing content at a readable size, violating their need to scale pages up to 5x zoom.

Learn more

Audit Elements

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

Setting user-scalable="no" or maximum-scale less than 2 prevents people with low vision from zooming to read content. Users who enlarge text in their browsers are blocked from making content readable, violating accessibility guidelines that require supporting at least 200% zoom.

Learn more

Audit Elements

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

Browse results by category