[Webkit-unassigned] [Bug 25901] New: [Gtk] ROLE_SECTION should be used instead of ROLE_PANEL for <div></div>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 20 17:03:40 PDT 2009


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

           Summary: [Gtk] ROLE_SECTION should be used instead of ROLE_PANEL
                    for <div></div>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         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

Expected results: The text enclosed in <div></div> would be contained in an
accessible object of ROLE_SECTION.

Actual results: The text enclosed in <div></div> is contained in an accessible
object of ROLE_PANEL.

As for paragraphs contained in <div></div>, the expected hierarchy would
include both roles, thus:

- ROLE_SECTION
  - ROLE_PARAGRAPH
    - ROLE_TEXT


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