Landmark roles mit HTML und ARIA - [barrierefreies-webdesign.de]
HTML bietet sieben Elemente, die als Seitenregion dienen. Mit Seitenregionen kann Screenreader-Nutzern eine effiziente Tastaturbedienung innerhalb von Webseiten geboten werden.
Worauf bei ARIA zu achten ist - ARIA und die Accessibility-API - [barrierefreies-webdesign.de]
Mit ARIA kann eine Webanwendung für Screenreader semantisch angereichert werden. Über die Semantik hinaus sind Tastaturbedienung, Beschriftung und letztlich das testen genauso zu berücksichtigen.
Improving the Accessibility of 24 ways | CSS-Tricks
I’ve been thinking recently about the nature of my work and which aspects of it I enjoy the most. In a role that will often straddle the realms of design
CSS and JavaScript accessibility best practices - Learn web development | MDN
We hope this article has given you a good amount of detail and understanding about the accessibility issues surrounding CSS and JavaScript use on web pages.
Slides: Accessibility as a focus for people-first design | The Paciello Group – Your Accessibility Partner (WCAG 2.0/508 audits, VPAT, usability and accessible user experience)
Slides: London Web Standards; Making SVG accessible | The Paciello Group – Your Accessibility Partner (WCAG 2.0/508 audits, VPAT, usability and accessible user experience)
Slides: DEVit; Technologic (Human afterall) | The Paciello Group – Your Accessibility Partner (WCAG 2.0/508 audits, VPAT, usability and accessible user experience)
We regularly write about accessibility not just on this blog, but on blogs across GDS and across government. Here's a selection of some recent accessibility blog posts we've published.
Writing Automated Tests for Accessibility - 24 Accessibility
Marcy Sutton explains how automated tests for accessibility can help free up your team of some manual testing while preventing regressions into production.
Seren Davies reminds us that unlike Christmas, accessibility testing should not come but once a year with a look at how to apply automated testing. By configuring tests to run against each commit, you can ensure that your site’s accessibility compliance need not be left to chance.
The Accessibility Difference Between Aria-hidden and role="presentation"
In dealing with role="presentation" and aria-hidden="true" you may find that they both have deceptively similar functions when it relates to how they interact with assistive technology (screen readers). Before we dig into the difference between these two attributes we first need to learn a little bit about how accessibility in a Web browser works and…