Found 19 bookmarks
Custom sorting
Don’t Use aria-label on Static Text Elements
Don’t Use aria-label on Static Text Elements
This is why it is essential to check for correctimplementations according to the spec first and then verify using assistive technologies. If you follow the spec, you do not run into these cases where assistive technologies try to repair broken code to ensure access.
·benmyers.dev·
Don’t Use aria-label on Static Text Elements
3D Model Accessibility
3D Model Accessibility
Warning: The following recommendations have not been subjected to usability testing by people with disabilities. All recommendations in this post are purely speculative using my best judgement and should be considered a work-in-progress. Note: Testing was originally conducted on <model-viewer> version 0.1.1 in ea
·scottvinkle.me·
3D Model Accessibility
Accessible Description Exposure
Accessible Description Exposure
If you have little experience with ARIA, screen readers, or testing in general, understanding accessible descriptions can be trickier than understanding accessible names (already confusing for many). I have written explanations so many times for clients and in fora that I opted to put this together so I maybe never…
·adrianroselli.com·
Accessible Description Exposure
Background: An in-depth guide to ARIA roles - The A11Y Project
Background: An in-depth guide to ARIA roles - The A11Y Project
ARIA roles are one half of the predefined categories of attributes used to describe elements that may not exist natively in browsers or may not be understood by screen readers and other assistive technologies.
·a11yproject.com·
Background: An in-depth guide to ARIA roles - The A11Y Project
Respect your children - TPGi
Respect your children - TPGi
A subset of ARIA roles are defined as having presentational children. These are mostly a subset of widget roles Presentational Children The DOM descendants are presentational. User agents SHOULD NOT expose descendants of this element through the...
·tpgi.com·
Respect your children - TPGi