[Webkit-unassigned] [Bug 125857] New: [ATK] Expose accessibility objects for <dl>, <dt> and <dd>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 17 08:06:12 PST 2013


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

           Summary: [ATK] Expose accessibility objects for <dl>, <dt> and
                    <dd>
           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: mario at webkit.org
                CC: jdiggs at igalia.com, apinheiro at igalia.com,
                    webkit-bug-importer at group.apple.com
            Blocks: 125493


Now that ATK 2.11.4 has been released, we have the proper roles to map these elements:

 * <div role="dl"> shows up as ATK_ROLE_LIST, should be ATK_ROLE_DESCRIPTION_LIST
 * <div role="dt"> shows up as ATK_ROLE_UNKNOWN, should be ATK_ROLE_DESCRIPTION_TERM
 * <div role="dd"> shows up as ATK_ROLE_UNKNOWN, should be ATK_ROLE_DESCRIPTION_VALUE

[1] https://mail.gnome.org/archives/gnome-announce-list/2013-December/msg00007.html

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