[Webkit-unassigned] [Bug 127288] New: AX: [ATK] Accessible names missing for imagemap images and links

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 20 05:12:39 PST 2014


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

           Summary: AX: [ATK] Accessible names missing for imagemap images
                    and links
           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: jdiggs at igalia.com
                CC: webkit-bug-importer at group.apple.com
            Blocks: 25531


Created an attachment (id=221651)
 --> (https://bugs.webkit.org/attachment.cgi?id=221651&action=review)
accessible-event listener

Steps to reproduce:
1. Launch the attached accessible-event listener in a terminal.
2. (Re)load the attached test case.

Expected results: The tree of accessible objects printed in the terminal would have accessible names. For comparison, here's what we get from Gecko:

-> [document frame | file:///home/jd/imagemap.html]
    -> [paragraph | ]
    -> [image | Planets]
        -> [link | Sun]
        -> [link | Mercury]
        -> [link | Venus]

Actual results: Names are missing for the imagemap images and links:

-> [document frame | ]
    -> [paragraph | ]
    -> [panel | ]
        -> [image | ]
            -> [link | ]
            -> [link | ]
            -> [link | ]

-- 
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