-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
Description
Describe the bug
Because of the new node_invalid_placement rule. Svelte throws errors when using a <tr> inside a <table>.
This should be allowed, even mdn has an example using those elements this way but svelte throws an error about it.
Side note: Implementing this rule is one of the worst things svelte has ever done. Throw a warning sure, but throwing an error is overreaching for a JS framework. I do not want a framework to force me to write HTML "correctly".
Reproduction
Logs
System Info
N/ASeverity
annoyance
Jhinger