[Bug 18427] [IndexedDB] Spec text requires index names be unique within database

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

Eliot Graff <eliotgra@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eliotgra@microsoft.com

--- Comment #1 from Eliot Graff <eliotgra@microsoft.com> 2012-08-02 21:35:50 UTC ---
I'll make the change like this:

createIndex: 
"If an index with the name already exists, the implementation must throw a
DOMException of type ConstraintError."
"An index with the same name, compared in a case-sensitive manner, already
exists in the connected object store."

deleteIndex: 
"This method destroys the index with the given name in the connected object
store."
"There is no index with the given name, compared in a case-sensitive manner, in
the connected object store."

Thanks,

E

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 2 August 2012 21:35:52 UTC