-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
url: repeated slashes in file URL should be arranged #11188
Labels
whatwg-url
Issues and PRs related to the WHATWG URL implementation.
Comments
Will keep an eye on the whatwg/url issue. If that gets fixed upstream we will get it fixed here. |
Spec is landed:tada:, but let's wait to start implementation till #12058 get a merge since it potentially makes some conflicts in test/src. I'm gonna work on it. |
3 tasks
watilde
added a commit
to watilde/node
that referenced
this issue
Apr 8, 2017
It should trim the slashes after the colon into three for file URL. Refs: web-platform-tests/wpt#5195 Fixes: nodejs#11188
TimothyGu
pushed a commit
to TimothyGu/node
that referenced
this issue
Apr 25, 2017
It should trim the slashes after the colon into three for file URL. PR-URL: nodejs#12507 Refs: web-platform-tests/wpt#5195 Fixes: nodejs#11188 Reviewed-By: James M Snell <jasnell@gmail.com>
evanlucas
pushed a commit
that referenced
this issue
May 1, 2017
It should trim the slashes after the colon into three for file URL. PR-URL: #12507 Refs: web-platform-tests/wpt#5195 Fixes: #11188 Reviewed-By: James M Snell <jasnell@gmail.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
In the http scheme, the slashes after the colon are brought together in two, but it seems that it remains as it is in the file scheme.
Issue report on the spec: whatwg/url#232
The text was updated successfully, but these errors were encountered: