-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
breaking changeRequires API breaking changeRequires API breaking changebugSomething isn't workingSomething isn't workingwaiting-for-major-version-bumpWaiting for major version bump due to breaking changesWaiting for major version bump due to breaking changes
Description
When the authority is absent, the path is relative, and the path after RFC 3986 normalization result starts with //, then WHATWG URL Standard handles the path as "opaque" and does not touch it during normalization.
However, the current iri-string crate does not support "opaque" paths.
So, foo:.///bar is untouched by WHATWG URL Standard but is_normalized_whatwg() returns false for it.
Possibly I should not say or imply the normalization as compliant to "WHATWG URL Standard", and this method should have different name.
Related to #29.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking changeRequires API breaking changeRequires API breaking changebugSomething isn't workingSomething isn't workingwaiting-for-major-version-bumpWaiting for major version bump due to breaking changesWaiting for major version bump due to breaking changes