Observation Details
What is arguably list content, is not using semantic list elements. See
content in "XPLORA X6 Play eSIM – Technische Daten" (using heading structure right now)
Remediation Notes
Use semantic list for all list content. The "technische Daten" content can ideally be displayed in an HTML description list <dl>.
<dl>
<div>
<dt>Wasserbeständigkeit</dt>
<dd>IP 68</dd>
</div>
<div>
<dt>SOS-Taste</dt>
<dd>...</dd>
</div>
...
</dl>