Reviewers: zhoresh,

Description:
* Stop throwing runtime errors in the css parser
* rename HTMLElement.{g,s}etStyle method to avoid conflicts
* Fix entity name handling in HTML.
* Be more tolerant when parsing doctypes


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

Affected files:
  M     pom.xml


Index: pom.xml
===================================================================
--- pom.xml     (revision 988397)
+++ pom.xml     (working copy)
@@ -1428,7 +1428,7 @@
       <dependency>
         <groupId>caja</groupId>
         <artifactId>caja</artifactId>
-        <version>r4209</version>
+        <version>r4251</version>
         <scope>compile</scope>
       </dependency>
       <dependency>


Reply via email to