@@Pit
Es sind wirklich definitiv keine tabellarischen Daten
Nicht?
es sind "Formdaten" ala
Datum: dd.mm.yyyy User: Tester1 Ort: München Auftrag: Bla123Blub234
Das muss man nicht als tabellarischen Daten ansehen, kann man aber.
Label als Zeilenköpfe, Eingabefelder als Datenzellen – passt schon.
<table>
<tbody>
<tr>
<th><label for="date">Datum:</label></th>
<td><input type="date" id="date" name="date"/></td>
</tr>
<tr>
<th><label for="user">User:</label></th>
<td><input type="text" id="user" name="user"/></td>
</tr>
</tbody>
</table>
ist nicht unbedingt falsch.
LLAP 🖖
--
“When UX doesn’t consider all users, shouldn’t it be known as ‘Some User Experience’ or... SUX? #a11y” —Billy Gregory
“When UX doesn’t consider all users, shouldn’t it be known as ‘Some User Experience’ or... SUX? #a11y” —Billy Gregory