URLUtils

URLUtils

仕様書

文脈

[45]

URL

HTMLHyperlinkElementUtils

Location

[27] 次のメンバーが存在します >>26

[28] origin読み取り専用、それ以外は読み書き両用です >>26

[25] Location の各メンバーには Unforgeable 拡張属性が指定されています >>26

文字列化

[44] 文字列化すると、 href 属性取得器が返す値が得られます。

歴史

[1] Web Applications 1.0 r7710 Integrate with URL standard. ( ( 版)) <http://html5.org/tools/web-apps-tracker?from=7709&to=7710>

[2] Web Applications 1.0 r7795 Update integration with URL spec. ( ( 版)) <http://html5.org/tools/web-apps-tracker?from=7794&to=7795>

[3] Web Applications 1.0 r7908 Update to match recent URL spec changes (this fixes a.href/area.href, but note that this breaks Location.href instead; see the bug for details) ( ( 版)) <http://html5.org/tools/web-apps-tracker?from=7907&to=7908>

[4] Make it possible to unset a url/input https://www.w3.org/Bugs/Public/sho... · ac1df21 · whatwg/url ( ( 版)) <https://github.com/whatwg/url/commit/ac1df219c1d5b9381eca43ec432d4103c2505eac>

[5] Web Applications 1.0 r8858 removing an href= attribute affects URLUtils differently than setting it to . ( ( 版)) <https://html5.org/r/8858>

[6] IE で a 要素を使って相対 URL からスキームを得る: Days on the Moon ( ( 版)) <http://nanto.asablo.jp/blog/2014/11/09/7487263>

[7] Put searchParams on its own interface for now due to trouble with Loc… · whatwg/url@3a5e808 ( 版) <https://github.com/whatwg/url/commit/3a5e8086aff2fe3baa57fcebd1795a16de4f5d16>

[8] 1105677 – location.searchParams is missing ( 版) <https://bugzilla.mozilla.org/show_bug.cgi?id=1105677>

[9] Bug 27596 – Need a better story for searchParams and URLSearchParams ( 版) <https://www.w3.org/Bugs/Public/show_bug.cgi?id=27596>

[10] Make URLUtils : URLSearchParams a 1:1 mapping. And also reset URLUtil… · whatwg/url@0fdcfbc ( 版) <https://github.com/whatwg/url/commit/0fdcfbcc58f713d3d804a0cbbe6c1d0cadab2962>

[11] Point out the issues with URLUtils since it might be a while before I… · whatwg/url@2e36d14 ( 版) <https://github.com/whatwg/url/commit/2e36d14729657d3411303dd36e2346a2051c51e9>

[12] Inline URLUtilsReadOnly · whatwg/html@32a7a20 ( 版) <https://github.com/whatwg/html/commit/32a7a2092eeff52aca78a0224816a9b327893cc6>

[13] Add URLUtilsReadOnly for workers. · 59f53a4 · whatwg/url ( ( 版)) <https://github.com/whatwg/url/commit/59f53a46a0de62867b02d236dcf366efdefabcf2>

[14] Remove URLUtilsReadOnly · whatwg/url@c287794 ( 版) <https://github.com/whatwg/url/commit/c2877946857bc904ecb8a5805abc423c82d9da98>

[15] Inline URLUtils for a and area elements · whatwg/html@bab6591 ( 版) <https://github.com/whatwg/html/commit/bab659163757d66177270bd4abe74a58f2732008>

[16] Merge URLUtils into Location · whatwg/html@f0a7365 ( 版) <https://github.com/whatwg/html/commit/f0a73659b4046cc35a28855f3544dead66345689>

[17] Now HTML has inlined URLUtils, inline it here too · whatwg/url@4cb6328 ( 版) <https://github.com/whatwg/url/commit/4cb6328a1cc35c93e306751a0f0c610fa5c800d7>

[18] Drop [Exposed=Window] for HTMLHyperlinkElementUtils · whatwg/html@9b13dfc ( 版) <https://github.com/whatwg/html/commit/9b13dfc443a70bcb383e8cb9b6c0a9765b11b680>

[19] Fix copypasta from "Merge URLUtils into Location" · whatwg/html@676b621 ( 版) <https://github.com/whatwg/html/commit/676b6211ed8f4da76bf273fb90d250bc20d35606>

