Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Calendar rows should have role attribute #473

@davewrightOSF

Description

@davewrightOSF

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions