[w3c/IndexedDB] Don't bleed IDL types into constructs/algorithms (#168)

Avoid defining constructs like 'key path' in terms of IDL types like 'DOMString' and 'sequence<>'. Instead use abstract spec types like 'string' and 'list'.

* "sorted list" is now just a list - getters mention the conversion to DOMStringList
* key path is a "string or list of strings" - getters mention the conversion to IDL types

https://github.com/w3c/IndexedDB/issues/167
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/IndexedDB/pull/168

-- Commit Summary --

  * Don't bleed IDL types into constructs/algorithms

-- File Changes --

    M index.bs (44)
    M index.html (58)

-- Patch Links --

https://github.com/w3c/IndexedDB/pull/168.patch
https://github.com/w3c/IndexedDB/pull/168.diff

-- 
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/168

Received on Friday, 17 March 2017 18:03:52 UTC