This is practical accessibility guidance for first-pass triage. It is not legal advice, a formal audit, WCAG certification, or a conformance guarantee.
What this means
A heading element is present but has no readable text.
Why it matters
Empty headings add noise to screen reader heading navigation.
How to fix it
- Remove the empty heading element.
- Add meaningful heading text if the section needs a heading.
- Fix templates that render blank headings when content is missing.
What automated checks can detect
A checker can detect heading tags with no text content.
What still needs manual review
Check whether icons, generated content, or hidden text were intended to provide the heading name.
Automation cannot always account for CSS-generated text or complex component states.
Related tools and guides
- Open the related SiteCheck Canada tool
- See examples of better patterns.
- /guides/heading-structure-accessibility/
- /checklists/canadian-website-accessibility-checklist/
- /guides/what-automated-accessibility-checkers-miss/
- Canadian website accessibility checklist
- What automated accessibility checkers miss