Re: ARIA roles added to the a element should be conforming in HTML5.

On Mon, Nov 9, 2009 at 3:21 PM, John Foliot <jfoliot@stanford.edu> wrote:
> Now what? We've just created a scenario where _reducing_ accessibility
> improves conformance results - what's wrong with *that* picture?

The same is true for alt="".  If an author creates a page with an
<img> that imparts meaningful content, and uses no alt attribute, then
the validator will complain.  A demonstrably common response is to
just add empty alt text, or useless nonsense, to shut up the
validator.  This will likely reduce the accessibility of the page --
e.g., a screen reader will probably mention an image with no alt text,
but would likely not say anything if it has empty alt text (I think).
What should the validator say instead to reduce this problem?

Received on Monday, 9 November 2009 22:08:39 UTC