[20] Fix #522: "reinitialise url" has an incorrect guard · whatwg/html@ea7b6e9 ( 版) <https://github.com/whatwg/html/commit/ea7b6e93abec528009c83442a34942f1eb1d31e9>

[21] 21787 – Setting <area>.href to a relative URL should set the content attribute to the listeral value instead of resolved value, to match browsers and what the spec requires for other reflecting URL attributes [...] ( 版) <https://www.w3.org/Bugs/Public/show_bug.cgi?id=21787#c6>

[22] Fix #568: avoid setting the url for blob URLs only · whatwg/html@2a1374f ( 版) <https://github.com/whatwg/html/commit/2a1374f94fab97392f7af8c3b028fa25b60d70f2>

[23] URLs are parsed and produce records · whatwg/html@30bc255 ( 版) <https://github.com/whatwg/html/commit/30bc2557105ad62881ec9670f253febbc9761b44>

[24] Define security around Window, WindowProxy, and Location properly · whatwg/html@acae3df ( 版) <https://github.com/whatwg/html/commit/acae3df652b382e9f4f1d1b4dc7e08e2b00df821>

[29] Editorial: non-relative flag got renamed · whatwg/html@d360c27 ( 版) <https://github.com/whatwg/html/commit/d360c27d44c52390441b5910d39e898160ec016d>

[30] Merge effective script origin into origin · whatwg/html@8a843f2 ( 版) <https://github.com/whatwg/html/commit/8a843f2169a6864a3024c4329528dccb2051d275>

[31] Formalize custom element reactions · whatwg/html@27aa7bc ( 版) <https://github.com/whatwg/html/commit/27aa7bc4fa6f168654a8c858f0773e611f679b39>

[32] Use USVString for all URLs ( (domenic著, )) <https://github.com/whatwg/html/commit/018b983b77b2cd908f6d00100e7e0abe893dd2c3>

[33] Linking: borrow HTML attributes, explicitly allow nested links, cleanup ( (AmeliaBR著, )) <https://github.com/w3c/svgwg/commit/33f85d2bdd20e7d33eedff77b85b10c8451db397>

[34] Clarify HTMLHyperlinkElementUtils set the url for absent attribute cases (WillRay著, ) <https://github.com/whatwg/html/commit/5f1afb970f012661bc8fcb7d61b4b7321f804a25>

[35] Change URL's port attribute's setter (SimonSapin著, ) <https://github.com/whatwg/url/commit/05ffaa644bc3cd4c6694ac6db11a072781af449c>

[36] URL's href attribute needs to reset URLSearchParams too (annevk著, ) <https://github.com/whatwg/url/commit/570a41842fe96d05fc8e4a291bc8974955c650ec>

[37] Change Location/<a>/<area>'s port setter (annevk著, ) <https://github.com/whatwg/html/commit/c62eddef0ee671f362678486f68af6adbb005740>

[38] 303152 - Implement URL spec - chromium - Monorail () <https://bugs.chromium.org/p/chromium/issues/detail?id=303152>

[39] Return failure in state override scheme parsing (annevk著, ) <https://github.com/whatwg/url/commit/4617e33b27d386bbf1db8c04316961d46aaa1397>

[40] Use "SyntaxError" for location.protocol's setter (annevk著, ) <https://github.com/whatwg/html/commit/560f5d1cc4742e98bf08e3b56930820c620ff062>

[41] Align <a>/<area>.password with the URL Standard (annevk著, ) <https://github.com/whatwg/html/commit/165aeecfb1818912219afc50dd2dd1c6ec935ae2>

[42] Remove javascript URL case from <a>/<area>/Location hash setter (annevk著, ) <https://github.com/whatwg/html/commit/deea9fba916cb6e66c7dcfc57442cf25ac0441a1>

[43] Remove javascript URL special case from the API (annevk著, ) <https://github.com/whatwg/url/commit/4bf85a08da18ef367e093426abef776d59e8fb7b>

[46] Use Web IDL's new-ish interface mixins concept (romandev著, ) <https://github.com/whatwg/html/commit/c8867a179c21134021dc3435e98c1b9c4542d794>