@@ -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 ‘< code
2888- class =css > @counter-style</ code > ’ 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- ‘< code class =css > @counter-style</ code > ’ 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 > ’ 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
0 commit comments