stefangabos / Zebra_Datepicker

A super-lightweight, highly configurable, cross-browser date time picker jQuery plugin
https://stefangabos.github.io/Zebra_Datepicker/
Other
398 stars 183 forks source link

Accessibility - table header missing scope attr #185

Closed rrichgithubwork closed 2 years ago

rrichgithubwork commented 2 years ago

Upon an accessibiltily check of a client website the tool we use picked up the following:

Issue: Accessilibity tool has identified an issue of the Date Picker table not having the scope attribute in the table headers.

Expectation: Add scope attributes to header cells so they identify the cells that relate to the header.

Is this something that can be fixed? Cheers!