csswg/css3-lists Overview.html,1.90,1.91 Overview.src.html,1.137,1.138

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Corrected some lingering mistakes around consolidating stuff into <counter-style>.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- Overview.html	18 Nov 2011 00:47:21 -0000	1.90
+++ Overview.html	18 Nov 2011 02:16:06 -0000	1.91
@@ -526,7 +526,7 @@
     <tr>
      <th>Value:
 
-     <td>&lt;string> | &lt;symbols-function> | &lt;counter-style> | none
+     <td>&lt;string> | &lt;counter-style> | none
 
     <tr>
      <th>Initial:
@@ -585,9 +585,10 @@
      spec.</p>
 
     <p>This specification defines a method for authors to create their own
-     counter styles which may be used here. Additionally, many useful counter
-     styles are predefined in the sections on <a
-     href="#predefined-counters">Complex Counter Styles</a> and <a
+     counter styles, both <a href="#counter-style">named</a> and <a
+     href="#symbols-function">anonymous</a>, which may be used here.
+     Additionally, many useful counter styles are predefined in the sections
+     on <a href="#predefined-counters">Complex Counter Styles</a> and <a
      href="#ua-stylesheet">Predefined Counter Styles</a>.</p>
 
    <dt><dfn id=none>none</dfn>
@@ -1456,10 +1457,11 @@
   <p>The <i>&lt;counter-style> type is defined as:</i>
 
   <pre><dfn
-   id=ltcounter-style>&lt;counter-style></dfn> = IDENT | &lt;symbols-function></pre>
+   id=ltcounter-style>&lt;counter-style></dfn> = &lt;identifier> | &lt;symbols-function></pre>
 
-  <p>where the IDENT must be the name of a valid custom counter style defined
-   with the &lsquo;<code class=css>@counter-style</code>&rsquo; rule.
+  <p>where the &lt;identifier> must be the name of a valid custom counter
+   style defined with the &lsquo;<code class=css>@counter-style</code>&rsquo;
+   rule.
 
   <h3 id=counter-style-type><span class=secno>8.1. </span> Counter
    algorithms: the &lsquo;<a href="#descdef-type"><code
@@ -4746,7 +4748,7 @@
     <tr>
      <th><a class=property href="#list-style-type">list-style-type</a>
 
-     <td>&lt;string> | &lt;symbols-function> | &lt;counter-style> | none
+     <td>&lt;string> | &lt;counter-style> | none
 
      <td>disc
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- Overview.src.html	18 Nov 2011 00:47:47 -0000	1.137
+++ Overview.src.html	18 Nov 2011 02:16:06 -0000	1.138
@@ -240,7 +240,7 @@
 			<td><dfn>list-style-type</dfn>
 		<tr>
 			<th>Value:
-			<td>&lt;string> | &lt;symbols-function> | &lt;counter-style> | none
+			<td>&lt;string> | &lt;counter-style> | none
 		<tr>
 			<th>Initial:
 			<td>disc
@@ -269,15 +269,9 @@
 
 		<dt><i>&lt;counter-style></i></dt>
 		<dd>
-			<p>The <code class=css>::marker</code> pseudo-element's default contents must be the value of 
-			the ''list-item'' counter, formatted according to the given counter style.  
-			Algorithms for formatting a value according to a counter style are given 
-			later in this spec.</p>
-			<p>This specification defines a method for authors to create their 
-			own counter styles which may be used here.  Additionally, many
-			useful counter styles are predefined in the sections on 
-			<a href="#predefined-counters">Complex Counter Styles</a> and
-			<a href="#ua-stylesheet">Predefined Counter Styles</a>.</p>
+			<p>The <code class=css>::marker</code> pseudo-element's default contents must be the value of the ''list-item'' counter, formatted according to the given counter style. Algorithms for formatting a value according to a counter style are given later in this spec.</p> 
+
+			<p>This specification defines a method for authors to create their own counter styles, both <a href="#counter-style">named</a> and <a href="#symbols-function">anonymous</a>, which may be used here.  Additionally, many useful counter styles are predefined in the sections on <a href="#predefined-counters">Complex Counter Styles</a> and <a href="#ua-stylesheet">Predefined Counter Styles</a>.</p>
 		</dd>
 
 		<dt><dfn>none</dfn></dt>
@@ -881,9 +875,9 @@
 
 	<p>The <i>&lt;counter-style> type is defined as:</p>
 
-	<pre><dfn>&lt;counter-style></dfn> = IDENT | &lt;symbols-function></pre>
+	<pre><dfn>&lt;counter-style></dfn> = &lt;identifier> | &lt;symbols-function></pre>
 
-	<p>where the IDENT must be the name of a valid custom counter style defined with the ''@counter-style'' rule.</p>
+	<p>where the &lt;identifier> must be the name of a valid custom counter style defined with the ''@counter-style'' rule.</p>
 
 <h3 id='counter-style-type'>
 Counter algorithms: the 'type' descriptor</h3>

Received on Friday, 18 November 2011 02:16:10 UTC