Accompanying Files
Observation Details
The visually presented heading structure of "Preisübersicht" dialog window does not match the use of semantic HTML heading elements. The visually presented structure is as follows:
h1 Preisübersicht
h2 Einmalige Zahlung
h2 Monatliche ZahlungThe programmatically determinable heading structure, using HTML heading elements is as follows:
h4 Einmalige Zahlung
h4 Monatliche ZahlungObservations:
Main heading in dialog window does not use HTML heading element
In context of dialog window, three heading levels are skipped for the HTML heading elements present
The headings level 4 are logically content under heading level 3 "Vorteile im Überblick"
Remediation Notes
Ensure, visually presented heading structure matches programmatically determinable heading structure by only using HTML heading elements for heading content and using HTML heading elements for all heading content.
Side note: This criterion does not specifically look at proper heading content (i.e. wordings, usefulness of headings). See 2.4.6 Headings and Labels for this.