WebAIM - Web Accessibility In Mind

The WebAIM Million
The 2023 report on the accessibility of the top 1,000,000 home pages

Introduction

For the fifth consecutive year, WebAIM conducted an accessibility evaluation of the home pages for the top 1,000,000 web sites. The evaluation was conducted using the WAVE stand-alone API (with additional tools to collect site technology and sector parameters). The results provide an overview of and insight into the current state of web accessibility for individuals with disabilities and trends over time.

Note!

Results below are from February 2023—with comparisons to, and trends from, earlier analyses in 2019, 2020, 2021, and 2022.

The Sample

Site Lookup

How did your home page rank in our study? Enter a web site domain below (minus "www.") to view details.


The million home page list combines the top home pages and domains from the Majestic Millions list, the Alexa Top 1,000,000 web sites, and the DomCop top 10 million domains.

Sites without home pages, pages that returned errors (404, etc.), pages with fewer than 10 HTML elements, and pages with more than 5,000 links to the same domain (for SEO purposes) were not included.

Method

The WAVE accessibility engine was used to analyze the rendered DOM of all pages after scripting and styles are applied. WAVE detects end-user accessibility barriers and Web Content Accessibility Guidelines (WCAG) conformance failures. All automated tools, including WAVE, have limitations—not all conformance failures can be automatically detected. Absence of detected errors does not indicate that a site is accessible or compliant. Although this report describes only a subset of accessibility issues on only 1,000,000 home pages, this report provides a quantified and reliable representation of the current state of the inaccessibility of the most influential pages on the web.

Detected Errors

Across the one million home pages, 49,991,225 distinct accessibility errors were detected—an average of 50.0 errors per page. The number of detected errors decreased slightly (1.6%) since the 2022 analysis which found 50.8 errors/page. "Errors" are WAVE-detected accessibility barriers having notable end user impact, and which have a very high likelihood of being WCAG 2 Level A/AA conformance failures.

Home Page Complexity

The home pages tested had over 1 billion page elements. Home page complexity increased significantly in 12 months, from an average of 955 elements in February 2022 to an average of 1050 elements per home page in February 2023 - a 10% increase.

The following chart shows the number of home page elements detected over the last five WebAIM Million studies:
Line chart showing number of home page elements steadily increasing from 782 in 2019 to 1050 in 2023.

Home page elements have increased over 34% in the last 4 years. It is promising that detected errors have decreased slightly while page complexity has increased notably, but it seems that accessibility progress could be greatly accelerated if the number of home page elements was not growing at such alarming rates.

Error Density

4.8% of all home page elements had a detected accessibility error. Users with disabilities would expect to encounter errors on 1 in every 21 home page elements with which they engage. Page with more elements present an even higher proportion of errors per element than more simple pages.

Note!

Error density (number of errors divided by number of page elements) is provided in the site lookup, but is an unreliable metric of site accessibility. A significant number of page elements (<div> and <span> elements, for example) may result in a lower error density (suggesting better accessibility), when in fact many new accessibility errors may have also been introduced. This report focuses on average number of detected errors—likely end user barriers—present as opposed to error densities (how diluted those errors are within page elements).

WCAG Conformance

96.3% of home pages had detected WCAG 2 failures! This improved very slightly from 96.8% in 2022. Over the last 4 years, the pages with detectable WCAG failures has decreased by only 1.5% from 97.8%. These are only automatically detected errors that align with WCAG conformance failures with a high level of reliability. Because automatic testing cannot detect all possible WCAG failure types, this means that the actual WCAG 2 A/AA conformance level was certainly lower.

This chart shows the percentage of home pages with detected WCAG conformance failures over time:
Line chart showing percentage of home pages with detected WCAG conformance failures decreasing slowing from 97.8% 2019 to 96.3% in 2023.

While the rate of pages with no detectable errors was very low, 20.7% of pages had 5 or fewer detected errors and 30.8% had 10 or fewer. Most conformance failures fall into just a few categories, as described below.

