Skip to content

Commit 75ffb1f

Browse files
committed
Editorial fixup.
1 parent df4b4a0 commit 75ffb1f

2 files changed

Lines changed: 16 additions & 19 deletions

File tree

css3-lists/Overview.html

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2885,13 +2885,11 @@ <h2 id=predefined-counters><span class=secno>10. </span> Complex Counter
28852885
Styles</h2>
28862886

28872887
<p>While authors may define their own counter styles using the &lsquo;<code
2888-
class=css>@counter-style</code>&rsquo; rule defined in this spec, there
2889-
are many counter styles that CSS already defined in previous levels, and
2890-
many more that can be usefully predefined. Appendix A contains a required
2891-
UA stylesheet which defines a large number of counter styles using the
2892-
&lsquo;<code class=css>@counter-style</code>&rsquo; rule. A few styles
2893-
require special handling beyond what can be expressed in a stylesheet,
2894-
though. Those counter styles are described in this section.
2888+
class=css>@counter-style</code>&rsquo; rule defined in this spec or rely
2889+
on the set of <a href="#ua-stylesheet">predefined counter styles</a>, a
2890+
few counter styles are described by rules that are too complex to be
2891+
captured by the predefined algorithms. These counter styles are described
2892+
in this section.
28952893

28962894
<p>The counter styles specified in this section have custom <a
28972895
href="#algorithm"><i title=counter-algorithm>algorithms for generating
@@ -2911,12 +2909,13 @@ <h3 id=glyph-counters><span class=secno>10.1. </span> Glyphs</h3>
29112909
how they should look and leaving it up to the UA to decide how to render
29122910
the markers.
29132911

2914-
<p>Appendix A gives normative definitions for these styles, but UAs may
2915-
instead default to rendering these styles using a browser-generated image
2916-
matching the description below. This only describes the rendering of the
2917-
default counter styles associated with these names - if an author or user
2918-
creates their own counter style with one of these names (overriding the
2919-
UA-default version), they must be honored as normal.
2912+
<p>The <a href="#ua-stylesheet">Predefined Counter Styles</a> section gives
2913+
normative definitions for these styles, but UAs may instead default to
2914+
rendering these styles using a browser-generated image matching the
2915+
description below. This only describes the rendering of the default
2916+
counter styles associated with these names - if an author or user creates
2917+
their own counter style with one of these names (overriding the UA-default
2918+
version), they must be honored as normal.
29202919

29212920
<p>If the UA chooses to use an image for the default rendering of these
29222921
counter styles, the image must be scalable and designed to attractively

css3-lists/Overview.src.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2356,12 +2356,10 @@ <h2 id='predefined-counters'>
23562356
Complex Counter Styles</h2>
23572357

23582358
<p>While authors may define their own counter styles using the ''@counter-style''
2359-
rule defined in this spec, there are many counter styles that CSS already defined
2360-
in previous levels, and many more that can be usefully predefined. Appendix A
2361-
contains a required UA stylesheet which defines a large number of counter styles
2362-
using the ''@counter-style'' rule. A few styles require special handling beyond
2363-
what can be expressed in a stylesheet, though. Those counter styles are described
2364-
in this section.</p>
2359+
rule defined in this spec or rely on the set of
2360+
<a href='#ua-stylesheet'>predefined counter styles</a>, a few counter styles are
2361+
described by rules that are too complex to be captured by the predefined algorithms.
2362+
These counter styles are described in this section.</p>
23652363

23662364
<p>The counter styles specified in this section have custom
23672365
<i title='counter-algorithm'>algorithms for generating counter values</i>, but are

0 commit comments

Comments
 (0)