6. Other accessibility considerations
Document has a
<title>
element The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn moreThe document does not use
<meta http-equiv="refresh">
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more[id]
attributes on active, focusable elements are unique All focusable elements must have a uniqueid
to ensure that they're visible to assistive technologies. Learn more<frame>
or<iframe>
elements have a title Screen reader users rely on frame titles to describe the contents of frames. Learn more<video>
elements contain a<track>
element with[kind="captions"]
When a video provides a caption it is easier for deaf and hearing impaired users to access its information. Learn moreInteractive elements indicate their purpose and state Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. Learn more
Offscreen content is hidden from assistive technology Offscreen content is hidden with display: none or aria-hidden=true. Learn more
Last updated