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
Screen reader should read out < character as less or less than depending on context.
<
When < character is encountered, screen reader outputs general phrase picture and ignores provided description.
https://jsfiddle.net/BlackLabel/yk7zrpda/
Highcharts v11
iOS 16.4.1 with VoiceOver enabled Windows 11 22H2 with NVDA
The text was updated successfully, but these errors were encountered:
@oysteinmoseng - FYI
Sorry, something went wrong.
Minimal demo: https://jsfiddle.net/oysteinmoseng/n5uk8yha/ Happens because of stripping HTML tags from labels.
Workaround: https://jsfiddle.net/oysteinmoseng/br3zdo51/
Set aria-label manually after render.
aria-label
Fixed #19002, a11y issue with '<' sign.
2ea1d6d
04118a5
c617322
jedrzejruta
Successfully merging a pull request may close this issue.
Expected behaviour
Screen reader should read out
<
character as less or less than depending on context.Actual behaviour
When
<
character is encountered, screen reader outputs general phrase picture and ignores provided description.Live demo with steps to reproduce
https://jsfiddle.net/BlackLabel/yk7zrpda/
Product version
Highcharts v11
Affected devices
iOS 16.4.1 with VoiceOver enabled
Windows 11 22H2 with NVDA
The text was updated successfully, but these errors were encountered: