csswg/css3-lists Overview.html,1.45,1.46 Overview.src.html,1.87,1.88

Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv20957

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fiddled with the greek styles to reflect actual usage.
Fixed a typo.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- Overview.html	19 May 2011 22:45:19 -0000	1.45
+++ Overview.html	20 May 2011 00:28:18 -0000	1.46
@@ -25,12 +25,12 @@
 
    <h1>CSS Lists and Counters Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 May 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 May 2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-lists-20110519">http://www.w3.org/TR/2011/WD-css3-lists-20110519</a></dd> -->
+    <dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-lists-20110520">http://www.w3.org/TR/2011/WD-css3-lists-20110520</a></dd> -->
      <a
      href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a>
 
@@ -3122,6 +3122,7 @@
 	type: alphabetic;
 	glyphs: '\3B1' '\3B2' '\3B3' '\3B4' '\3B5' '\3B6' '\3B7' '\3B8' '\3B9' '\3BA' '\3BB' '\3BC' '\3BD' '\3BE' '\3BF' '\3C0' '\3C1' '\3C3' '\3C4' '\3C5' '\3C6' '\3C7' '\3C8' '\3C9';
 	/* 'α' 'β' 'γ' 'δ' 'ε' 'ζ' 'η' 'θ' 'ι' 'κ' 'λ' 'μ' 'ν' 'ξ' 'ο' 'π' 'ρ' 'σ' 'τ' 'υ' 'φ' 'χ' 'ψ' 'ω' */
+	/* This style is only defined because CSS2.1 has it.  It doesn't appear to actually be used in Greek texts. */
 }
 
 @counter-style lower-macedonian {
@@ -3238,12 +3239,6 @@
 	/* 'А' 'Б' 'В' 'Г' 'Д' 'Е' 'Ж' 'З' 'И' 'Й' 'К' 'Л' 'М' 'Н' 'О' 'П' 'Р' 'С' 'Т' 'У' 'Ф' 'Х' 'Ц' 'Ч' 'Ш' 'Щ' 'Ъ' 'Ь' 'Ю' 'Я' */
 }
 
-@counter-style upper-greek {
-	type: alphabetic;
-	glyphs: '\391' '\392' '\393' '\394' '\395' '\396' '\397' '\398' '\399' '\39A' '\39B' '\39C' '\39D' '\39E' '\39F' '\3A0' '\3A1' '\3A3' '\3A4' '\3A5' '\3A6' '\3A7' '\3A8' '\3A9';
-	/* 'Α' 'Β' 'Γ' 'Δ' 'Ε' 'Ζ' 'Η' 'Θ' 'Ι' 'Κ' 'Λ' 'Μ' 'Ν' 'Ξ' 'Ο' 'Π' 'Ρ' 'Σ' 'Τ' 'Υ' 'Φ' 'Χ' 'Ψ' 'Ω' */
-}
-
 @counter-style upper-macedonian {
 	type: alphabetic;
 	glyphs: '\410' '\411' '\412' '\413' '\414' '\403' '\415' '\416' '\417' '\405' '\418' '\408' '\41A' '\41B' '\409' '\41C' '\41D' '\40A' '\41E' '\41F' '\420' '\421' '\422' '\40C' '\423' '\424' '\425' '\426' '\427' '\40F' '\428';
@@ -3566,6 +3561,13 @@
 	suffix: '\3001';
 	/* '、' */
 }
+
+@counter-style greek {
+	type: additive;
+	range: 1 999;
+	additive-glyphs: 900 '\3E1', 800 '\3C9', 700 '\3C8', 600 '\3C7', 500 '\3C6', 400 '\3C5', 300 '\3C4', 200 '\3C3', 100 '\3C1', 90 '\3DF', 80 '\3C0', 70 '\3BF', 60 '\3BE', 50 '\3BD', 40 '\3BC', 30 '\3BB', 20 '\3BA', 10 '\3B9', 9 '\3B8', 8 '\3B7', 7 '\3B6', 6 '\3C3\3C4', 5 '\3B4', 4 '\3B3', 3 '\3B2', 2 '\3B1', 1 '\3B0';
+	/* 900 'ϡ', 800 'ω', 700 'ψ', 600 'χ', 500 'φ', 400 'υ', 300 'τ', 200 'σ', 100 'ρ', 90 'ϟ', 80 'π', 70 'ο', 60 'ξ', 50 'ν', 40 'μ', 30 'λ', 20 'κ', 10 'ι', 9 'θ', 8 'η', 7 'ζ', 6 '', 5 'ε', 4 'δ', 3 'γ', 2 'β', 1 'α' */
+}
 	</bdo></code></pre>
 
   <p class=issue>Per <a
@@ -3589,7 +3591,7 @@
    section describes how to extend the limited counter-styles to a larger
    range.
 
-  <p>This entirely section is normative, but <strong>optional</strong>.
+  <p>This entire section is normative, but <strong>optional</strong>.
    User-agents may ignore it and still be conformant. If a user-agent
    implements some of the extended forms described in this section, they must
    be implemented as described here.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- Overview.src.html	19 May 2011 22:45:19 -0000	1.87
