[Bug 9649] It doesn't look like any browser supports document.innerHTML

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


Jonas Sicking <jonas@sicking.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonas@sicking.cc




--- Comment #4 from Jonas Sicking <jonas@sicking.cc>  2010-08-04 18:02:29 ---
The situation for .load is significantly different since it changes the URI of
an existing document. At least it raises confusion about what the URI should
be.

I see value in being able to replace the contents of an existing document
without having to use document.open hacks or having to manually set up a root
element and then use innerHTML on that.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 4 August 2010 18:02:32 UTC