Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(205)

Issue 122047: Issue 1116: Caja HTML parser doesnt retain the case of tag names. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 8 months ago by MikeSamuel
Modified:
16 years, 8 months ago
Reviewers:
Jasvir
CC:
google-caja-discuss_googlegroups.com, louiscryan
Base URL:
http://google-caja.googlecode.com/svn/trunk/
Visibility:
Public.

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. Submitted @3737

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -8 lines) Patch
M src/com/google/caja/parser/html/Html5ElementStack.java View 1 chunk +13 lines, -6 lines 0 comments Download
M src/com/google/caja/util/Name.java View 2 chunks +7 lines, -2 lines 0 comments Download
M tests/com/google/caja/AllTests.java View 2 chunks +2 lines, -0 lines 0 comments Download
M tests/com/google/caja/parser/html/DomParserTest.java View 1 chunk +17 lines, -0 lines 0 comments Download
A tests/com/google/caja/util/NameTest.java View 1 chunk +43 lines, -0 lines 0 comments Download

Messages

Total messages: 2
MikeSamuel
16 years, 8 months ago (2009-09-23 22:48:12 UTC) #1
Jasvir
16 years, 8 months ago (2009-09-24 00:16:56 UTC) #2
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b