var b = document.body; b.setAttribute("x", null); alert(b.getAttribute("x").length);
var b = document.body; b.setAttribute("x", null); alert(b.getAttribute("x").constructor);
var b= document.body; b.setAttribute("x", null + ""); alert( b.getAttribute("x").length );