mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:16:12 +02:00

[TASK] Drop incorrectly placed scope HTML attribute (#862)

The `scope` attribute only makes sense for `th` elements, but not for
`td` elements.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td
This commit is contained in:
Oliver Klee 2023-06-21 13:37:30 +02:00 committed by GitHub
parent bb2476d783
commit ea915289df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
<tbody>
<f:for each="{teas}" as="tea">
<tr>
<td scope="row">
<td>
{tea.uid}
</td>
<td>