Reviewers: kpreid2,
Description:
Per request. This will also be merged into the es53 branch.
Please review this at https://codereview.appspot.com/60680044/
Affected files (+4, -2 lines):
M src/com/google/caja/lang/css/css3-defs.json
Index: src/com/google/caja/lang/css/css3-defs.json
===================================================================
--- src/com/google/caja/lang/css/css3-defs.json (revision 5661)
+++ src/com/google/caja/lang/css/css3-defs.json (working copy)
@@ -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.