[Webkit-unassigned] [Bug 152663] New: AX: incorrect accessible name from multiple label elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 3 08:39:35 PST 2016


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

            Bug ID: 152663
           Summary: AX: incorrect accessible name from multiple label
                    elements
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: webkit at agosto.nl
                CC: webkit-bug-importer at group.apple.com

Created attachment 268138
  --> https://bugs.webkit.org/attachment.cgi?id=268138&action=review
Error message mechanism with multiple labels

When multiple <label> elements are associated with a label-able element, the accessible name should be the product of the text content of each of the labels concatenated by DOM source order and space separated.

Expected result:
All associated label elements are used, in DOM order, for name calculation.

Actual result:
Only the first associated label element that is encountered in the DOM is used for name calculation.

Code example courtesy of Steve Faulkner.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160103/a8ea9d95/attachment-0001.html>


More information about the webkit-unassigned mailing list