The need for a web accessibility law
Argues for a global web accessibility law to enforce standards, citing poor compliance and lack of developer incentives.
Argues for a global web accessibility law to enforce standards, citing poor compliance and lack of developer incentives.
Explains semantic HTML, its importance for accessibility and SEO, and provides examples of semantic tags and best practices for document structure.
A developer shares lessons learned from a year of studying and teaching web accessibility, emphasizing semantic HTML as the foundation.
A satirical dialogue highlighting developer resistance and misconceptions about implementing web accessibility standards.
A developer lists 8 common web accessibility mistakes, like removing focus outlines and misusing placeholders, and provides practical solutions to fix them.
A guide to creating accessible web forms, covering proper HTML semantics, labeling techniques, and avoiding common accessibility pitfalls.
Explores new WCAG 2.1 mobile accessibility guidelines for placing, designing, and instructing users on interactive web elements.
A guide to creating accessible web forms using proper HTML labeling techniques to ensure usability for keyboard and screen reader users.
A guide to using Pa11y and other tools to automate accessibility testing in web development, improving user experience and SEO.
A review of 'Inclusive Design Patterns', a book teaching developers how to build accessibility and inclusivity into web applications from the start.
A web developer's call to action: share only accessible, semantic code examples and be responsible when publishing technical articles.
An introduction to web accessibility principles, explaining why it's important and providing practical HTML coding examples for inclusive design.
Explains the 5 essential rules for correctly implementing ARIA (Accessible Rich Internet Applications) attributes in HTML to improve web accessibility.
A web developer discusses accessibility as a civil right, inspired by MLK, and provides technical guidance for inclusive design.
A developer shares essential Chrome-based tools for testing and improving website accessibility, including extensions and APIs.
A guide to writing effective alt text for images to improve web accessibility, covering different image types and best practices.
A summary of survey responses from screen reader users about their strategies for navigating unfamiliar websites, revealing common techniques and assumptions.
Explores challenges in building accessible web components, focusing on keyboard support for modals and offscreen menus, and proposes platform improvements.
Critique of the role="password" ARIA attribute, arguing it undermines security, accessibility, and user experience by enabling poorly implemented custom password fields.
Explores the intersection of web performance and accessibility, focusing on how slow loading impacts users of assistive technologies like screen readers and keyboards.