[Webkit-unassigned] [Bug 189379] New: AX: The title of an input contained in a label should participate in the accessible name calculation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 6 15:37:39 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189379
Bug ID: 189379
Summary: AX: The title of an input contained in a label should
participate in the accessible 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 this test case:
<label for="test">foo <input id="test" type="button" name="test" title="bar"> baz</label>
The accessible name of the input should be "foo bar baz". Currently it is "foo baz" because we are not falling back on the title attribute of inputs which lack displayed text.
--
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/20180906/a95773d7/attachment.html>
More information about the webkit-unassigned
mailing list