Revision: 5663
Author:   [email protected]
Date:     Tue Feb 11 14:51:35 2014 UTC
Log:      allow firefox's CSS text-overflow extensions (merge from trunk)

svn merge -c 5662 https://google-caja.googlecode.com/svn/trunk/

http://code.google.com/p/google-caja/source/detail?r=5663

Modified:
 /branches/es53
 /branches/es53/src/com/google/caja/lang/css/css3-defs.json

=======================================
--- /branches/es53/src/com/google/caja/lang/css/css3-defs.json Sat Dec 28 02:43:59 2013 UTC +++ /branches/es53/src/com/google/caja/lang/css/css3-defs.json Tue Feb 11 14:51:35 2014 UTC
@@ -995,12 +995,14 @@
       "mediaGroups": ["visual"] },

     { "key": "text-overflow",
-      "signature": "clip | ellipsis",
+      "signature": "[ clip | ellipsis | <string> ]{1,2}",
       "default": null,
       "appliesTo": "*",
       "inherited": false,
       "mediaGroups": ["visual"],
-      "source": "http://www.css3.com/css-text-overflow/"; },
+      "comment": "This allows firefox's extended syntax",
+      "source":
+ "https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow"; },

     { "key": "text-shadow",
       "signature": "none | [ <shadow>, ]* <shadow>",

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to