[Bug 26149] should img alt="" be mapped to role=presentation?

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

--- Comment #1 from James Craig <jcraig@apple.com> ---
You wrote:

> webkit does (...map img[alt=""] to [role="presentation"])

Where are you seeing this? On brief glance, it looks as though WebKit doesn't
actually map these images to the internal PresentationRole. These images just
get ignored, so they don't have an accessible render object. We only expose the
presentation role if the presentation node has none-presentational children.

https://github.com/WebKit/webkit/blob/master/LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt#L171

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 20 June 2014 16:12:35 UTC