[whatwg/url] Editorial: fix port value in the origin's example (#366)

The URLs port in the tuple origin must be null, because port is not
specified in the input:
`blob:https://whatwg.org/d0360e2f-caee-469f-9a2f-87d5b0456f6f`

According to specification, if port is not specified or is default for
scheme, then URLs port is set to null:
https://url.spec.whatwg.org/#concept-url-port
https://url.spec.whatwg.org/#ref-for-default-port%E2%91%A0
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/url/pull/366

-- Commit Summary --

  * Editorial: fix port value in the origin's example

-- File Changes --

    M url.bs (2)

-- Patch Links --

https://github.com/whatwg/url/pull/366.patch
https://github.com/whatwg/url/pull/366.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/pull/366

Received on Tuesday, 9 January 2018 14:32:13 UTC