You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref=#the-counter-style-rule><spanclass=secno>3</span> Defining Custom Counter Styles: the <aclass=cssdata-link-type=maybehref=#at-ruledef-counter-styletitle=@counter-style>@counter-style</a> rule</a>
117
+
<li><ahref=#the-counter-style-rule><spanclass=secno>3</span> Defining Custom Counter Styles: the <spanclass=cssdata-link-type=maybetitle=@counter-style>@counter-style</span> rule</a>
118
118
<ulclass=toc>
119
119
<li><ahref=#counter-style-system><spanclass=secno>3.1</span> Counter algorithms: the <spanclass=propertydata-link-type=propdesctitle=system>system</span> descriptor</a>
120
120
<ulclass=toc>
121
-
<li><ahref=#cyclic-system><spanclass=secno>3.1.1</span> Cycling Symbols: the <aclass=cssdata-link-type=maybehref=#valuedef-cyclictitle=cyclic>cyclic</a> system</a>
122
-
<li><ahref=#fixed-system><spanclass=secno>3.1.2</span> Exhaustible Symbols: the <aclass=cssdata-link-type=maybehref=#valuedef-fixedtitle=fixed>fixed</a> system</a>
123
-
<li><ahref=#symbolic-system><spanclass=secno>3.1.3</span> Repeating Symbols: the <aclass=cssdata-link-type=maybehref=#valuedef-symbolictitle=symbolic>symbolic</a> system</a>
121
+
<li><ahref=#cyclic-system><spanclass=secno>3.1.1</span> Cycling Symbols: the <spanclass=cssdata-link-type=maybetitle=cyclic>cyclic</span> system</a>
122
+
<li><ahref=#fixed-system><spanclass=secno>3.1.2</span> Exhaustible Symbols: the <spanclass=cssdata-link-type=maybetitle=fixed>fixed</span> system</a>
123
+
<li><ahref=#symbolic-system><spanclass=secno>3.1.3</span> Repeating Symbols: the <spanclass=cssdata-link-type=maybetitle=symbolic>symbolic</span> system</a>
124
124
<li><ahref=#alphabetic-system><spanclass=secno>3.1.4</span> Bijective Numerals: the <spandata-link-for=systemdata-link-type=valuetitle=alphabetic>alphabetic</span> system</a>
125
125
<li><ahref=#numeric-system><spanclass=secno>3.1.5</span> Positional Numerals: the <spandata-link-for=systemdata-link-type=valuetitle=numeric>numeric</span> system</a>
126
-
<li><ahref=#additive-system><spanclass=secno>3.1.6</span> Accumulating Numerals: the <aclass=cssdata-link-type=maybehref=#valuedef-additivetitle=additive>additive</a> system</a>
127
-
<li><ahref=#override-system><spanclass=secno>3.1.7</span> Tweaking Existing Counter Styles: the <aclass=cssdata-link-type=maybehref=#valuedef-overridetitle=override>override</a> system</a></ul>
126
+
<li><ahref=#additive-system><spanclass=secno>3.1.6</span> Accumulating Numerals: the <spanclass=cssdata-link-type=maybetitle=additive>additive</span> system</a>
127
+
<li><ahref=#override-system><spanclass=secno>3.1.7</span> Tweaking Existing Counter Styles: the <spanclass=cssdata-link-type=maybetitle=override>override</span> system</a></ul>
128
128
<li><ahref=#counter-style-negative><spanclass=secno>3.2</span> Formatting negative values: the <spanclass=propertydata-link-type=propdesctitle=negative>negative</span> descriptor</a>
129
129
<li><ahref=#counter-style-prefix><spanclass=secno>3.3</span> Symbols before the marker: the <spanclass=propertydata-link-type=propdesctitle=prefix>prefix</span> descriptor</a>
130
130
<li><ahref=#counter-style-suffix><spanclass=secno>3.4</span> Symbols after the marker: the <spanclass=propertydata-link-type=propdesctitle=suffix>suffix</span> descriptor</a>
<li><ahref=#counter-style-fallback><spanclass=secno>3.7</span> Defining fallback: the <spanclass=propertydata-link-type=propdesctitle=fallback>fallback</span> descriptor</a>
134
134
<li><ahref=#counter-style-symbols><spanclass=secno>3.8</span> Marker characters: the <spanclass=propertydata-link-type=propdesctitle=symbols>symbols</span> and <spanclass=propertydata-link-type=propdesctitle=additive-symbols>additive-symbols</span> descriptors</a>
135
135
<li><ahref=#counter-style-speak-as><spanclass=secno>3.9</span> Speech Synthesis: the <spanclass=propertydata-link-type=propdesctitle=speak-as>speak-as</span> descriptor</a></ul>
136
-
<li><ahref=#symbols-function><spanclass=secno>4</span> Defining Anonymous Counter Styles: the <aclass=cssdata-link-type=maybehref=#funcdef-symbolstitle=symbols()>symbols()</a> function</a>
137
-
<li><ahref=#extending-css2><spanclass=secno>5</span> Extending <spanclass=propertydata-link-type=propdesctitle=list-style-type>list-style-type</span>, <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-lists-3/#funcdef-countertitle=counter()>counter()</a>, and <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-lists-3/#funcdef-counterstitle=counters()>counters()</a></a>
136
+
<li><ahref=#symbols-function><spanclass=secno>4</span> Defining Anonymous Counter Styles: the <spanclass=cssdata-link-type=maybetitle=symbols()>symbols()</span> function</a>
137
+
<li><ahref=#extending-css2><spanclass=secno>5</span> Extending <spanclass=propertydata-link-type=propdesctitle=list-style-type>list-style-type</span>, <spanclass=cssdata-link-type=maybetitle=counter()>counter()</span>, and <spanclass=cssdata-link-type=maybetitle=counters()>counters()</span></a>
The most common example of "fixed-width" numbering is zero-padded decimal numbering.
861
861
If an author knows that the numbers used will be less than a thousand, for example,
862
-
it can be zero-padded with a simple <aclass=cssdata-link-type=propdeschref=http://www.w3.org/TR/CSS21/visudet.html#propdef-widthtitle=width>width: 3 "0";</a> descriptor,
862
+
it can be zero-padded with a simple <aclass=cssdata-link-type=propdeschref=#descdef-padtitle=pad>pad: 3 "0";</a> descriptor,
863
863
ensuring that all of the representations are 3 digits wide.
0 commit comments