Describe the bug
If you place a simple <tr> within a <table> element, the compiler throws an error.
I'm working on updating Svelte UX's docs to be compatible with Svelte 5, and this is one of the errors I'm running into (continuing to boil down other issues I'll report)

Reproduction
<table>
<tr>
<td>Example</td>
</tr>
</table>
REPLs
Logs
No response
System Info
Severity
blocking an upgrade