Re: [w3c/IndexedDB] Add note about sorting by code unit (#182)

aphillips commented on this pull request.



> @@ -1866,6 +1864,9 @@ <h2 class="heading settled" data-level="2" id="constructs"><span class="secno">2
   or something similar to map the provided name to a string that it
   can store.</p>
    </aside>
+   <p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport="" id="sorted-list">sorted list</dfn> is a list containing strings
+sorted in ascending order by code unit.</p>

Looking at the ED, this seems to use a "forward definition". To simplify this, I'd probably move this paragraph below the note about names. That way you gain the discussion of DOMString's 16-bit code unit container goodness and don't have to repeat yourself here. Otherwise I'd add "16-bit" to "code unit"?

-- 
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/182#pullrequestreview-28993612

Received on Friday, 24 March 2017 19:38:47 UTC