iamnoah / writeCapture

Utility to assist the Ajax loading of HTML containing script tags that use document.write. Mailing List: http://groups.google.com/group/writecapturejs-users
http://iamnoah.github.com/writeCapture
Other
241 stars 38 forks source link

Investigate XHTML Handling #2

Closed iamnoah closed 14 years ago

iamnoah commented 14 years ago

Is XHTML handled properly (even if the 'written' HTML is bad?)

iamnoah commented 14 years ago

On the surface, it looks like innerHTML is pretty forgiving cross browser. Since we're not doing actual document.writes, that means we don't appear to have to worry about it. I didn't do much exhaustive testing, so I could be wrong, but I'm closing for now.