- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 04 Apr 2011 20:15:35 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv16916
Modified Files:
Overview.src.html
Log Message:
Changed 'hyphen' type to 'dash', and set the character to en dash, which is apparently common in russian and finnish.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- Overview.src.html 4 Apr 2011 18:26:49 -0000 1.45
+++ Overview.src.html 4 Apr 2011 20:15:33 -0000 1.46
@@ -2026,9 +2026,9 @@
suffix: "";
}
-@counter-style hyphen {
+@counter-style dash {
type: repeating;
- glyphs: "–";
+ glyphs: "—"; /* en dash */
suffix: "";
}
Received on Monday, 4 April 2011 20:15:37 UTC