[whatwg] Setting innerHTML to null or undefined

For .innerHTML = null Opera and Internet Explorer act as if the literal  
string "null" was used. Firefox acts as if "" was used.

For .innerHTML = undefined Opera, Firefox and Internet Explorer act as if  
the literal string "undefined" was used.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Saturday, 2 June 2007 07:50:40 UTC