http://www.w3.org/Bugs/Public/show_bug.cgi?id=12111

Aryeh Gregor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |[email protected]
         Resolution|REMIND                      |

--- Comment #3 from Aryeh Gregor <[email protected]> 2011-06-01 
20:19:01 UTC ---
I seriously doubt the specced behavior is web-compatible.  For instance, I
myself just discovered this when trying to store booleans in localStorage, and
worked around it by testing localStorage["foo"] != "false".  If
localStorage["foo"] = false suddenly actually sets it to false instead of
"false", this will break.

-- 
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.

Reply via email to