Accompanying Files
Observation Details

The results table of the Partnernetze input element is this played as a table. It however, does not use the semantic HTML table element (<table>). The mismatch of visually displayed information and programmatically accessible structure results in the failure of this success criterion.

Not using the table element for tabular data also makes it hard for screen reader uses to navigate the results.

Remediation Notes

If displaying data in tabular form, always use the appropriate semantic HTML element <table>.