Home pages with most common WCAG 2 failures
WCAG Failure Type% of home pages in 2023% of home pages in 2022% of home pages in 2021% of home pages in 2020% of home pages in 2019
Low contrast text83.6%83.9%86.4%86.3%85.3%
Missing alternative text for images58.2%55.4%60.6%66.0%68.0%
Empty links50.1%49.7%51.3%59.9%58.1%
Missing form input labels45.9%46.1%54.4%53.8%52.8%
Empty buttons27.5%27.2%26.9%28.7%25.0%
Missing document language18.6%22.3%28.9%28.0%33.1%

96.1% of all errors detected fall into these six categories. These most common errors have been the same for the last 5 years. Addressing just these few types of issues would significantly improve accessibility across the web.

Low Contrast Text

Low contrast text, below the WCAG 2 AA thresholds, was found on 83.6% of home pages. This was the most commonly-detected accessibility issue. On average, each home page had 30.4 distinct instances of low-contrast text, down slightly from 31.7 in 2022.

Images and Alternative Text

There were over 43 million images in the sample, or 43.4 images per home page on average. The number of images increased a surprising 9.1% over the last year—home pages are becoming increasingly graphical. 22.1% of all home page images (9.6 per page on average) had missing alternative text (not counting alt=""). Over half of the images missing alternative text were linked images—resulting in links that were not descriptive.

10.9% of images with alternative text had questionable or repetitive alternative text—such as alt="image", "graphic", "blank", a file name, etc., or alternative text identical to adjacent text or alternative text.

These data show that one may expect over one third of the images on popular home pages to have missing, questionable, or repetitive alternative text.

Form Labeling

The number of form inputs on home pages increased 13.8% in one year, from 4.4 million to 5.0 million. 35.8% of form inputs identified were not properly labeled (either via <label>, aria-label, aria-labelledby, or title). This is a notable improvement from 39% in 2022, 49% in 2021, 56% in 2020, and 59% in 2019.

Headings

Over 24.7 million headings were detected (over 24 on average per home page). The number (and prevalence) of heading levels were:

  • 1.7 million <h1> headings (6.9%)
  • 7.9 million <h2> headings (31.8%)
  • 8.7 million <h3> headings (35.1%)
  • 4.0 million <h4> headings (16.1%)
  • 1.7 million <h5> headings (6.7%)
  • .9 million <h6> headings (3.5%)

The number of headings present on analyzed home pages increased 6.8% from 23.2 million in 2022 and increased 31% from 18.9 million in 2019. The prevalence of all heading levels also increased.

Because headings are the primary mechanism used by screen reader users to navigate content, their proper implementation is important. 20.1% of home pages had more than one <h1>—an increase from 19.6% in 2022. There were 1,146,080 instances of skipped heading levels (e.g., jumping from <h2> to <h4>)— one in every 22 headings was improperly structured. Skipped heading levels were present on 42.2% of all pages (up from 40.4% in 2021 and 36.2% in 2019), and 7.9% of pages had no headings present at all (down from 9.9% in 2022).

Regions

80.9% of home pages had at least one region (or ARIA landmark) defined—continuing previous increases from 75.3% in 2022, 69.1% in 2021, 68.9% in 2020, and 62.4% in 2019. A <main> element or main landmark was present on 41.5% of home pages, up from 36% in 2022, 30.1% in 2021, 27.8% in 2020 and 23.5% in 2019. 21% of home pages had a "search" landmark.

96% of home pages with a main region/landmark had only one instance (which is a correct implementation). Pages with a navigation region/landmark present averaged 2.4 of them per page.

ARIA

77,437,071 ARIA attributes were detected—over 77 per page on average! ARIA code usage increased 29% in just one year and has nearly quadrupled since 2019.

Home pages averaged 15.2 aria-label, aria-labelledby, or aria-describedby attributes. The prevalence of ARIA labels increased 28% in just the last year.

