We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
include solidus in attribute values - fixes #1772
9e07e3f
Merge pull request #1776 from sveltejs/gh-1772
9e899db
include solidus in attribute values
Fixed in 2.14.1, thanks
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: