Updates:
        Status: Started

Comment #2 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

The above code also needs doc.open() before write(...) or it parses/inserts in the <body> context.

Did a quick prototype which removes html-sanitizer.js entirely and replaces HtmlEmitter's use of its parser with this technique, and all the tests I've tried pass (on Chrome) except that I haven't implemented .innerHTML (which is currently based on sanitizing the provided HTML).

--
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.

Reply via email to