[webkit-reviews] review granted: [Bug 96412] title attribute is not exposed as the AXDescription on AXImage when there is no other fallback content : [Attachment 163418] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 11 12:23:58 PDT 2012


Jon Honeycutt <jhoneycutt at apple.com> has granted chris fleizach
<cfleizach at apple.com>'s request for review:
Bug 96412: title attribute is not exposed as the AXDescription on AXImage when
there is no other fallback content
https://bugs.webkit.org/show_bug.cgi?id=96412

Attachment 163418: patch
https://bugs.webkit.org/attachment.cgi?id=163418&action=review

------- Additional Comments from Jon Honeycutt <jhoneycutt at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=163418&action=review


> LayoutTests/accessibility/img-fallsback-to-title.html:12
> +    <img title="test1" height="100" width="100">
> +    <img alt="alt" title="test2" height="100" width="100">
> +    <div role="img" title="test3" width="100" height="100">test</div>
> +    <div role="img" alt="alt" title="test4" width="100"
height="100">test</div>

Please add a test for the empty alt attribute case if we don't already have
one.

r=me


More information about the webkit-reviews mailing list