Open katywings opened 1 month ago
@katywings I have just seen this! Yeah, validation for th
was missing, my bad. There was also a need to cover the outer bits which I didn't consider, such empty table/thead/tbody
.
I think all should be covered in https://github.com/ryansolid/dom-expressions/pull/360
@titoBouzout Haha all good :). I am looking forward to the PR, the warnings are a bit spammy during hmr development 😂
@titoBouzout I think caption
is missing as well.
@titoBouzout I think
caption
is missing as well.
Thanks for the report! Its interesting I do not think I have ever used any of these tags, I have added caption
and took the opportunity to refactor it a little https://github.com/ryansolid/dom-expressions/pull/376
Is
Rendering a
<th>
in a<Show>
,<For>
or basically any component results in "The HTML provided is malformed and will yield unexpected output when evaluated by a browser." warnings.Should
This should not result in a warning.
Repro
https://stackblitz.com/edit/github-wixnng?file=src%2Froutes%2Findex.tsx (check the Terminal)
Refs
350