Skip to content
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

Avoid reparse issues with non-special URLs #459

Closed
wants to merge 1 commit into from

Commits on Dec 11, 2018

  1. Avoid reparse issues with non-special URLs

    This is a willfull violation of the URL specification for serialization.
    It retains spec-compliance for parsing, it aligns with the behavior
    of Microsoft Edge, and it "fixes" an acknowledged specification bug.
    
    See whatwg/url#415
    
    Fixes servo#397
    zealousidealroll committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    c53bab5 View commit details
    Browse the repository at this point in the history