csswg/css3-lists Overview.html,1.15,1.16 Overview.src.html,1.33,1.34

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Started re-adding the CJK styles as special types.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Overview.html	16 Mar 2011 00:47:15 -0000	1.15
+++ Overview.html	18 Mar 2011 22:54:29 -0000	1.16
@@ -31,13 +31,13 @@
 
    <h1>CSS Lists and Counters Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 16 March
+   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 18 March
     2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-lists-20110316">http://www.w3.org/TR/2011/WD-css3-lists-20110316</a></dd> -->
[...2118 lines suppressed...]
+
+   <li>japanese-informal, <a href="#japanese-informal"
+    title=japanese-informal><strong>4.3.4.</strong></a>
+
    <li>list-style, <a href="#list-style"
     title=list-style><strong>8.</strong></a>
 
@@ -2500,6 +3531,12 @@
    <li>repeating, <a href="#repeating"
     title=repeating><strong>10.1.1.</strong></a>
 
+   <li>simp-chinese-formal, <a href="#simp-chinese-formal"
+    title=simp-chinese-formal><strong>4.3.3.</strong></a>
+
+   <li>simp-chinese-informal, <a href="#simp-chinese-informal"
+    title=simp-chinese-informal><strong>4.3.3.</strong></a>
+
    <li>&lt;string>, <a href="#ltstring"
     title="&lt;string>"><strong>3.</strong></a>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Overview.src.html	16 Mar 2011 22:55:00 -0000	1.33
+++ Overview.src.html	18 Mar 2011 22:54:29 -0000	1.34
@@ -290,21 +290,276 @@
 	A, using the given name as the counter style name and the given algorithm to format
 	counter values.  They must be overrideable like any other predefined counter style.</p>
 
-	<dl>
-		<dt>hebrew</dt>
-		<dd>
-			<p>This is a simple additive system defined for the range 1 to 999999.
-			The digits are split into two groups of three. Within each group,
-			appropriate digits are picked from the following list (at most one per
-			column) and written in descending order by value (hundreds first). If
-			there is more than one group, the first group is followed by U+05F3 HEBREW
[...1099 lines suppressed...]
+	glyphs: "ⅰ" "ⅱ" "ⅲ" "ⅳ" "ⅴ" "ⅵ" "ⅶ" "ⅷ" "ⅸ" "ⅹ" "ⅺ" "ⅻ";
+	suffix: "";
+}
+
 @counter-style parenthesised-decimal {
 	type: non-repeating 1;
 	glyphs: "⑴" "⑵" "⑶" "⑷" "⑸" "⑹" "⑺" "⑻" "⑼" "⑽" "⑾" "⑿" "⒀" "⒁" "⒂" "⒃" "⒄" "⒅" "⒆" "⒇";
@@ -2132,12 +2494,6 @@
 	suffix: "";
 }
 
-@counter-style decimal-leading-zero {
-	type: non-repeating -9;
-	glyphs: "-09" "-08" "-07" "-06" "-05" "-04" "-03" "-02" "-01" "00" "01" "02" "03" "04" "05" "06" "07" "08" "09";
-	suffix: "";
-}
-
 
 /* Additive */
 

Received on Friday, 18 March 2011 22:54:33 UTC