-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
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
Should tyxml percent-encode urls ? #264
Comments
Excellent question, I'm slightly surprised it does that. Do you know what the specs says ? |
It seems that |
These cause html5-tidy to fail, and it's not yet clear where to fix the issue. They're not particularly important for testing Odoc's core functionality so I'm disabling them for now. See ocsigen/tyxml#264 for more info Signed-off-by: Jon Ludlam <jon@recoil.org>
These cause html5-tidy to fail, and it's not yet clear where to fix the issue. They're not particularly important for testing Odoc's core functionality so I'm disabling them for now. See ocsigen/tyxml#264 for more info Signed-off-by: Jon Ludlam <jon@recoil.org>
These cause html5-tidy to fail, and it's not yet clear where to fix the issue. They're not particularly important for testing Odoc's core functionality so I'm disabling them for now. See ocsigen/tyxml#264 for more info Signed-off-by: Jon Ludlam <jon@recoil.org>
These cause html5-tidy to fail, and it's not yet clear where to fix the issue. They're not particularly important for testing Odoc's core functionality so I'm disabling them for now. See ocsigen/tyxml#264 for more info Signed-off-by: Jon Ludlam <jon@recoil.org>
These cause html5-tidy to fail, and it's not yet clear where to fix the issue. They're not particularly important for testing Odoc's core functionality so I'm disabling them for now. See ocsigen/tyxml#264 for more info Signed-off-by: Jon Ludlam <jon@recoil.org>
These cause html5-tidy to fail, and it's not yet clear where to fix the issue. They're not particularly important for testing Odoc's core functionality so I'm disabling them for now. See ocsigen/tyxml#264 for more info Signed-off-by: Jon Ludlam <jon@recoil.org>
Code like this:
Generates HTML like this:
Of course, web browsers accept this but tidy-html5 generates warnings:
Should Tyxml percent-encode the value of
href
attributes ?The text was updated successfully, but these errors were encountered: