-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Description
Hello,
I would like to submit the following feature proposal for Tailwind: Invisible Content for Screen Reader Users. It's hugely helpful when building websites that have to meet WCAG 2.0 compliance.
WEBAim recommends the following:
.hidden-text
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
More information about Invisible Content from WEBAim:
https://webaim.org/techniques/css/invisiblecontent/
Admittedly, this may exist already and I missed it, or perhaps this goes against the utility first approach, but I just wanted to throw it out there.
Thank you.
NM
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels