[Webkit-unassigned] [Bug 191743] New: AX: Voiceover reads checkbox labels twice
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 16 04:32:47 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=191743
Bug ID: 191743
Summary: AX: Voiceover reads checkbox labels twice
Product: WebKit
Version: Safari 12
Hardware: Macintosh
OS: macOS 10.14
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: oliver.byford at digital.cabinet-office.gov.uk
CC: webkit-bug-importer at group.apple.com
Created attachment 355041
--> https://bugs.webkit.org/attachment.cgi?id=355041&action=review
Reduced test case
Given the following markup:
<input id="checkbox-bar" name="foo" type="checkbox" value="bar">
<label for="checkbox-bar">
Foo
</label>
<br>
<input id="checkbox-baz" name="foo" type="checkbox" value="baz">
<label for="checkbox-baz">
Bar
</label>
Focus either checkbox.
This behaviour is also present in Safari Technology Preview release 70.
Expected behaviour:
Voiceover should announce the label once, e.g.
"Foo, unticked, checkbox"
Actual behaviour:
Voiceover announces the label twice, e.g.
"Foo, Foo, unticked, checkbox"
--
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/20181116/569f8b5f/attachment.html>
More information about the webkit-unassigned
mailing list