[Bug 22930] img with empty alt don't need to have own item

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22930

--- Comment #6 from alexander surkov <surkov.alexander@gmail.com> ---
(In reply to comment #4)
> (In reply to comment #3)
> 
> > What if the img element has empty @alt in combination with explicit
> > role="img"?
> > 
> >    <img role="fileName" alt=""/>
> 
> Typo. Correct:
> 
>     <img role="img" alt="" src="fileName" />

in that case Firefox says the image accessible name is empty on demand and AT
shouldn't repair it like to use its src attribute. In case of

<img role="img" src="fileName" />

Firefox says there's no name and AT might want to use src as name alternative.
But probably nobody does it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 16 August 2013 14:58:33 UTC