Revision: 5662
Author:   [email protected]
Date:     Tue Feb 11 07:14:43 2014 UTC
Log:      allow firefox's CSS text-overflow extensions
https://codereview.appspot.com/60680044

Per request. This will also be merged into the es53 branch.

R=kpreid2


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

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

=======================================
--- /trunk/src/com/google/caja/lang/css/css3-defs.json Fri Dec 27 23:36:20 2013 UTC +++ /trunk/src/com/google/caja/lang/css/css3-defs.json Tue Feb 11 07:14:43 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