9. Tested on web only: Headings
Is heading text in the website marked up as headings?
How to test
Method 1: Manually check for heading
- Right click, inspect text that should be a heading
- Check if the text has a <h1>, <h2>, <h3> tag, etc.
- Sometimes, instead of a heading tag, headings may be specified by using role="heading" and "aria-level".

Method 2: Use a tool
- The Accessibility Insights for Web tool can show where headings are.
- In the extension, click "ad-hoc tools" and enable headings.
- Text on the page will now appear with its heading tag.

Last updated