particle
particle copied to clipboard
Create Accessible Patterns: Using aria-describedby to satisfy WCAG 2.4.4 Link Purpose in Context
trafficstars
Link: http://oaa-accessibility.org/examplep/wcag244/
Let's satisfy this with 2 components (molecule) that automate the generation of these ids.
- A "Link list" simple molecule, that ensure that the IDs
- A "Table" simple molecule, that has the columns and rows identified like what is shown in the oaa link above
- A "Link Group w/ Header" like shown at OAA
IDs should be autogenerated from Twig's iterator variables: https://twig.symfony.com/doc/2.x/tags/for.html