Clever tool for performing a11y audits on the web. Has an automated (though manually triggered) fast run that highlights WCAG breaches on any page, as well as a more detailed full audit suite that can walk the user through various testing requirements to determine current WCAG compliance. Looks really useful and well thought through, but unfortunately only available for Chrome (and, technically, Edge), which is a massive shame. It looks like Firefox support has been considered several times, but the team have concluded it isn't a priority. For a tool based on accessibility that definitely feels like mixed priorities, but it is understandable ☹
- Source
- Link to Original 🔗
- Published
- Categories
- Inclusion
- Tags
- a11y, audit, tool, browser extension, WCAG
Explore Other Notes
⬅ Newer
The bit short: inside crypto's doomsday machine
I only know two things about Bitcoin: it's an environmental nightmare and I don't know anywhere near enough about it to get involved, financially or technically. So I'm adding a pinch of salt to this …
Older ➡
The mistakes of CSS
It's fun to see which technical decisions the CSS working group officially consider "mistakes" 😂 I agree with most, though not sure how I feel about the counter-clockwise directional shorthand …
- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>Clever tool for performing a11y audits on the web. Has an automated (though manually triggered) fast run that highlights WCAG breaches on any page, as well as a more detailed full audit suite that …</p> </body> </html>
- Murray Champernowne