Almost nobody pays attention to web standards anymore

This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).

A study by independent developer Théo Ducreux, using his project ValidateHTML, scanned the 5,000 most-visited web domains and found that 87.2 percent violate HTML or CSS specifications, with only 12.8 percent fully valid and just 2.6 percent producing zero errors or warnings. Over a third failed accessibility checks, with 20.4 percent missing alt text and 41.6 percent missing ARIA labels. The most common issue, found in over 59 percent of sites, is incorrect tag nesting, which Ducreux attributes largely to front-end frameworks generating malformed markup at build time rather than developers writing it by hand. Browsers' permissive error recovery is blamed for letting sloppy code persist, since it renders fine in Chrome but can break for screen readers, AI agents, voice assistants, and translation tools that lack the same forgiving heuristics.

5m read timeFrom devclass.com
Post cover image

Questions this post answers

What percentage of top websites have valid HTML according to web standards?

Only 12.8 percent of the 5,000 most-visited web domains have fully valid HTML, based on a crawl by independent developer Théo Ducreux's ValidateHTML project. Across all sites analyzed, 100,305 HTML violations and 18,863 CSS errors were tallied, meaning 87.2 percent of sites violate web specs somewhere, and just 2.6 percent return zero errors or warnings entirely. Developers debating whether standards compliance still matters can follow ongoing web platform coverage on daily.dev.

What is the most common HTML validation error found on modern websites?

Incorrect tag nesting, such as misplaced elements, is the single most common failure, appearing on more than 59 percent of sites analyzed in a review of the top 5,000 web domains. This is largely attributed to front-end frameworks generating malformed markup at build time rather than developers writing invalid HTML by hand. Frontend developers tracking framework-related markup quality issues can find related discussions on daily.dev.

How many top websites fail web accessibility checks like alt text and ARIA labels?

Over a third of the 5,000 most-visited websites failed accessibility checks, with 20.4 percent missing alt text on images and 41.6 percent missing ARIA labels that identify page regions for screen readers. This matters for legal compliance given regulations like the European Accessibility Act, and for non-browser consumers of pages like screen readers, voice assistants, and AI agents. Teams prioritizing accessibility compliance can keep up with standards and legal developments on daily.dev.

221.9K Impressions6 Comments