[Bug 20394] [IndexedDB] Spec should use WebIDL concepts such as sequence<T> rather than Array

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20394

--- Comment #5 from Joshua Bell <jsbell@chromium.org> ---
The bulk of the WebIDL fragments have been updated to use sequence<T> and T[]
and unions as appropriate.

Bug 20582 cleans up the definition of keys to define them in terms of
ECMAScript objects rather than a hybrid of ES and WebIDL.

What's left is a smattering of uses of <code>Array</code> throughout the spec
far away from the method input definitions. Most of those are around keys
(which should now be correct) but some are around key paths; those should more
abstractly refer to a sequences, lists, or sets, not the input type.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 1 March 2013 19:17:12 UTC