- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Dec 2011 23:25:44 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv16508
Modified Files:
Overview.html Overview.src.html
Log Message:
Editorial: Remove confusing and now-outdated reference to the Complex Counter Style chapter.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- Overview.html 5 Dec 2011 23:24:55 -0000 1.118
+++ Overview.html 5 Dec 2011 23:25:42 -0000 1.119
@@ -1377,15 +1377,14 @@
<p>Unfortunately, the set of potentially useful list styles is too large to
specify ahead of time - the world contains thousands of languages and
hundreds of scripts, not to mention the near-infinite stylistic variations
- found on the web that go beyond mere languaged-based variation. The
+ found on the web that go beyond mere language-based variation. The
‘<code class=css>@counter-style</code>’ rule allows CSS to
address this in an open-ended manner, by allowing the author to define
their own counter styles. These styles can then be used in the ‘<a
href="#list-style-type"><code
class=property>list-style-type</code></a>’ property or in the
‘<code class=css>counter()</code>’ and ‘<code
- class=css>counters()</code>’ functions, exactly like the Complex
- Counter Styles in CSS.
+ class=css>counters()</code>’ functions.
<p>A <dfn id=counter-style0>counter style</dfn> defines how to construct
the representation of a counter value. Counter styles are composed of:
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- Overview.src.html 5 Dec 2011 23:24:55 -0000 1.165
+++ Overview.src.html 5 Dec 2011 23:25:42 -0000 1.166
@@ -825,11 +825,10 @@
<p>Unfortunately, the set of potentially useful list styles is too large to
specify ahead of time - the world contains thousands of languages and hundreds
of scripts, not to mention the near-infinite stylistic variations found on the
- web that go beyond mere languaged-based variation. The ''@counter-style'' rule
+ web that go beyond mere language-based variation. The ''@counter-style'' rule
allows CSS to address this in an open-ended manner, by allowing the author
to define their own counter styles. These styles can then be used in the
- 'list-style-type' property or in the ''counter()'' and ''counters()'' functions,
- exactly like the Complex Counter Styles in CSS.</p>
+ 'list-style-type' property or in the ''counter()'' and ''counters()'' functions.</p>
<p>A <dfn>counter style</dfn> defines how to construct the representation of a
counter value. Counter styles are composed of:</p>
Received on Monday, 5 December 2011 23:25:46 UTC