Status: New
Owner: kpreid.switchb.org
Labels: Type-Refactoring Priority-Medium

New 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

In order to have faster and smaller Caja, it would be nice if we could skip having a HTML parser. There are allegedly tools to create and/or parse an “inert” HTML document which would not execute script or render, which we could then use as the data source for HtmlEmitter. Take a look at:

    document.implementation.createHTMLDocument
    window.DOMParser

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