Comment #5 on issue 92 by zcorpan: Possible to make IE run script after roundtripping in html5lib http://code.google.com/p/html5lib/issues/detail?id=92
No, because xmp is a RAWTEXT element. So it's equivalent to the following XML <br title="`"/><xmp>`><script>alert(1)</script></xmp> but in IE it's equivalent to the following XML <br title="><xmp>"/><script>alert(1)</script><xmp/> (I think a stray </xmp> tag will result in an empty element in IE, but I could remember incorrectly; anyway that's besides the point.) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "html5lib-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/html5lib-discuss?hl=en-GB -~----------~----~----~----~------~----~------~--~---
