csswg/css3-lists Overview.html,1.83,1.84 Overview.src.html,1.130,1.131

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Editorial.  Rearranged a badly constructed sentence.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- Overview.html	3 Nov 2011 16:41:16 -0000	1.83
+++ Overview.html	3 Nov 2011 23:39:14 -0000	1.84
@@ -2265,16 +2265,13 @@
    href="#fallback-style"><i title=counter-fallback>fallback style</i></a> of
    &lsquo;<a href="#decimal"><code class=css>decimal</code></a>&rsquo;, and a
    <a href="#negative-sign"><i title=counter-negative>negative sign</i></a>
-   of "\2D" ("-" hyphen-minus). If the &lt;type> was provided in the
-   arguments, the counter style's <a href="#algorithm"><i
-   title=counter-algorithm>algorithm</i></a> is constructed as described in
-   the previous chapter using the provided type and the provided &lt;glyphs>
-   as the value of the &lsquo;<a href="#descdef-glyphs"><code
-   class=property>glyphs</code></a>&rsquo; property; if no &lt;type> was
-   provided, it's constructed using the &lsquo;<code
-   class=css>symbolic</code>&rsquo; type and the provided &lt;glyphs> as the
-   value of the &lsquo;<a href="#descdef-glyphs"><code
-   class=property>glyphs</code></a>&rsquo; property.
+   of "\2D" ("-" hyphen-minus). The counter style's <a href="#algorithm"><i
+   title=counter-algorithm>algorithm</i></a> is constructed by consulting the
+   previous chapter using the provided type - or &lsquo;<code
+   class=css>symbolic</code>&rsquo; if the type was omitted - and the
+   provided &lt;glyphs> as the value of the &lsquo;<a
+   href="#descdef-glyphs"><code class=property>glyphs</code></a>&rsquo;
+   property.
 
   <div class=example>
    <p>This code:</p>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- Overview.src.html	3 Nov 2011 16:41:16 -0000	1.130
+++ Overview.src.html	3 Nov 2011 23:39:14 -0000	1.131
@@ -1535,7 +1535,7 @@
 
 	<p>Where &lt;glyphs> is a valid value for the 'glyphs' descriptor in a ''@counter-style'' rule, and &lt;type> is one of the following keywords: ''repeating'', ''numeric'', ''alphabetic'', ''symbolic'', or ''non-repeating''.</p>
 
-	<p>The ''symbols()'' function defines an anonymous counter style with no <i title="counter-name">name</i>, a <i title="counter-prefix">prefix</i> and <i title="counter-suffix">suffix</i> of ''""'' (the empty string), a <i title="counter-lower-bound">lower bound</i> of negative infinity, an <i title="counter-upper-bound">upper bound</i> of infinity, an <i title="counter-fallback">fallback style</i> of ''decimal'', and a <i title="counter-negative">negative sign</i> of "\2D" ("-" hyphen-minus).  If the &lt;type> was provided in the arguments, the counter style's <i title="counter-algorithm">algorithm</i> is constructed as described in the previous chapter using the provided type and the provided &lt;glyphs> as the value of the 'glyphs' property; if no &lt;type> was provided, it's constructed using the ''symbolic'' type and the provided &lt;glyphs> as the value of the 'glyphs' property.</p>
+	<p>The ''symbols()'' function defines an anonymous counter style with no <i title="counter-name">name</i>, a <i title="counter-prefix">prefix</i> and <i title="counter-suffix">suffix</i> of ''""'' (the empty string), a <i title="counter-lower-bound">lower bound</i> of negative infinity, an <i title="counter-upper-bound">upper bound</i> of infinity, an <i title="counter-fallback">fallback style</i> of ''decimal'', and a <i title="counter-negative">negative sign</i> of "\2D" ("-" hyphen-minus).  The counter style's <i title="counter-algorithm">algorithm</i> is constructed by consulting the previous chapter using the provided type - or ''symbolic'' if the type was omitted - and the provided &lt;glyphs> as the value of the 'glyphs' property.</p>
 
 	<div class='example'>
 		<p>This code:</p>

Received on Thursday, 3 November 2011 23:39:21 UTC