[Webkit-unassigned] [Bug 56855] New: [GTK] Unify accessibility role names in DRT for GTK and Mac platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 22 12:12:10 PDT 2011


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

           Summary: [GTK] Unify accessibility role names in DRT for GTK
                    and Mac platforms
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: msanchez at igalia.com
                CC: cfleizach at apple.com, joanmarie.diggs at gmail.com,
                    mrobinson at webkit.org


Currently, we're having a situation with how DRT outputs rolenames in GTK, since it's not always the same way that Mac does it, and this results in the need of keeping different expected files for accessibility layout tests just because that.

For instance, for a given a11y object exposing a link, we have this:

  - Mac's DRT: "AXRole: AXLink"
  - GTK's DRT: "AXRole: link" 

Thus, it would be great if we could make GTK's DRT to output the same string than Mac's, specially now that we're working on improving the WAI-ARIA support in WebKitGTK, easing unskipping already existing ones, instead of having to develop new ones for GTK only.

Adding to CC people that I think might be interested on this.

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