Status: New
Owner: mikesamuel
Labels: Type-Defect Priority-Medium Gadget
New issue 1224 by [email protected]: "use cajita" in HTML script does not
remove Valija dependency.
http://code.google.com/p/google-caja/issues/detail?id=1224
If I cajole strictly HTML then the output module does not mention Valija.
If I add a script block starting with "use cajita"; then it does.
Test case:
<p id="x" style="width: 10em; height: 10em; border: .2em double gray;
padding: 1em;">This is a gadget.</p>
<script>
"use cajita";
</script>