Priority: Best Practice Medium Page: Vertragsverlängerung Observation Permalink
Observation Details

Accordions (e.g. FAQ) are built with <div> and ARIA attributes. While the implementation meets the current success criterion, it introduces problems (or possible problems) in other success criteria. E.g. hidden links being focusable by keyboard, while being successfully hidden from screen readers. These discrepancies and problems can be avoided, using semantic HTML.

Remediation Notes

For accordions, evaluate the use of <detail> & <summary> elements.