http://www.w3.org/Bugs/Public/show_bug.cgi?id=12111
Summary: spec for Storage object getItem(key) method does not
match implementation behavior
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Web Storage (editor: Ian Hickson)
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected], [email protected], [email protected]
http://dev.w3.org/html5/webstorage/#dom-storage-getitem says that "The
getItem(key) method must return a structured clone of the current value
associated with the given key." but all browsers I've tested return a string
representation of the value instead.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.