Custom Screen Reader Only Class
We have created an sr-only class that will hide an element from the display for users that are not using a screen reader.
Example scss in TDM repo
When to use this solution
- When WAVE calls for a label but the design does not have one
- There is a table header that's empty but the column still has functionality to convey
Additional Reading
-
This is the same solution that libraries like
Bootstrapuse. https://getbootstrap.com/docs/5.0/getting-started/accessibility -
For more of a deep dive, this article shows how to create an sr-only class https://kinaole.co/en/sr-only-just-a-class