How Our CSS Framework Helps Enforce Accessibility
Ian McBurnie:
A user interface control not only needs to look like a certain control, it must be described as that control too.
What if we could also write our CSS framework in a way that acts as another layer in our line of defense? Read on to find out how!
One of the tricks:
[role=button].btn {
/* Gotta be the right role before it gets the styles */
}
Direct Link to Article — Permalink
How Our CSS Framework Helps Enforce Accessibility is a post from CSS-Tricks