All Projects → whatwg → Url

whatwg / Url

Licence: cc-by-4.0
URL Standard

Projects that are alternatives of or similar to Url

Streams
Streams Standard
Stars: ✭ 1,074 (+213.12%)
Mutual labels:  standard, whatwg
Fetch
Fetch Standard
Stars: ✭ 1,794 (+423.03%)
Mutual labels:  standard, whatwg
Dom
DOM Standard
Stars: ✭ 1,114 (+224.78%)
Mutual labels:  standard, whatwg
Fullscreen
Fullscreen API Standard
Stars: ✭ 78 (-77.26%)
Mutual labels:  standard, whatwg
relateurl
Create a relative URL with options to minify.
Stars: ✭ 52 (-84.84%)
Mutual labels:  url, whatwg
Html
HTML Standard
Stars: ✭ 5,217 (+1420.99%)
Mutual labels:  standard, whatwg
Notifications
Notifications API Standard
Stars: ✭ 105 (-69.39%)
Mutual labels:  standard, whatwg
Universal Url
WHATWG URL for Node & Browser.
Stars: ✭ 20 (-94.17%)
Mutual labels:  whatwg, url
webidl
Web IDL Standard
Stars: ✭ 296 (-13.7%)
Mutual labels:  standard, whatwg
mimesniff
MIME Sniffing Standard
Stars: ✭ 89 (-74.05%)
Mutual labels:  standard, whatwg
Xhr
XMLHttpRequest Standard
Stars: ✭ 262 (-23.62%)
Mutual labels:  standard, whatwg
infra
Infra Standard
Stars: ✭ 85 (-75.22%)
Mutual labels:  standard, whatwg
Encoding
Encoding Standard
Stars: ✭ 176 (-48.69%)
Mutual labels:  standard, whatwg
quirks
Quirks Mode Standard
Stars: ✭ 23 (-93.29%)
Mutual labels:  standard, whatwg
storage
Storage Standard
Stars: ✭ 92 (-73.18%)
Mutual labels:  standard, whatwg
Searchwithmybrowser
Open Cortana searches with your default browser.
Stars: ✭ 285 (-16.91%)
Mutual labels:  url
Parse Domain
Splits a hostname into subdomains, domain and (effective) top-level domains.
Stars: ✭ 261 (-23.91%)
Mutual labels:  url
Uri
🌏 Functions for making sense out of URIs in PHP
Stars: ✭ 259 (-24.49%)
Mutual labels:  url
Wpt
Test suites for Web platform specs — including WHATWG, W3C, and others
Stars: ✭ 3,573 (+941.69%)
Mutual labels:  whatwg
Native Url
Node's url module implemented using the built-in URL API.
Stars: ✭ 275 (-19.83%)
Mutual labels:  url

This repository hosts the URL Standard.

Code of conduct

We are committed to providing a friendly, safe, and welcoming environment for all. Please read and respect the WHATWG Code of Conduct.

Contribution opportunities

Folks notice minor and larger issues with the URL Standard all the time and we'd love your help fixing those. Pull requests for typographical and grammar errors are also most welcome.

We'd be happy to mentor you through this process. If you're interested and need help getting started, leave a comment on the issue or ask around on IRC.

Pull requests

In short, change url.bs and submit your patch, with a good commit message. Consider reading through the WHATWG FAQ if you are new here.

If your patch makes normative (behavioral) changes, then tests and the jsdom/whatwg-url implementation will need to be updated as well (see "Tests and implementations" below). Not all of this is necessarily on you.

Please add your name to the Acknowledgments section in your first pull request, even for trivial fixes. The names are sorted lexicographically.

Building "locally"

For quick local iteration, run make. To verify your changes locally, run make deploy. See more in the WHATWG Contributor Guidelines.

Merge policy

If you can commit to this repository, see the WHATWG Maintainer Guidelines.

Tests and implementations

Tests can be found in the url/ directory of web-platform-tests/wpt. A dashboard showing the tests running against major browsers can be seen at wpt.fyi.

A complete JavaScript implementation of the standard can be found at jsdom/whatwg-url. This implementation is kept synchronized with the standard and tests.

The Live URL Viewer lets you manually test-parse any URL, comparing your browser's URL parser to that of jsdom/whatwg-url.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].