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

Calendar rows should have role attribute #473

Closed
davewrightOSF opened this issue Jan 2, 2020 · 1 comment
Closed

Calendar rows should have role attribute #473

davewrightOSF opened this issue Jan 2, 2020 · 1 comment

Comments

@davewrightOSF
Copy link

The calendar widget fails accessibility tests using the AXE chrome extension. This seems to be because the element with role=grid doesn't have children with role=row (or rowgroup). This is patched by adding the following jQuery...

$('.mbsc-cal-row').attr('role', 'row');

But should probably be added to core

@dioslaska
Copy link
Contributor

Fixed in 4.10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants