Status: New
Owner: ----

New issue 3182 by [email protected]: element.id=null causes id="null" as string
http://code.google.com/p/v8/issues/detail?id=3182



Trying to remove the id attribute of some DIV with element.id=null, causes that the id is "null" as string instead of removing it (or giving it a null value)

element.id=null sets id="null" (instead of id=null, i.e. no id)

Try it at http://jsfiddle.net/b6QnY/4/

It happens the same with element.title=null


Versions

Google Chrome   33.0.1750.117 (Build oficial 252094) m
OS      Windows
Blink   537.36 (@167220)
JavaScript      V8 3.23.17.13

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to