Re: innerHTML and setTimeout

Dao Gottwald wrote:
> innerHTML and document.write belong to the DOM spec.

document.write really does need to be in the HTML spec as it directly 
affects the parsing requirements.  innerHTML should also be part of the 
HTML spec because it's an (X)HTML specific API.  Removing either from 
the current spec would be difficult and cause more problems than it 
would solve.

-- 
Lachlan Hunt
http://lachy.id.au/

Received on Monday, 9 April 2007 23:34:15 UTC