Patterns - AutoSponge/dev-notes GitHub Wiki
On the topic of pattern collections and accessibility testing.
- smashing collection of articles
- component gallery
- open UI
- weboverhauls
- deque examples
- apollo
- yale accessibility
- nutrition cards
- styled form controls
- BEM Cheat Sheet
- state and property changes
- a11y 101
- w3c tutorials
- accessible components
- lion ING white label web components
- chartability accessibility guide for data visualizations
- chartcss visualizations backed by tables
- list of accessibility resources for data viz
- textures.js
- sonification (hicharts)
- design considerations
- charts
- colors for charts
- fizz accessible data visualizations (prototype code)
- accessible charts with aria Doug Shepers (link to video)
- visualizations
- data grid
- elastic UI data grid react component library
- grids adrian
- grid sarah
- accessible patterns
- vertical bar graph
- ibm sterling (d3)
- svg accessibility
For each focusable or interactive SVG element, add a tabindex attribute, a role attribute, and an accessible name (via an aria-label attribute or a <title> element).
- match-sorter good filter-sort
- w3c tutorial
- slick (needs some tweaks and tests)
- a11y tooltips from scott o'hara
- tooltips and toggletips
- sortable table headers
- react-sortable demo from heydon
- accessible data tables
- datatables.net
- w3c tutorial
- Fixed Table Headers
- Tables
- Unique Labeling Fields
- CSS Display Properties
- Responsive
- Ok to use tables
- With Screen readers and
- table with expanding details
- — Can we avoid a hamburger icon and show navigation as is?
- — If not, what icon do we choose to indicate navigation?
- — Is the icon + padding large enough for comfortable tapping?
- — Will the icon be at top right, bottom right or floating?
- — Can we push the icon down by placing logo on the top?
- — What happens when the user clicks/taps on the icon?
- — Will nav items appear as full page/partial overlay or slide-in?
- — If we use slide-in, do they appear above or below the header?
- — How will the icon change on tap or on click?
- — Will we have some sort of animation or transition on click?
- — What happens when the user opens both search and hamburger?
- — Do we expose critical navigation by default on desktop/mobile?
- — Can users tap on the same spot to open/close navigation?
- micro modal {validate}
- memorable dates (GOV.UK
- ibm vue
- universal interfaces video
- wai-aria
- whatsock
- gov.uk
- localization
- https://www.hassellinclusion.com/blog/collecting-dates-accessible/
- https://adrianroselli.com/2019/07/maybe-you-dont-need-a-date-picker.html
- aria-tabs alt