Reviewers: felix8a,
Description:
Fixes
http://code.google.com/p/google-caja/issues/detail?id=1471
This change required passing an out-of-band "this attribute was
unspecified by the guest programmer" signal from TemplateCompiler to
HtmlAttributeRewriter. See changes for details of how this is done.
Please review this at
http://codereview.appspot.com/6240043/
Affected files:
M src/com/google/caja/plugin/domado.js
M src/com/google/caja/plugin/templates/HtmlAttributeRewriter.java
M src/com/google/caja/plugin/templates/TemplateCompiler.java
M tests/com/google/caja/plugin/HtmlCompiledPluginTest.java
M tests/com/google/caja/plugin/es53-test-target-attribute-presets.js
M tests/com/google/caja/plugin/templates/TemplateCompilerTest.java
M
tests/com/google/caja/plugin/templates/template-compiler-golden1-dynamic.js
M
tests/com/google/caja/plugin/templates/template-compiler-golden1-nulluripol.js
M
tests/com/google/caja/plugin/templates/template-compiler-golden1-static.js
M tests/com/google/caja/service/HtmlHandlerTest.java