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

Articles about Testing

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