- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Nov 2011 23:39:16 +0000
- To: public-css-commits@w3.org
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
‘<a href="#decimal"><code class=css>decimal</code></a>’, and a
<a href="#negative-sign"><i title=counter-negative>negative sign</i></a>
- of "\2D" ("-" hyphen-minus). If the <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 <glyphs>
- as the value of the ‘<a href="#descdef-glyphs"><code
- class=property>glyphs</code></a>’ property; if no <type> was
- provided, it's constructed using the ‘<code
- class=css>symbolic</code>’ type and the provided <glyphs> as the
- value of the ‘<a href="#descdef-glyphs"><code
- class=property>glyphs</code></a>’ 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 ‘<code
+ class=css>symbolic</code>’ if the type was omitted - and the
+ provided <glyphs> as the value of the ‘<a
+ href="#descdef-glyphs"><code class=property>glyphs</code></a>’
+ 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 <glyphs> is a valid value for the 'glyphs' descriptor in a ''@counter-style'' rule, and <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 <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 <glyphs> as the value of the 'glyphs' property; if no <type> was provided, it's constructed using the ''symbolic'' type and the provided <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 <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