[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 #4 from Leif Halvard Silli <xn--mlform-iua@xn--mlform-iua.no> ---
(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" />

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

Received on Friday, 16 August 2013 12:45:10 UTC