Comment #3 on issue 1116 by louiscryan: Caja HTML parser doesnt retain the case of tag names.
http://code.google.com/p/google-caja/issues/detail?id=1116

Teplating languages that mix namespaced XML tags and HTML will be sensitive to the case of non-HTML tags. Fixing this makes Caja significantly more useful as a parser
for server-side templating languages. Consider

...
<br><option><select><ns:MyTemplateTag><select><ns:MyOtherTemplateTag></option>...

Wont parse as strict XML but would parse as HTML. However the template tags are not
in the HTML namespace and are case-sensitive.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to