80% of the one million home pages used ARIA (excluding ARIA landmark roles)—an increase from 74.6% in 2022, 68.1% in 2021, 64.6% in 2020, and 60.1% in 2019. Home pages with ARIA present averaged 68.6% more detected errors than those without ARIA—one would expect to encounter an additional 22 potential barriers on home pages with ARIA present.

Increased ARIA usage on pages was associated with higher detected errors. The more ARIA attributes that were present, the more detected accessibility errors could be expected. This does not necessarily mean that ARIA introduced these errors (these pages are more complex), but pages typically had more errors when ARIA was present.

5% of home pages had an ARIA menu (role="menu"), but 31% of ARIA menus introduced accessibility barriers due to the lack of necessary ARIA menu markup and interactions.

Home pages also averaged 13.7 aria-hidden="true" attributes (up from 11.0 in 2022, 8.9 in 2021, and 6.6 in 2020) and 3.4 role="button" attributes (up from 2.5 in 2022, 2.2 in 2021, and 1.3 in 2020) per page. Home pages averaged 19.9 instances of tabindex=0 or tabindex=-1 (up 95% from 2020).

Doctypes

89.8% of home pages had a valid HTML5 doctype—an increase from 86.1% in 2022 and 79.1% in 2021. Pages with a valid HTML5 doctype had significantly more page elements (average of 1095 vs. 651) than pages with other doctypes. 613 unique doctypes were encountered in the million-page sample.

Site Categories

Note!

We're grateful for the support of webshrinker.com in providing us the site category data. Their support makes this valuable information available.

The home pages were categorized based on content into IAB Content Taxonomy categories. The table below shows the number of home pages in each category (some sites may be in more than one category), average number of errors in that category, and the percent difference in errors for that category from the average of 50.0 errors for the entire million-page sample. In other words, the percentage difference is how much better or worse that category is than the average home page.

Category# of home pagesAvg. # of errors% difference
Government11,31328.6−42.9%
Law, Government, and Politics27,53036.3−27.4%
Social Media8,03337.9−24.3%
Science9,34240.3−19.3%
Society22,94140.7−18.6%
Business79,70342.4−15.3%
Education53,41542.9−14.1%
Technology and Computing168,70543.9−12.3%
Careers11,13644.9−10.3%
Health and Fitness53,84145.3−9.4%
Food and Drink31,30545.8−8.5%
Personal Finance30,27147.0−6.1%
Family and Parenting6,00648.1−3.9%
Religion and Spirituality11,31450.00.1%
Home and Garden26,65552.34.5%
Pets7,60052.95.8%
Arts and Entertainment42,26153.77.4%
Travel38,49355.110.2%
Hobbies and Interests84,63458.216.5%
Automotive16,85859.018.1%
Style and Fashion18,73661.823.5%
News/Weather/Information63,77463.827.5%
Sports36,26163.827.6%
Shopping37,45971.643.2%
Real Estate15,39772.144.2%
Adult Content16,77879.759.4%

There were notable differences in accessibility errors for sites in different categories. Real estate and adult content home pages, for example, had over 2.5 times the number of errors on average as governmental web sites. Shopping sites, which were highly subject to accessibility complaints and lawsuits, were greatly improved from 90.5 errors to 72.1 errors on average over three years, yet this category remains among the least accessible.

TLDs

807 unique top-level domains (e.g., com, .tv, .fashion, etc.) were represented in the million pages analyzed. Home pages with .com (491,056), .org (77,920), and .net (36,132) were the most common.

The table below shows the most common TLDs (n>4,000) with page counts, average number of errors, and percentage difference between from the average of 50.0 errors for the entire million-page sample.

Top-level Domain# of home pagesAvg. # of errors% difference
gov5,28718.2−63.6%
edu12,42329.7−40.6%
ca8,04533.1−33.8%
io11,71436.1−27.8%%
uk25,75036.9−26.1%
org77,92039.8−20.4%
au9,36243.8−12.4%
co7,41645.4−9.1%
eu5,21146.8−6.5%
de26,10046.9−6.2%
nl9,43347.2−5.7%
fr10,47147.9−4.3%
net36,13249.1−1.7%
com491,05649.8−0.3%
jp12,14951.6+3.1%
info6,17153.4+6.7%
es6,31154.4+8.7%
br9,15956.9+13.8%
in9,85757.8+15.7%
pl9,24658.9+17.8%
it10,76663.4+26.8%
ir5,01869.5+38.9%
ru29,25675.6+50.9%
kr4,05575.6+51.1%
vn4,02885.7+71.5%
cn4,30489.8+79.5%

