Issues – Accessible University Demo Site
This page summarizes the accessibility issues demonstrated on the Accessible University (AU) home page. An inaccessible before fixes page and accessible after fixes page are provided to contrast the differences…
Free Accessibility Linter’s to Automate Accessibility Workflow
In this post we provided a roundup of accessibility linters available What is a code linter? A code linter is a tool, usually a plugin or extension installed in your
Do We Need Screen Reader for Accessibility Testing
I was talking to a friend & the conversation towards how people with disability like me find accessibility bugs. I showed her a demo by sharing my screen reader voice
HTML: A good basis for accessibility – Learn web development | MDN
HTML: A good basis for accessibility Previous Overview: Accessibility Next A great deal of web content can be made accessible just by making sure the correct Hypertext Markup Language elements…
An Accessible Dark Mode Toggle in React | by Abbey Perini | Medium
Abbey Perini · Follow Nov 6, 2021 · 9 min read An Accessible Dark Mode Toggle in React Accessibility Auditing My Portfolio Site — Part 3 Read Part 1 —…
One of my favourite accessibility testing tools: The Tab Key. – Manuel Matuzović
One of my favourite accessibility testing tools: The Tab Key. posted on February 20., 2020 I’ve been employed for about a year now and many things are different compared to…
Mapping of WCAG 2.0 to Functional Performance Criteria | Section508.gov
Mapping of WCAG 2.0 to Functional Performance Criteria td { text-align: center;} input[type=”search”]::-webkit-search-cancel-button { -webkit-appearance: searchfield-cancel-button; float: none; border-right: 2px solid; } The Web Content Accessibility Guidelines (WCAG) success criteria…
Labeling Regions • Page Structure • WAI Web Accessibility Tutorials
Tutorials home » Page Structure » Current: Labeling Regions Labeling Regions Provide labels to distinguish two page regions of the same type, such as “main navigation” and “sub-navigation” menus using…
HTML Developers: Please Consider – in the year of 2021
ARIA is an amazing technology, it allows developers to add meaning to meaningless HTML or override meaning on HTML that is being repurposed and sometimes misused, so that users who
The Visual ARIA Bookmarklet
Visual ARIA allows engineers, testers, educators, and students to physically observe ARIA usage within web technologies, including ARIA 1.1 structural, live region, and widget roles, proper nesting and focus management,…