- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Nov 2011 23:15:23 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv1912
Modified Files:
Overview.html Overview.src.html
Log Message:
Added issue about the complex counter styles and whether we need them defined out that far.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- Overview.html 21 Nov 2011 22:34:51 -0000 1.106
+++ Overview.html 21 Nov 2011 23:15:21 -0000 1.107
@@ -3466,6 +3466,14 @@
in an ‘<code class=property>override</code>’ type, reusing the
algorithm but swapping out some of the other descriptors.
+ <p class=issue>Is it necessary to define ‘<code
+ class=css>ethiopian-numeric</code>’ and the longhand Chinese styles
+ out to these ranges? I have no idea if it would be common to use them in
+ the sorts of situations where you need counter-styles in the thousands or
+ higher. If they'll typically be used for only low-count use-cases, we can
+ simplify them by just making them "non-repeating" styles manually defined
+ out to 100 or so values.
+
<h3 id=glyph-counters><span class=secno>11.1. </span> Glyphs</h3>
<p>CSS 2.1 defined three single-glyph counter styles (‘<a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- Overview.src.html 21 Nov 2011 22:34:52 -0000 1.153
+++ Overview.src.html 21 Nov 2011 23:15:21 -0000 1.154
@@ -2533,6 +2533,8 @@
described below. For example, an author can reference one of these styles in an
'override' type, reusing the algorithm but swapping out some of the other descriptors.</p>
+ <p class='issue'>Is it necessary to define ''ethiopian-numeric'' and the longhand Chinese styles out to these ranges? I have no idea if it would be common to use them in the sorts of situations where you need counter-styles in the thousands or higher. If they'll typically be used for only low-count use-cases, we can simplify them by just making them "non-repeating" styles manually defined out to 100 or so values.</p>
+
<h3 id='glyph-counters'>
Glyphs</h3>
Received on Monday, 21 November 2011 23:15:26 UTC