This shows notable differences between TLDs.

Languages

77% of pages specified a document language. Despite being a WCAG failure, pages without a language defined had fewer errors on average than most pages with a language defined.

This table shows the specified page language for the most common languages, number of pages in the sample, average number of errors, and percentage difference in errors from the overall average.

Specified Language# of home pagesAvg. # of errors% difference
English561,73443.7−12.5%
No language specified178,47547.3−5.3%
Dutch9,31247.6−4.7%
German29,87851.4+2.8%
Japanese20,30754.6+9.3%
French22,78057.2+14.4%
Indonesian5,09258.7+17.4%
Portuguese11,47959.4+18.7%
Spanish28,51259.8+19.6%
Polish8,38962.9+25.8%
Italian11,93166.0+31.9%
Farsi9,63275.4+50.9%
Arabic5,99075.8+51.5%
Turkish7,33176.8+53.6%
Russian29,30779.6+59.2%
Chinese9,06388.8+77.6%
Vietnamese5,64889.9+79.8%
Korean7,14796.5+92.9%

As with TLDs, there are significant differences in accessibility of pages in various languages. Latin-based languages generally fared much better than other languages.

Technologies

Over 1,200 different types of web technologies were detected on the one million home pages. Common technologies detected on more than 5,000 home pages are listed below, ordered from "best" to "worst". Note that correspondence of additional errors with a technology cannot always be attributed to that technology.

Content Management Systems and Site Builders

CMS# of home pagesAvg. # of errors% difference
Microsoft Sharepoint5,66111.2−77.7%
Squarespace7,67118.9−62.3%
Wix7,50121.1−57.7%
Divi14,08425.7−48.6%
Webflow7,55825.7−48.6%
Drupal28,01839.8−20.4%
Joomla9,74844.2−11.5%
Typo35,91245.3−9.4%
Elementor51,41250.3+0.6%
WordPress333,17650.9+1.8%
wpBakery32,40061.8+23.6%
1C-Bitrix7,18292.9+85.8%

There was a wide diversity in the impact that the CMS choice appeared to have on accessibility with home pages.

JavaScript Frameworks

Framework# of home pagesAvg. # of errors% difference
Stimulus7,94544.5−11.0%
Emotion9,65045.5−9.0%
React80,80647.0−5.9%
Zone.js6,27747.9−4.1%
Angular6,44248.1−3.8%
styled-components12,03149.3−1.5%
MooTools5,93549.3−1.4%
Nuxt.js6,76352.2+4.4%
AngularJS9,89452.9+5.7%
GSAP51,88753.7+7.5%
Vue.js30,65360.5+20.9%
AMP11,68460.6+21.3%
Handlebars12,47362.1+24.2%
Backbone.js14,51863.0+26.0%
RequireJS14,24563.8+27.7%
Mustache9,21965.5+30.9%
toastr5,64574.1+48.3%

JavaScript Libraries

