We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstream bug: https://bugs.webkit.org/show_bug.cgi?id=191743 Date: 2018-11-16 Reported by: Oliver Byford Related to: alphagov/govuk-frontend#1056 (comment)
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.
Voiceover should announce the label once, e.g.
"Foo, unticked, checkbox"
Voiceover announces the label twice, e.g.
"Foo, Foo, unticked, checkbox"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Upstream bug: https://bugs.webkit.org/show_bug.cgi?id=191743
Date: 2018-11-16
Reported by: Oliver Byford
Related to: alphagov/govuk-frontend#1056 (comment)
Overview
Given the following markup:
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"
The text was updated successfully, but these errors were encountered: