-
-
Notifications
You must be signed in to change notification settings - Fork 180
Accessibility #13
Copy link
Copy link
Closed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
This approach is very interesting and - relying on tables - could also be very accessible.
However, from a first text with the screen reader I noticed that important labels (
thead,th, etc.) are hidden withdisplay:none. This makes them completely hidden from assistive technologies.Perhaps with another approach you can achieve the same result, while maintaining the high level of data accessibility, for example: https://webaim.org/techniques/css/invisiblecontent/