Reviewers: jasvir,

Description:
From http://code.google.com/p/google-caja/issues/detail?id=1116
    Caja will convert the case of all tags to lower case when not
    parsing in XML mode. XML mode requires the document to be well
    formed which is not compatible with HTML in the wild.

Changed it so that embedded XML elements with a namespace prefix are
not case normalized.

Please review this at http://codereview.appspot.com/122047

Affected files:
  M     src/com/google/caja/parser/html/Html5ElementStack.java
  M     src/com/google/caja/util/Name.java
  M     tests/com/google/caja/AllTests.java
  M     tests/com/google/caja/parser/html/DomParserTest.java
  A     tests/com/google/caja/util/NameTest.java


Reply via email to