digipolisantwerp / antwerp-ui_angular

Antwerp UI is a component interface library for building user interfaces and responsive web apps.
https://digipolisantwerp.github.io/antwerp-ui_angular
MIT License
13 stars 19 forks source link

Accessibility issues with Table component #231

Open roelvangils opened 3 years ago

roelvangils commented 3 years ago

Erik and Roel reported back these WCAG issues.

1.1.1 Non-text Content

Recommendations

The '#' as a column header is hard to understand for many people and does not get pronounced by screen readers. Writing out full words is preferred for clarity.

The action buttons all have the same title attribute. A proper image inside of the button with an accessible name or visible label makes the title attribute redundant. Give each button a unique accessible name if possible to differentiate them.

Consider using <datetime> for inputted dates.

The table does not have a <caption>. Adding this would greatly improve clarity.

The actions menu does not work in Firefox, Edge or Chrome on Windows 10.