A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
URL: Difference between revisions
Jump to navigation
Jump to search
m (→Parsing) |
(remove model and terminology as the spec handles that now) |
||
Line 1: | Line 1: | ||
This documents research and notes around URLs for the | This documents research and notes around URLs for the [http://url.spec.whatwg.org/ URL standard]. | ||
==Implementations== | ==Implementations== | ||
Line 11: | Line 11: | ||
* https://github.com/cweb/iri-tests | * https://github.com/cweb/iri-tests | ||
==Parsing== | ==Parsing== |
Revision as of 11:02, 27 September 2012
This documents research and notes around URLs for the URL standard.
Implementations
- http://trac.webkit.org/browser/trunk/Source/WebCore/platform/KURL.cpp
- http://trac.webkit.org/browser/trunk/Source/WebCore/platform/KURLWTFURL.cpp
- http://trac.webkit.org/browser/trunk/Source/WebCore/platform/KURLGoogle.cpp
- http://trac.webkit.org/browser/trunk/Source/WebCore/platform/network/DataURL.cpp (data URLs)
Tests
Parsing
- https://github.com/annevk/url/blob/master/url.js
- http://lists.w3.org/Archives/Public/public-whatwg-archive/2012Sep/0305.html has notes on file URLs in Gecko.
JavaScript libraries
For improving the API we might want to take inspiration from: