[6] URL における port
は、ポート番号を表します。
[13] port
は、 URL の authority のうち、
host
の後の :
よりも後の部分です。
[162] 項組起源のポート >>161 は、 起源のうちのポートの部分を表しています。
[3] Bug 54090 – KURL should remove default port numbers when canonicalizing urls ( ( 版)) <https://bugs.webkit.org/show_bug.cgi?id=54090>
Location
インターフェイス port
属性[23] この属性は、 Unforgeable
です >>21。
[24] location.port
の取得器は、次のようにしなければなりません
>>21。
[31] location.port
の設定器は、次のようにしなければなりません
>>21。
[2]
http:
URIでポート番号を含められるようになったのはLine Mode Browserではの0.12からのようです。
[1]
about:
とかポートのない URI
を開いている時に location.port
を見ると、 134946048
とか変な値になります。
DOM Inspector で見ると 1
になっています。
(Firefox 1.0.4)
[17] >>16 0.0.0.0 や 127.0.0.1 では bind できなくて、 OPENSHIFT_DIY_IP など適当な環境変数を使う必要があるようです。
[18] RFC 7605 - Recommendations on Using Assigned Transport Port Numbers ( 版) <https://tools.ietf.org/html/rfc7605>
[19] Make port either null or a 16-bit integer. Fixes https://www.w3.org/B… · whatwg/url@c3a454c ( 版) <https://github.com/whatwg/url/commit/c3a454c073d6bf9f24d8ee2b5c3e6e006b943777>
[20] Fix #76: a URL's port is a 16-bit _unsigned_ integer · whatwg/url@ce81868 ( 版) <https://github.com/whatwg/url/commit/ce81868076997e749a4cc749b3fe3754068de7a8>
[40] Editorial: non-relative flag got renamed · whatwg/html@d360c27 ( 版) <https://github.com/whatwg/html/commit/d360c27d44c52390441b5910d39e898160ec016d>
[41] Merge effective script origin into origin · whatwg/html@8a843f2 ( 版) <https://github.com/whatwg/html/commit/8a843f2169a6864a3024c4329528dccb2051d275>
[42] Change URL's port attribute's setter (SimonSapin著, ) <https://github.com/whatwg/url/commit/05ffaa644bc3cd4c6694ac6db11a072781af449c>
[43] Change Location/<a>/<area>'s port setter (annevk著, ) <https://github.com/whatwg/html/commit/c62eddef0ee671f362678486f68af6adbb005740>
[47] Editorial: give URL syntax components their own terms (annevk著, ) <https://github.com/whatwg/url/commit/451696e4297c4c676fae21dbc926aeafb2477e6c>
[49] Cleanup API for file and non-special URLs (annevk著, ) <https://github.com/whatwg/url/commit/cf616f9d3fca44bd5329e992519a4236a39b0cb7>
[52] Normalize port after updating scheme (TimothyGu著, ) <https://github.com/whatwg/url/commit/0f53958338bbaec3882f902897873da59ba7e8bd>
[53] Setting scheme should set port to null if it matches the default port · Issue #327 · whatwg/url () <https://github.com/whatwg/url/issues/327>
[54] Normalize port after updating scheme by TimothyGu · Pull Request #328 · whatwg/url () <https://github.com/whatwg/url/pull/328>