csswg/css3-lists Overview.html,1.51,1.52 Overview.src.html,1.93,1.94

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Added headings and dfns to the predefined counter styles.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- Overview.html	20 May 2011 01:10:41 -0000	1.51
+++ Overview.html	20 May 2011 01:21:54 -0000	1.52
@@ -231,6 +231,25 @@
 
    <li><a href="#ua-stylesheet"><span class=secno>9. </span> Predefined
     Counter Styles</a>
+    <ul class=toc>
+     <li><a href="#predefined-repeating"><span class=secno>9.1. </span>
+      Predefined Repeating Styles</a>
+
+     <li><a href="#predefined-numeric"><span class=secno>9.2. </span>
+      Predefined Numeric Styles</a>
+
+     <li><a href="#predefined-alphabetic"><span class=secno>9.3. </span>
[...1920 lines suppressed...]
+
+   <li>upper-russian-full, <a href="#upper-russian-full"
+    title=upper-russian-full><strong>9.3.</strong></a>
+
+   <li>upper-serbo-croatian, <a href="#upper-serbo-croatian"
+    title=upper-serbo-croatian><strong>9.3.</strong></a>
+
+   <li>upper-ukrainian, <a href="#upper-ukrainian"
+    title=upper-ukrainian><strong>9.3.</strong></a>
+
+   <li>upper-ukrainian-full, <a href="#upper-ukrainian-full"
+    title=upper-ukrainian-full><strong>9.3.</strong></a>
+
+   <li>uses, <a href="#uses" title=uses><strong>8.1.7.</strong></a>
+
+   <li>wolaita, <a href="#wolaita" title=wolaita><strong>9.3.</strong></a>
+
+   <li>yemsa, <a href="#yemsa" title=yemsa><strong>9.3.</strong></a>
   </ul>
   <!--end-index-->

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- Overview.src.html	20 May 2011 01:10:41 -0000	1.93
+++ Overview.src.html	20 May 2011 01:21:54 -0000	1.94
@@ -255,7 +255,7 @@
 	<div class="example">
 		<p>The following example sets the marker at the beginning of each list item to
 		be the image "ellipse.png".</p>
-		<pre>LI { list-style-image: url("http://www.example.com/ellipse.png") }</pre>
+		<pre>LI { list-style-image: url("http://www.example.com/ellipse.png") }</bdo></code></pre>
 	</div>
 
 <!-- ====================================================================== -->
@@ -794,25 +794,25 @@
 }
 	</pre>
[...1137 lines suppressed...]
+@counter-style <dfn>greek</dfn> {
 	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>
+}</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>
 
@@ -3353,7 +3363,7 @@
 
 	<p>Several non-repeating styles are numeric in nature, but are represented by single Unicode characters.  As such, they are limited to the range of characters that Unicode saw fit to define for them.  However, new glyphs can be generated by the UA over a somewhat extended range.</p>
 
-	<p>All of the following styles are defined over the range 1-99.  The glyphs for each counter value must be the unicode glyph already defined for that value in the existing @counter-style rule, or a generated image in the same style with the counter value changed as appropriate:</p>
+	<p>All of the following styles are defined over the range 1-99.  The glyphs for each counter value must be the unicode glyph already defined for that value in the existing @counter-style <dfn>rule</dfn>, or a generated image in the same style with the counter value changed as appropriate:</p>
 
 	<ul>
 		<li>'circled-decimal'

Received on Friday, 20 May 2011 01:21:58 UTC