A11y

A11y

941 bookmarks
Newest
Using the `for` Attribute on the `output` Element in HTML5
Using the `for` Attribute on the `output` Element in HTML5
There are two things here that you’re probably already aware of. First, HTML includes an element that allows you to display the “result of a calculation”. It’s a form element and it’s been around for some time, having been added in HTML5. The other thing you’re likely to be aware of is that the for attribute is normally used on the element to associate a with a form element. This aids accessibility and usability, as you’ve probably discovered as both a developer and a user. But interestingly, the for attribute can also be used on the element:
·impressivewebs.com·
Using the `for` Attribute on the `output` Element in HTML5
aXe | Deque
aXe | Deque
axe is the world’s most popular accessibility testing toolkit built. Visit our website to start building accessibility into your development process.
·deque.com·
aXe | Deque
Accessibility Testing with pa11y
Accessibility Testing with pa11y
Knowing where to start with accessibility testing can be difficult and overwhelming. In my article on Tools for Developing Accessible Websites, I mentioned 5 tools you can use to get started developing more accessible websites. More recently, I have discovered an incredibly powerful tool - pa11y Introducing pa11y pa11y, pronounced
·bitsofco.de·
Accessibility Testing with pa11y
dequelabs/grunt-axe-webdriver
dequelabs/grunt-axe-webdriver
Contribute to dequelabs/grunt-axe-webdriver development by creating an account on GitHub.
·github.com·
dequelabs/grunt-axe-webdriver
ARIA - Barrierefreiheit | MDN
ARIA - Barrierefreiheit | MDN
Accessible Rich Internet Applications (ARIA) ermöglichen Webentwicklern Webinhalte und Web-Applikationen (insbesondere solche mit Ajax und JavaScript) besser zugänglich für Menschen mit Behinderungen und anderen Einschränkungen zu machen. Zum Beispiel lassen sich mit ARIA Navigations-Landmarken, JavaScript-Widgets, Formular-Hinweise und Fehlermeldungen hinzufügen und Live-Content-Aktualisierungen barrierefrei gestalten.
·developer.mozilla.org·
ARIA - Barrierefreiheit | MDN
Das role-Attribut: Worauf es ankommt | Webkrauts
Das role-Attribut: Worauf es ankommt | Webkrauts
Das role-Attribut bietet viele Möglichkeiten für die barrierefreie Webgestaltung. Jan Eric Hellbusch (@2bweb) mit einem Einstieg in die Accessible Rich Internet Applications (ARIA).
·webkrauts.de·
Das role-Attribut: Worauf es ankommt | Webkrauts