[IndexedDB] which names can be the empty string?

1. Can an object store be named the empty string?

2. Can an index be named the empty string?

Other things, like databases, are allowed to have a name that is the
empty string. Mozilla has tests that expect both of the above cases to
fail, but as I'm porting those tests to WebKit, it's not clear from my
reading of the spec whether those tests are valid.

-Mark Pilgrim

Received on Tuesday, 26 April 2011 01:11:04 UTC