Accessible Copy
-
When writing, it’s important to use plain language and avoid figures of speech, idioms, and complicated metaphors.
-
The text content of
button
,a
, andlabel
elements should be unique and descriptive. You can also use visually hidden elements to add more context to these elements if your visual copy needs to be short. -
Make sure your
title
is unique for every page. This helps people to understand what page or view they are going to start navigating. -
Ensure your content flows linearly. Remove any
tabindex
attribute values that are not either0
or-1
. Those elements that are natively focusable, likelinks
orbutton
elements, do not require atabindex
. Those elements which are not natively focusable should not have atabindex
applied to them except for very specific use cases. -
Use only one
h1
element per page. Theh1
element is used to communicate the higher-level purpose of the page. So, be careful not use theh1
element for a heading that does not change between pages (like the site’s name).