Skip to content

Commit c3240e1

Browse files
[URL] Editorial: fix minor markup and grammar inconsistencies whatwg/url@6d83609
+Meta: remove duplicate Alexis Hunt from acknowledgments whatwg/url@9fe73be
1 parent 385f19f commit c3240e1

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

URL-ja.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
●●options
325325

326326
spec_title:URL
327-
spec_date:2026-04-14
327+
spec_date:2026-06-04
328328
trans_update:2026-04-15
329329
source_checked:241202
330330
spec_status:LS
@@ -362,7 +362,6 @@
362362

363363
●●original_id_map
364364

365-
dom-urlsearchparams-iterable:
366365
dom-urlsearchparams-stringifier:urlsearchparams-stringification-behavior
367366
dom-url-stringifier:url-stringification-behavior
368367

@@ -387,6 +386,7 @@
387386
unsigned long:~WEBIDL#idl-unsigned-long
388387
sequence:~WEBIDL#idl-sequence
389388
record:~WEBIDL#idl-record
389+
iterable:~WEBIDL#dfn-iterable
390390

391391
I.URL:#url
392392
I.URLSearchParams:#urlsearchparams
@@ -426,7 +426,6 @@
426426
m.set:#dom-urlsearchparams-set
427427
m.size:#dom-urlsearchparams-size
428428
m.sort:#dom-urlsearchparams-sort
429-
m.iterable:#dom-urlsearchparams-iterable
430429
m.stringifier:#dom-urlsearchparams-stringifier
431430

432431
構文解析器
@@ -1176,7 +1175,7 @@
11761175

11771176
Commits:
11781177
<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>
11801179
<a href="https://twitter.com/urlstandard">@urlstandard</a>
11811180

11821181
Tests:
@@ -2164,7 +2163,7 @@ <h2 title="Percent-encoded bytes">1.3. ~percent-符号化された~byte</h2>
21642163
• If byte is not 0x25 (%), then append byte to output.
21652164
• 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.
21662165
• 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.
21682167
•• Append a byte whose value is bytePoint to output.
21692168
•• Skip the next two bytes in input.
21702169
</li>
@@ -4302,7 +4301,7 @@ <h3 title="Host parsing">3.5. ~hostの構文解析-法</h3>
43024301
%~pointer ~INCBY 1;
43034302
%長さ ~INCBY 1
43044303
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.
43064305
</li>
43074306
<li>
43084307
<p>
@@ -6774,7 +6773,7 @@ <h3 title="URL parsing">4.4. ~URLの構文解析-法</h3>
67746773
— 信用-裁定に係るので —
67756774
含むが。
67766775
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.
67786777
</p>
67796778
<ol>
67806779
<li>
@@ -10918,7 +10917,7 @@ <h3 title="URLSearchParams class">6.2. `URLSearchParams^I ~class</h3>
1091810917

1091910918
`undefined$ `sort$m();
1092010919

10921-
`iterable$m&lt;`USVString$, `USVString$&gt;;
10920+
`iterable$&lt;`USVString$, `USVString$&gt;;
1092210921
`stringifier$m;
1092310922
};
1092410923
</pre>
@@ -11482,8 +11481,7 @@ <h3 title="URLSearchParams class">6.2. `URLSearchParams^I ~class</h3>
1148211481

1148311482
<div class="algo">
1148411483
<p>
11485-
`iterable@m
11486-
における`反復される値~pair群$は,
11484+
`iterable^c 用の`反復される値~pair群$は,
1148711485
コレの`~parameter~list$USPであり、
1148811486
前者を成す各~pairを成す[
1148911487
~key/値
@@ -11590,7 +11588,6 @@ <h2 title="Intellectual property rights">知的財産権</h2>
1159011588
Adrien Ricciardi,
1159111589
Albert Wiersch,
1159211590
Alex Christensen,
11593-
Alexis Hunt,
1159411591
Alexandre Morgaut,
1159511592
Alexis Hunt,
1159611593
Alwin Blok,

0 commit comments

Comments
 (0)