mirror of https://github.com/sveltejs/svelte
This reverts #13255 / #13158, and helps with the validation error part of #14120 The revert is justified because people should be free to render a component in isolation and then append it somewhere where they know the rendered output is valid. If someone renders a tag at the top level that is invalid without a certain parent (which itself is an edge case), then the likelihood that this is done on purpose is much higher than that it's done by accident.pull/14442/head
parent
4f0dde5207
commit
c1d2881a65
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: relax html parent validation
|
||||
Loading…
Reference in new issue