Skip to content

Accessibility Analysis

The Accessibility Analysis evaluates the websiteโ€™s compliance with accessibility standards, ensuring it is usable by people with disabilities and adheres to guidelines like WCAG (Web Content Accessibility Guidelines).

Included checks

  • The existence of alt attributes for the images
  • The existence of aria-* attributes for important elements on the page
  • The existence of the role attribute for important elements such as nav, header, footer, etc.
  • The existence of labels for form elements
  • The existence of lang attribute in <html>

๐Ÿ’กFurther development ideas

Carrying out other accessibility analyses, e.g. color contrast analyses, seems very complicated for a tool of this type (it goes through and analyzes all pages).

However, if someone is interested in the accessibility area in more detail and has ideas for specific improvements, please open a feature request on GitHub.