|
324 | 324 | ●●options |
325 | 325 |
|
326 | 326 | spec_title:URL |
327 | | -spec_date:2026-04-14 |
| 327 | +spec_date:2026-06-04 |
328 | 328 | trans_update:2026-04-15 |
329 | 329 | source_checked:241202 |
330 | 330 | spec_status:LS |
|
362 | 362 |
|
363 | 363 | ●●original_id_map |
364 | 364 |
|
365 | | -dom-urlsearchparams-iterable: |
366 | 365 | dom-urlsearchparams-stringifier:urlsearchparams-stringification-behavior |
367 | 366 | dom-url-stringifier:url-stringification-behavior |
368 | 367 |
|
|
387 | 386 | unsigned long:~WEBIDL#idl-unsigned-long |
388 | 387 | sequence:~WEBIDL#idl-sequence |
389 | 388 | record:~WEBIDL#idl-record |
| 389 | +iterable:~WEBIDL#dfn-iterable |
390 | 390 |
|
391 | 391 | I.URL:#url |
392 | 392 | I.URLSearchParams:#urlsearchparams |
|
426 | 426 | m.set:#dom-urlsearchparams-set |
427 | 427 | m.size:#dom-urlsearchparams-size |
428 | 428 | m.sort:#dom-urlsearchparams-sort |
429 | | -m.iterable:#dom-urlsearchparams-iterable |
430 | 429 | m.stringifier:#dom-urlsearchparams-stringifier |
431 | 430 |
|
432 | 431 | ● 構文解析器 |
|
1176 | 1175 |
|
1177 | 1176 | Commits: |
1178 | 1177 | <a href="https://github.com/whatwg/url/commits">GitHub whatwg/url/commits</a> |
1179 | | - <a href="https://url.spec.whatwg.org/commit-snapshots/b11d73b8caefe90403afe19210db05acba897722/" id="commit-snapshot-link">Snapshot as of this commit</a> |
| 1178 | + <a href="https://url.spec.whatwg.org/commit-snapshots/9fe73bed05476684aa587de231d79768b76e1430/" id="commit-snapshot-link">Snapshot as of this commit</a> |
1180 | 1179 | <a href="https://twitter.com/urlstandard">@urlstandard</a> |
1181 | 1180 |
|
1182 | 1181 | Tests: |
@@ -2164,7 +2163,7 @@ <h2 title="Percent-encoded bytes">1.3. ~percent-符号化された~byte</h2> |
2164 | 2163 | • If byte is not 0x25 (%), then append byte to output. |
2165 | 2164 | • Otherwise, if byte is 0x25 (%) and the next two bytes after byte in input are not in the ranges 0x30 (0) to 0x39 (9), 0x41 (A) to 0x46 (F), and 0x61 (a) to 0x66 (f), all inclusive, append byte to output. |
2166 | 2165 | • Otherwise: |
2167 | | -•• Let bytePoint be the two bytes after byte in input, decoded, and then interpreted as hexadecimal number. |
| 2166 | +•• Let bytePoint be the two bytes after byte in input, decoded, and then interpreted as a hexadecimal number. |
2168 | 2167 | •• Append a byte whose value is bytePoint to output. |
2169 | 2168 | •• Skip the next two bytes in input. |
2170 | 2169 | </li> |
@@ -4302,7 +4301,7 @@ <h3 title="Host parsing">3.5. ~hostの構文解析-法</h3> |
4302 | 4301 | %~pointer ~INCBY 1; |
4303 | 4302 | %長さ ~INCBY 1 |
4304 | 4303 | ◎ |
4305 | | -While length is less than 4 and c is an ASCII hex digit, set value to value × 0x10 + c interpreted as hexadecimal number, and increase pointer and length by 1. |
| 4304 | +While length is less than 4 and c is an ASCII hex digit, set value to value × 0x10 + c interpreted as a hexadecimal number, and increase pointer and length by 1. |
4306 | 4305 | </li> |
4307 | 4306 | <li> |
4308 | 4307 | <p> |
@@ -6774,7 +6773,7 @@ <h3 title="URL parsing">4.4. ~URLの構文解析-法</h3> |
6774 | 6773 | — 信用-裁定に係るので — |
6775 | 6774 | 含むが。 |
6776 | 6775 | ◎ |
6777 | | -How user input in the web browser’s address bar is converted to a URL record is out-of-scope of this standard. This standard does include URL rendering requirements as they pertain trust decisions. |
| 6776 | +How user input in the web browser’s address bar is converted to a URL record is out-of-scope of this standard. This standard does include URL rendering requirements as they pertain to trust decisions. |
6778 | 6777 | </p> |
6779 | 6778 | <ol> |
6780 | 6779 | <li> |
@@ -10918,7 +10917,7 @@ <h3 title="URLSearchParams class">6.2. `URLSearchParams^I ~class</h3> |
10918 | 10917 |
|
10919 | 10918 | `undefined$ `sort$m(); |
10920 | 10919 |
|
10921 | | - `iterable$m<`USVString$, `USVString$>; |
| 10920 | + `iterable$<`USVString$, `USVString$>; |
10922 | 10921 | `stringifier$m; |
10923 | 10922 | }; |
10924 | 10923 | </pre> |
@@ -11482,8 +11481,7 @@ <h3 title="URLSearchParams class">6.2. `URLSearchParams^I ~class</h3> |
11482 | 11481 |
|
11483 | 11482 | <div class="algo"> |
11484 | 11483 | <p> |
11485 | | -`iterable@m |
11486 | | -における`反復される値~pair群$は, |
| 11484 | +`iterable^c 用の`反復される値~pair群$は, |
11487 | 11485 | コレの`~parameter~list$USPであり、 |
11488 | 11486 | 前者を成す各~pairを成す[ |
11489 | 11487 | ~key/値 |
@@ -11590,7 +11588,6 @@ <h2 title="Intellectual property rights">知的財産権</h2> |
11590 | 11588 | Adrien Ricciardi, |
11591 | 11589 | Albert Wiersch, |
11592 | 11590 | Alex Christensen, |
11593 | | -Alexis Hunt, |
11594 | 11591 | Alexandre Morgaut, |
11595 | 11592 | Alexis Hunt, |
11596 | 11593 | Alwin Blok, |
|
0 commit comments