We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8b776 commit 59979a1Copy full SHA for 59979a1
url.bs
@@ -4061,9 +4061,9 @@ sorted.sort()</code></pre>
4061
<p>The <dfn method for=URLSearchParams><code>sort()</code></dfn> method steps are:
4062
4063
<ol>
4064
- <li><p>Sort all <a for=/>tuples</a> in <a>this</a>'s <a for=URLSearchParams>list</a>, if any, by
4065
- their names. Sorting must be done by comparison of code units. The relative order between
4066
- <a for=/>tuples</a> with equal names must be preserved.
+ <li><p>Set <a>this</a>'s <a for=URLSearchParams>list</a> to the result of
+ <a for=list>sorting in ascending order</a> <a>this</a>'s <a for=URLSearchParams>list</a>,
+ with |a| being less than |b| if |a|'s name is <a>code unit less than</a> |b|'s name.
4067
4068
<li><p><a for=URLSearchParams>Update</a> <a>this</a>.
4069
</ol>
0 commit comments