+++ Overview.src.html	20 May 2011 00:28:18 -0000	1.88
@@ -2441,6 +2441,7 @@
 	type: alphabetic;
 	glyphs: '\3B1' '\3B2' '\3B3' '\3B4' '\3B5' '\3B6' '\3B7' '\3B8' '\3B9' '\3BA' '\3BB' '\3BC' '\3BD' '\3BE' '\3BF' '\3C0' '\3C1' '\3C3' '\3C4' '\3C5' '\3C6' '\3C7' '\3C8' '\3C9';
 	/* 'α' 'β' 'γ' 'δ' 'ε' 'ζ' 'η' 'θ' 'ι' 'κ' 'λ' 'μ' 'ν' 'ξ' 'ο' 'π' 'ρ' 'σ' 'τ' 'υ' 'φ' 'χ' 'ψ' 'ω' */
+	/* This style is only defined because CSS2.1 has it.  It doesn't appear to actually be used in Greek texts. */
 }
 
 @counter-style lower-macedonian {
@@ -2557,12 +2558,6 @@
 	/* 'А' 'Б' 'В' 'Г' 'Д' 'Е' 'Ж' 'З' 'И' 'Й' 'К' 'Л' 'М' 'Н' 'О' 'П' 'Р' 'С' 'Т' 'У' 'Ф' 'Х' 'Ц' 'Ч' 'Ш' 'Щ' 'Ъ' 'Ь' 'Ю' 'Я' */
 }
 
-@counter-style upper-greek {
-	type: alphabetic;
-	glyphs: '\391' '\392' '\393' '\394' '\395' '\396' '\397' '\398' '\399' '\39A' '\39B' '\39C' '\39D' '\39E' '\39F' '\3A0' '\3A1' '\3A3' '\3A4' '\3A5' '\3A6' '\3A7' '\3A8' '\3A9';
-	/* 'Α' 'Β' 'Γ' 'Δ' 'Ε' 'Ζ' 'Η' 'Θ' 'Ι' 'Κ' 'Λ' 'Μ' 'Ν' 'Ξ' 'Ο' 'Π' 'Ρ' 'Σ' 'Τ' 'Υ' 'Φ' 'Χ' 'Ψ' 'Ω' */
-}
-
 @counter-style upper-macedonian {
 	type: alphabetic;
 	glyphs: '\410' '\411' '\412' '\413' '\414' '\403' '\415' '\416' '\417' '\405' '\418' '\408' '\41A' '\41B' '\409' '\41C' '\41D' '\40A' '\41E' '\41F' '\420' '\421' '\422' '\40C' '\423' '\424' '\425' '\426' '\427' '\40F' '\428';
@@ -2885,6 +2880,13 @@
 	suffix: '\3001';
 	/* '、' */
 }
+
+@counter-style greek {
+	type: additive;
+	range: 1 999;
+	additive-glyphs: 900 '\3E1', 800 '\3C9', 700 '\3C8', 600 '\3C7', 500 '\3C6', 400 '\3C5', 300 '\3C4', 200 '\3C3', 100 '\3C1', 90 '\3DF', 80 '\3C0', 70 '\3BF', 60 '\3BE', 50 '\3BD', 40 '\3BC', 30 '\3BB', 20 '\3BA', 10 '\3B9', 9 '\3B8', 8 '\3B7', 7 '\3B6', 6 '\3C3\3C4', 5 '\3B4', 4 '\3B3', 3 '\3B2', 2 '\3B1', 1 '\3B0';
+	/* 900 'ϡ', 800 'ω', 700 'ψ', 600 'χ', 500 'φ', 400 'υ', 300 'τ', 200 'σ', 100 'ρ', 90 'ϟ', 80 'π', 70 'ο', 60 'ξ', 50 'ν', 40 'μ', 30 'λ', 20 'κ', 10 'ι', 9 'θ', 8 'η', 7 'ζ', 6 '', 5 'ε', 4 'δ', 3 'γ', 2 'β', 1 'α' */
+}
 	</bdo></code></pre>
 
 	<p class=issue>Per <a href="http://www.ethiopic.org/w3c/css/WD-css3-lists-20020220-comments.html#armenianlists">http://www.ethiopic.org/w3c/css/WD-css3-lists-20020220-comments.html#armenianlists</a>, putting the circumflex above a digit in armenian numbering multiplies the digit by 1000.  The draft currently states a 10,000 multiplier.  Which is correct? (Having the multiplier be 1000 means that you can potentially write the thousands digit two ways, using either the set of thousands digits or the set of ones digits with a circumflex.  The examples given in the note appear to use the former.)</p>
@@ -2897,7 +2899,7 @@
 
 	<p>Some counter styles described in earlier chapters have been limited to an artifically small (though still useful) range to reduce the overall complexity of the spec and the task of implementing those styles.  However, some implementations might consider the extra complexity worthwhile  for the additional range it offers to authors.  To accomodate this, this section describes how to extend the limited counter-styles to a larger range.</p>
 
-	<p>This entirely section is normative, but <strong>optional</strong>.  User-agents may ignore it and still be conformant.  If a user-agent implements some of the extended forms described in this section, they must be implemented as described here.</p>
+	<p>This entire section is normative, but <strong>optional</strong>.  User-agents may ignore it and still be conformant.  If a user-agent implements some of the extended forms described in this section, they must be implemented as described here.</p>
 
 
 <h3 id='extended-cjk-longhand'>

Received on Friday, 20 May 2011 00:28:22 UTC