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

Aria / 508 Support #515

Closed
chriswetterman opened this issue Mar 13, 2017 · 0 comments
Closed

Aria / 508 Support #515

chriswetterman opened this issue Mar 13, 2017 · 0 comments
Assignees
Labels
Type: Bug 🐛 Oh no! A bug or unintentional behavior

Comments

@chriswetterman
Copy link

chriswetterman commented Mar 13, 2017

As part of FormidableLabs/victory-chart#233 (adding aria support to charts in victory-chart),

<title id="title">{this.props.title}</title> <desc id="desc">{this.props.desc}</desc>

where the ID is hardcoded is used in many components. When multiple charts are on one page, assistants like VoiceOver read the wrong title and description for the currently focused/selected chart.

@boygirl boygirl added Type: Bug 🐛 Oh no! A bug or unintentional behavior improvement labels Mar 13, 2017
@chrisbolin chrisbolin changed the title Fixing 508 Support Fixing aria / 508 Support Jun 26, 2017
@chrisbolin chrisbolin changed the title Fixing aria / 508 Support Aria / 508 Support Jun 26, 2017
@chrisbolin chrisbolin self-assigned this Jun 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐛 Oh no! A bug or unintentional behavior
Projects
None yet
Development

No branches or pull requests

3 participants