- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 May 2011 01:28:36 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv28144
Modified Files:
Overview.html Overview.src.html
Log Message:
Editorial fixup.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Overview.html 20 May 2011 01:21:54 -0000 1.52
+++ Overview.html 20 May 2011 01:28:33 -0000 1.53
@@ -2885,13 +2885,11 @@
Styles</h2>
<p>While authors may define their own counter styles using the ‘<code
- class=css>@counter-style</code>’ rule defined in this spec, there
- are many counter styles that CSS already defined in previous levels, and
- many more that can be usefully predefined. Appendix A contains a required
- UA stylesheet which defines a large number of counter styles using the
- ‘<code class=css>@counter-style</code>’ rule. A few styles
- require special handling beyond what can be expressed in a stylesheet,
- though. Those counter styles are described in this section.
+ class=css>@counter-style</code>’ rule defined in this spec or rely
+ on the set of <a href="#ua-stylesheet">predefined counter styles</a>, a
+ few counter styles are described by rules that are too complex to be
+ captured by the predefined algorithms. These counter styles are described
+ in this section.
<p>The counter styles specified in this section have custom <a
href="#algorithm"><i title=counter-algorithm>algorithms for generating
@@ -2911,12 +2909,13 @@
how they should look and leaving it up to the UA to decide how to render
the markers.
- <p>Appendix A gives normative definitions for these styles, but UAs may
- instead default to rendering these styles using a browser-generated image
- matching the description below. This only describes the rendering of the
- default counter styles associated with these names - if an author or user
- creates their own counter style with one of these names (overriding the
- UA-default version), they must be honored as normal.
+ <p>The <a href="#ua-stylesheet">Predefined Counter Styles</a> section gives
+ normative definitions for these styles, but UAs may instead default to
+ rendering these styles using a browser-generated image matching the
+ description below. This only describes the rendering of the default
+ counter styles associated with these names - if an author or user creates
+ their own counter style with one of these names (overriding the UA-default
+ version), they must be honored as normal.
<p>If the UA chooses to use an image for the default rendering of these
counter styles, the image must be scalable and designed to attractively
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- Overview.src.html 20 May 2011 01:25:07 -0000 1.95
+++ Overview.src.html 20 May 2011 01:28:33 -0000 1.96
@@ -2356,12 +2356,10 @@
Complex Counter Styles</h2>
<p>While authors may define their own counter styles using the ''@counter-style''
- rule defined in this spec, there are many counter styles that CSS already defined
- in previous levels, and many more that can be usefully predefined. Appendix A
- contains a required UA stylesheet which defines a large number of counter styles
- using the ''@counter-style'' rule. A few styles require special handling beyond
- what can be expressed in a stylesheet, though. Those counter styles are described
- in this section.</p>
+ rule defined in this spec or rely on the set of
+ <a href='#ua-stylesheet'>predefined counter styles</a>, a few counter styles are
+ described by rules that are too complex to be captured by the predefined algorithms.
+ These counter styles are described in this section.</p>
<p>The counter styles specified in this section have custom
<i title='counter-algorithm'>algorithms for generating counter values</i>, but are
Received on Friday, 20 May 2011 01:28:37 UTC