Skip to content
New issue

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

fix: hide axis ticks from aria since they are just adding noise #2018

Merged
merged 3 commits into from
Mar 13, 2024

Conversation

domoritz
Copy link
Contributor

@domoritz domoritz commented Mar 12, 2024

Fixes #2019

  • Hide axis ticks since they just add noise (VoiceOver just exposes them as "image")
  • Keep axis labels as the default. In the future, it would be great if axes actually described the scale range (as done by default in Vega-Lite). e.g. "0% to 13%".

I tested this with http://localhost:8008/?test=letterFrequencyBar.

@mbostock mbostock enabled auto-merge (squash) March 13, 2024 00:00
@mbostock mbostock merged commit 21bfe7f into observablehq:main Mar 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Axis ticks are exposed to screen readers
2 participants