RE: [IndexedDB] Seeking status and plans

> From: Joshua Bell [mailto:jsbell@google.com] 
> Sent: Tuesday, October 21, 2014 01:15
>
> FYI, the majority of the "redness" in the "less-than-2" tests can be attributed to a couple of reasons that don't significantly affect compatibility:
> • interfaces.html - this idlharness.js-based test probes things like "does an attribute exist on the prototype of an interface object?" which Firefox gets right per WebIDL but the other browsers don't. This affects every API, not specific to Indexed DB. Chrome is attempting to fix without regressing performance. (I think there's more than one such issue revealed in the tests, and there may be actual implementation bugs too, will double check)
> • key_invalid.html - this assumes a particular prioritization of invalid input checks, and relates to https://www.w3.org/Bugs/Public/show_bug.cgi?id=26492 
> Accounting for those, the "less-than-2" tests show us to be in pretty good shape across implementations.

+1

http://w3c.github.io/test-results/IndexedDB/less-than-2.html

Received on Tuesday, 21 October 2014 01:23:26 UTC