Found 34 bookmarks
Custom sorting
Modern CSS Upgrades To Improve Accessibility | Modern CSS Solutions
Modern CSS Upgrades To Improve Accessibility | Modern CSS Solutions
Accessibility is a critical skill for developers doing work at any point in the stack. For front-end tasks, modern CSS provides capabilities we can leverage to make layouts more accessibly inclusive for users of all abilities across any device.
·moderncss.dev·
Modern CSS Upgrades To Improve Accessibility | Modern CSS Solutions
Block Links, Cards, Clickable Regions, Etc.
Block Links, Cards, Clickable Regions, Etc.
Whether you call them cards, block links, or some other thing, the construct of making an area of content clickable (tappable, Enter-key-able, voice-activatable, etc.) is not new. While hit area size is mostly a usability issue, marketers often want a larger click area around their calls to action (CTAs) to…
·adrianroselli.com·
Block Links, Cards, Clickable Regions, Etc.
Tables, CSS Display Properties, and ARIA
Tables, CSS Display Properties, and ARIA
This post has two separate but related things going on. One is an example of one of my responsive tables with ARIA added, and the other is the Twitter conversation that started this along with some generalized responses. Responsive Table with Semantics Retained by ARIA The Tweet What You Can…
·adrianroselli.com·
Tables, CSS Display Properties, and ARIA
Inclusively Hidden | scottohara.me
Inclusively Hidden | scottohara.me
There are various ways to hide content in web interfaces, but are you aware of the different effects they have on the accessibility of that content? While so...
·scottohara.me·
Inclusively Hidden | scottohara.me
Cards
Cards
Some of the components I've explored here have specific standardized requirements in order to work as expected. Tab interfaces, for example, have a prescribed structure and a set of interaction behaviors as mandated by the WAI-ARIA specification. It's at your discretion how closely you follow these requirements. Research may show
·inclusive-components.design·
Cards