Re: [w3c/IndexedDB] Use infra sorting definitions for name lists (#358)

@jakearchibald commented on this pull request.



> @@ -390,8 +390,14 @@ opaque sequences of 16-bit code units.
   can store.
 </aside>
 
-A <dfn>sorted name list</dfn> is a list containing [=/names=]
-sorted in ascending order by 16-bit code unit.
+<div algorithm>
+
+To <dfn>create a sorted name list</dfn> from a [=/list=] |names|, run these steps:

Up to you, but I'd make the `lt="creating a sorted name list"`, so that references can be "Return the result of creating a sorted name list…" rather than "Return the result of running create a sorted name list…", but maybe the latter is more consistent with this spec.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/358#pullrequestreview-676056210

Received on Friday, 4 June 2021 08:42:07 UTC