Accessibility Techniques
This sites gathers different techniques to create more accessible webistes.
Articles about Identifying Content
Accessible Names
An accessible name is a text that is programmatically associated with an element and that is exposed by the browser to assistive technologies via the accessibility tree.
Accessible Descriptions
Accessible descriptions can help users further understand a component, by linking one ore more elements that describes the component in more detail.
Skip Links
A skip link is intended for users to be able to access the main content of the page directly without having to navigate other repeated blocks.
Articles about Hiding Content
Hiding Elements
There are different methods of hiding content, that have different use-cases depending on the user group you want to hide it from.
Articles about Single Page-applications
Adapting Single Page Applications
Singe page applications need extra considerations to be accessible. This article discusses some aspects that developers should keep in mind when using them.
Articles about Testing
Testing
You should include different types of tests in your development flow.
Articles about States
State Contrast
There are a few things to keep in mind when in comes to contrast when implementing states.
Focus Indicators
Focus indicators are essential tools for ensuring a seamless and inclusive experience for all users, especially those relying on keyboard navigation.
Articles about Wcag
Keyboard Accessibility
This article discusses some implications of the WCAG requirements for a website to be keyboard accessible.