Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1822 by [email protected]: Caja HTML-CSS Sanitizer is not
compatible with Closure Compiler's ADVANCED_OPTIMIZATIONS
http://code.google.com/p/google-caja/issues/detail?id=1822
Revision: head
Browser/OS: all
What steps will reproduce the problem?
1. Set up HTML that contains an element with an inline style with a margin:
<div style="margin: 10px"></div>
2. Run the HTML CSS Sanitizer on this code
Expected output:
<div style="margin: 10px"></div>
Actual output:
<div style="margin: "></div>
--
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.