# Accessibility (A11Y) Guide This document provides some technical guidelines how to prevent several common accessibility issues. ## Naming elements ### `aria-label` and `aria-labelledby` Every element on a page will have a name, that is read out to an assistive technology like a screen reader. This will for most elements be the content of the element. For form elements it will be the content of the associated `