csswg/css3-lists Overview.html,1.114,1.115 Overview.src.html,1.161,1.162

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Removed all the predefined styles for pushing to another document.  I'll add back the ones that have to stay in another commit.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- Overview.html	30 Nov 2011 01:54:54 -0000	1.114
+++ Overview.html	1 Dec 2011 01:41:08 -0000	1.115
@@ -25,13 +25,13 @@
 
    <h1>CSS Lists and Counters Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 November
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 December
     2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111130">http://www.w3.org/TR/2011/WD-css3-lists-20111130</a></dd>-->
[...2837 lines suppressed...]
-   <li>upper-russian, <a href="#upper-russian"
-    title=upper-russian><strong>10.3.</strong></a>
-
-   <li>upper-russian-full, <a href="#upper-russian-full"
-    title=upper-russian-full><strong>10.3.</strong></a>
-
-   <li>upper-serbo-croatian, <a href="#upper-serbo-croatian"
-    title=upper-serbo-croatian><strong>10.3.</strong></a>
-
-   <li>upper-ukrainian, <a href="#upper-ukrainian"
-    title=upper-ukrainian><strong>10.3.</strong></a>
-
-   <li>upper-ukrainian-full, <a href="#upper-ukrainian-full"
-    title=upper-ukrainian-full><strong>10.3.</strong></a>
-
-   <li>wolaita, <a href="#wolaita" title=wolaita><strong>10.3.</strong></a>
-
-   <li>yemsa, <a href="#yemsa" title=yemsa><strong>10.3.</strong></a>
   </ul>
   <!--end-index-->

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- Overview.src.html	30 Nov 2011 01:54:55 -0000	1.161
+++ Overview.src.html	1 Dec 2011 01:41:08 -0000	1.162
@@ -1592,1663 +1592,6 @@
 	<p class='note'>Note that the ''symbols()'' function only allows strings and images, while the 'symbols' descriptor of a ''@counter-style'' rule also allows identifiers.</p>
 
 
-<h2 id='ua-stylesheet'>
-Predefined Counter Styles</h2>
-
-	<p>While this specification defines a mechanism to allow authors to define
-	almost any counter style they would want, forcing authors to redefine common
-	styles every time they are used would be unnecessarily onerous.  To aid in this
-	regard, this specification predefines a large set of counter styles.  User agents 
-	must include the following stylesheet as a user-agent stylesheet, so authors 
[...1632 lines suppressed...]
-Extended Non-Repeating Numbered Styles</h3>
-
-	<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 symbols 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 symbols for each counter value must be the unicode symbol 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'
-		<li>'dotted-decimal'
-		<li>'double-circled-decimal'
-		<li>'filled-circled-decimal'
-		<li>'parenthesized-decimal'
-	</ul>
-
-
-<!-- ======================================================================= -->
-
 <h2 id="html4">
 Sample style sheet for HTML</h2>
 

Received on Thursday, 1 December 2011 01:41:15 UTC