WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: HTML: I Do Not See the Accessibility Error

for

From: Steve Green
Date: Oct 15, 2019 2:10PM


I inserted all that code into a page and the Firefox accessibility checker still does not report it as an error.

If I were you, I would use the DOM Inspector to progressively delete the rest of the content on that page and see when the error disappears.

Have you looked at the original source code rather than the DOM? Is it possible there is a syntax error that is causing the error, but is getting fixed in the DOM so you don't see it there?

Steve