Comment #5 on issue 1823 by kpreid.switchb.org: Try using native HTML
parsing instead of html-sanitizer.js
http://code.google.com/p/google-caja/issues/detail?id=1823
Note that since this technique parses the entire document before executing
any script, it can't be made to handle unbalanced document.write structure,
e.g.
<div>
foo
<script>document.write('</div><div>');</script>
bar
</div>
This is the same restriction as present in ES5/3 mode for the same reason,
but it would be new to ES5 mode.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.