Sergiu,
What happens if users use them in lists? I'm asking because this is
documented in our syntax page on
xwiki.org
Thanks
-Vincent
On Aug 17, 2007, at 12:24 PM, Sergiu Dumitriu wrote:
Author: sdumitriu
Date: 2007-08-17 12:24:27 +0200 (Fri, 17 Aug 2007)
New Revision: 4378
Modified:
xwiki-platform/web/trunk/standard/src/main/webapp/skins/
albatross/wiki.css
Log:
XWIKI-652: Validate the used CSS files for compliance with standards
Fix list types not valid in CSS 2.1
Modified: xwiki-platform/web/trunk/standard/src/main/webapp/skins/
albatross/wiki.css
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/skins/
albatross/wiki.css 2007-08-17 10:15:52 UTC (rev 4377)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/skins/
albatross/wiki.css 2007-08-17 10:24:27 UTC (rev 4378)
@@ -168,12 +168,13 @@
ol.ALPHA { list-style-type: upper-alpha; }
ol.greek { list-style-type: lower-greek; }
ol.GREEK { list-style-type: lower-greek; }
+/* Disabled until they become valid CSS (in 3.0)
ol.hiragana { list-style-type: hiragana; }
ol.HIRAGANA { list-style-type: hiragana-iroha; }
ol.katakana { list-style-type: katakana; }
ol.KATAKANA { list-style-type: katakana-iroha; }
ol.HEBREW { list-style-type: hebrew; }
-
+*/
.wikicreatelink {
text-decoration: none;
}
--
You receive this message as a subscriber of the xwiki-
commits(a)objectweb.org mailing list.
To unsubscribe: mailto:xwiki-commits-unsubscribe@objectweb.org
For general help: mailto:sympa@objectweb.org?subject=help
ObjectWeb mailing lists service home page:
http://www.objectweb.org/
wws