[Webkit-unassigned] [Bug 117892] New: AX: ListItemRole should display concatenated children as text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 21 14:10:09 PDT 2013


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

           Summary: AX: ListItemRole should display concatenated children
                    as text
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at webkit.org


The accessibility layer perceives ListItemRole elements as blank containers with no title/description.  Firefox renders the same elements using the concatenated text of any child elements.

For example:
<ul>
<li><span class="a">Test A</span><span class="b">1</span></li>
</ul>

The accessibility layer should report this as a List Item named "Test A 1", not "UNNAMED" with children "Test A" and "1".

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