Skip to content

Commit 496d614

Browse files
[URL] Editorial: use Infra sorting for URLSearchParams's sort() whatwg/url@59979a1 (和訳には織り込み済み)
1 parent 909925b commit 496d614

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

URL-ja.html

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

326326
spec_title:URL
327-
spec_date:2025-03-24
327+
spec_date:2025-05-12
328328
trans_update:2025-03-25
329329
source_checked:241202
330330
spec_status:LS
@@ -1174,7 +1174,7 @@
11741174

11751175
Commits:
11761176
<a href="https://github.com/whatwg/url/commits">GitHub whatwg/url/commits</a>
1177-
<a href="https://url.spec.whatwg.org/commit-snapshots/cc8b776b89a6d92b5cc74581c8d90450d3c1e762/" id="commit-snapshot-link">Snapshot as of this commit</a>
1177+
<a href="https://url.spec.whatwg.org/commit-snapshots/59979a17fbc16e7b893b96739fd2fad76a507f44/" id="commit-snapshot-link">Snapshot as of this commit</a>
11781178
<a href="https://twitter.com/urlstandard">@urlstandard</a>
11791179

11801180
Tests:
@@ -11442,7 +11442,7 @@ <h3 title="URLSearchParams class">6.2. `URLSearchParams^I ~class</h3>
1144211442

1144311443
1144411444
The sort() method steps are:
11445-
Sort all tuples in this’s list, if any, by their names. Sorting must be done by comparison of code units. The relative order between tuples with equal names must be preserved.
11445+
Set this’s list to the result of sorting in ascending order this’s list, with a being less than b if a’s name is code unit less than b’s name.
1144611446
• Update this.
1144711447
</div>
1144811448

0 commit comments

Comments
 (0)