[Webkit-unassigned] [Bug 25530] New: [Gtk] Implement support for accessible labels

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 3 16:11:45 PDT 2009


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

           Summary: [Gtk] Implement support for accessible labels
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joanmarie.diggs at gmail.com
                CC: xan.lopez at gmail.com, William.Walker at sun.com


Steps to reproduce:

1. Open the (to-be) attached test case.

2. In Accerciser, in the pane on the left, select the accessible object
associated with the text "First Name:".

3. In Accerciser, in the pane on the right, choose the Interface Viewer and
expand "Accessible".

Expected results:

1. The accessible would be of ROLE_LABEL.

2. In the "Relations" list, Accerciser would indicate that this accessible is a
"Label for" beneath which it would list the accessible entry.

Actual results:

1. The accessible is of ROLE_TEXT.

2. The "Relations" list is empty.

In addition:

The Atk relationship LABEL_FOR has a reciprocal LABELLED_BY relationship (see
http://library.gnome.org/devel/atk/unstable/AtkRelation.html#AtkRelationType).
It is expected that this would be also be indicated/present for the entry being
labelled.


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



More information about the webkit-unassigned mailing list