[Webkit-unassigned] [Bug 125363] New: AX: WebKit ignores @alt on IMG elements with role="text"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 6 13:35:50 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=125363

           Summary: AX: WebKit ignores @alt on IMG elements with
                    role="text"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com


AX: WebKit ignores @alt on IMG elements with role="text"

This does not output anything:
<img role="text" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" width="100" height="100" alt="foo" />

But it does if you add @aria-label:
<img role="text" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" width="100" height="100" alt="foo" aria-label="foo" />

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list