Accompanying Files
Observation Details
The page uses HTML list elements for non-list content. See
class="container-grid--list". E.g. stage section with main heading.On the other hand, what is arguably list content in the "Tarife" carousel (Handyverträge, Datentarife, ...), is not using semantic list elements.
Also, while the section "Warum Mobilfunk von der Telekom? Ganz einfach!" again uses a list element for non-list content, the actual lists inside the section (checkmark lists) are built with HTML paragraphs.
Remediation Notes
Do not use semantic lists for non-list content. But do use semantic list for all list content.
Ensure, to refer to observation 1.3.1 Info and Relationships – "Semantic HTML" for general remarks about the use of semantic HTML.