Svelte's attribute parser does not match html5 specs.
As an example, this should work and properly validates, but svelte refuses to parse it:
https://svelte.technology/repl?version=2.13.5&gist=890eadcdeaa2ac0130463565aa3ede4c
This will most likely affect people using html minifiers before compiling their components.
Svelte's attribute parser does not match html5 specs.
As an example, this should work and properly validates, but svelte refuses to parse it:
https://svelte.technology/repl?version=2.13.5&gist=890eadcdeaa2ac0130463565aa3ede4c
This will most likely affect people using html minifiers before compiling their components.