[Webkit-unassigned] [Bug 25900] New: [Gtk] ROLE_ROW_HEADER should not be used for list item bullets/numbers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 20 16:42:04 PDT 2009


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

           Summary: [Gtk] ROLE_ROW_HEADER should not be used for list item
                    bullets/numbers
           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,
                    apinheiro at igalia.com


Steps to reproduce:

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

2. Use Accerciser to explore the accessible hierarchy for list items.

Preferred results: The text for the list item bullet/number would be combined
with the text of the item itself (i.e. in one object rather than two).

Expected results: Assuming it is necessary to maintain separate accessible
objects for the item's bullet/number and the item's text, the bullet/number
would be of ROLE_TEXT.

Actual results: The item's bullet/number is of ROLE_ROW_HEADER (a role
associated and expected in tables; not list items).


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