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

Set aria-sort attribute on vTH #47

Merged
merged 2 commits into from
Feb 6, 2021

Conversation

bryanbuchs
Copy link
Contributor

Accessibility enhancement. Adds the aria-sort attribute to the th elements rendered by VTH component. Valid labels are "none", "ascending", and "descending".

https://w3c.github.io/aria-practices/examples/grid/dataGrids.html

Accessibility enhancement. Adds the `aria-sort` attribute to the
`th` elements rendered by VTH component. Valid labels are "none",
"ascending", and "descending".

https://w3c.github.io/aria-practices/examples/grid/dataGrids.html
@bryanbuchs
Copy link
Contributor Author

This replaces PR #37, and has been rebased to current master branch.

added the labels & computed value in Vue, forgot to edit the template.
@tochoromero tochoromero merged commit 9f01e7d into tochoromero:master Feb 6, 2021
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.

2 participants