- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Nov 2011 01:54:57 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv31486
Modified Files:
Overview.html Overview.src.html
Log Message:
Fixed lingering reference to '<symbols>'.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- Overview.html 30 Nov 2011 01:51:41 -0000 1.113
+++ Overview.html 30 Nov 2011 01:54:54 -0000 1.114
@@ -2349,7 +2349,7 @@
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 <symbols> as the value of the ‘<a
+ provided <string>s and <image>s as the value of the ‘<a
href="#descdef-symbols"><code class=property>symbols</code></a>’
property.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- Overview.src.html 30 Nov 2011 01:51:41 -0000 1.160
+++ Overview.src.html 30 Nov 2011 01:54:55 -0000 1.161
@@ -1555,7 +1555,7 @@
<p>Where <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). 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 <symbols> as the value of the 'symbols' 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 <string>s and <image>s as the value of the 'symbols' property.</p>
<div class='example'>
<p>This code:</p>
Received on Wednesday, 30 November 2011 01:54:59 UTC