Revision: 5417
Author:   [email protected]
Date:     Wed May 22 11:36:57 2013
Log:      Add CSS3 draft list-style-type values.
https://codereview.appspot.com/9660043

Fixes <https://code.google.com/p/google-caja/issues/detail?id=1679>.

[email protected]

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

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

=======================================
--- /trunk/src/com/google/caja/lang/css/css-extensions-defs.json Wed Feb 13 14:19:54 2013 +++ /trunk/src/com/google/caja/lang/css/css-extensions-defs.json Wed May 22 11:36:57 2013
@@ -217,6 +217,15 @@
       "source": "http://www.w3.org/TR/css3-fonts/#font-stretch";
     },

+    { "key": "list-style-type",
+ "signature": "decimal | decimal-leading-zero | cjk-decimal | lower-roman | upper-roman | armenian | georgian | hebrew | lower-alpha | lower-latin | upper-alpha | upper-latin | lower-greek | hiragana | hiragana-iroha | katakana | katakana-iroha | disc | circle | square | disclosure-open | disclosure-closed | japanese-informal | japanese-formal | korean-hangul-formal | korean-hanja-informal | korean-hanja-formal | simp-chinese-informal | simp-chinese-formal | trad-chinese-informal | trad-chinese-formal | ethiopic-numeric | none | inherit", + "signature-comment": "from http://www.w3.org/TR/css-counter-styles-3/ as of 2013-05-22",
+      "default": "disc",
+      "appliesTo": { "include": ["display: list-item"] },
+      "inherited": true,
+      "mediaGroups": ["visual"],
+      "dom2property": "listStyleType" },
+
     { "key": "max-height",
       "signature": "<length:0,> | <percentage:0,> | none | inherit | auto",
       "default": "none",

--

--- 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