[Webkit-unassigned] [Bug 185521] New: AX: Listbox and Combobox roles embedded in labels should participate in name calculation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 10 11:49:14 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=185521
Bug ID: 185521
Summary: AX: Listbox and Combobox roles embedded in labels
should participate in name calculation
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: jdiggs at igalia.com
CC: webkit-bug-importer at group.apple.com
Given:
<input type="checkbox" id="test1" />
<label for="test1" id="label">Flash the screen
<ul role="listbox" style="list-style-type: none;">
<li role="option" aria-selected="false">1</li>
<li role="option" aria-selected="true">2</li>
<li role="option">3</li>
</ul>
times.
</label>
The accessible name of the checkbox should be "Flash the screen 2 times." (See step 2.E, bullet 3 of Accname[1]). It's currently "Flash the screen times."
The same issue is been seen with the ARIA combobox role as well as with native select element with size > 1.
[1] https://rawgit.com/w3c/accname/master/#mapping_additional_nd_te
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180510/65ef9800/attachment-0001.html>
More information about the webkit-unassigned
mailing list