Library# of home pagesAvg. # of errors% difference
YUI11,68132.2−35.7%
Polyfill23,84037.7−24.5%
Lodash52,03142.4−15.2%
AOS17,50544.0−11.9%
jQuery Mobile8,71845.7−8.7%
lit-html7,05146.4−7.2%
Boomerang28,24050.6+1.3%
Modernizr100,95851.5+3.0%
web-vitals51,05752.6+5.2%
Lightbox45,02853.2+6.5%
jQuery Migrate295,72153.7+7.5%
Flickity22,57755.1+10.1%
Tippy.js5,68555.1+10.3%
DataTables9,60955.2+10.4%
core-js355,44255.4+10.7%
jQuery697,08255.6+11.3%
Isotope52,66856.1+12.3%
LazySizes82,75156.6+13.1%
Hammer.js22,62757.2+14.3%
Photoswipe15,16759.3+18.6%
jQuery UI187,42660.9+21.8%
Swiper86,17063.6+27.1%
Underscore.js17,34563.6+27.2%
Clipboard.js7,37165.1+30.1%
prettyPhoto21,74765.6+31.3%
Axios8,59766.7+33.3%
Moment.js40,70366.9+33.8%
Preact13,56466.9+33.9%
Slick68,67069.3+38.5%
Select240,86169.5+39.0%
FancyBox55,79770.1+40.2%
OWL Carousel67,67573.4+46.8%
SweetAlert28,05978.9+57.8%
Fingerprintjs5,88180.4+60.9%

The presence of most of these popular JavaScript libraries aligned with an increase in detected accessibility errors.

Web Frameworks

Web Framework# of home pagesAvg. # of errors% difference
Next.js15,91942.2−15.7%
Microsoft ASP.net53,61444.5−10.9%
ZURB Foundation23,02550.2+0.3%
Express17,06350.3+0.5%
UIkit6,23152.6+5.2%
Animate.css29,43355.9+11.7%
Bootstrap261,11158.8+17.5%
Laravel8,08264.8+29.6%
CodeIgniter6,18065.8+31.6%
CivicTheme7,87285.3+70.6%

Home pages in the sample that utilize the popular Bootstrap framework had 9.6 more accessibility errors on average than those that did not. We can't know from these data if Bootstrap introduced these errors, but there was a correspondence of increased errors when Bootstrap was present.

Ecommerce Platforms

Platform# of home pagesAvg. # of errors% difference
Squarespace7,67118.9−62.3%
Shopify24,64752.0+3.9%
Woocommerce44,58662.5+25.0%
Magento6,24681.2+62.5%

Advertisement Networks

Ad Network# of home pagesAvg. # of errors% difference
theTradeDesk7,14139.9−20.1%
LinkedIn Ads11,58345.2−9.5%
Microsoft Advertising29,06553.6+7.2%
Pinterest Ads17,58655.0+10.0%
Twitter Ads51,82860.6+21.2%
OpenX6,94260.8+21.6%%
Amazon Advertising17,97861.5+23.1%
GumGum6,07964.6+29.1%
Teads6,79265.8+31.7%
Google AdSense83,49767.7+35.5%
Pubmatic12,72668.0+35.9%
AppNexus14,50068.8+37.7%
Rubicon Project12,46172.8+45.6%%
Doubleclick18,32475.1+50.2%
33Across11,47375.2+50.3%
Criteo14,53088.7+77.5%

Pages that utilized any of these popular ad systems had more errors on average than those that did not. The data suggest that ads were among the strongest harbingers of accessibility errors. Home pages that utilize the common Google AdSense system had 17.7 more errors on average.

Other Technologies

Other common technologies also correlated to more errors. 14.4% of pages had ReCAPTCHA (up significantly from 7.1% in 2022), and these pages had 6.6 more errors than average. 11.5% of pages were detected as having Progressive Web Apps (PWAs) and these pages had 5.2 more errors on average. 3.4% of pages had a Twitter feed with these pages averaging 13.3% more errors.

Fun Facts

Here are some fun facts regarding this research:

  • With 5 analyses of over one million pages each, the WebAIM Million database contains over four billion data points.
  • 1,064,331 tables were observed (down from 1.3 million in 2022) on 162,727 pages. Only 178,332 (16.8%) of the tables had valid data table markup.
  • The most errors detected on a single home page was 106,245!

Conclusion

Our 2023 analysis saw small decreases in the number of detected accessibility errors and WCAG conformance failures. Some sectors, such as government and education, fare better than others. While it is good to see progress, significant work remains to be done to make the web accessible to everyone. We at WebAIM hope that this report will help influence improved accessibility.