File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -1240,11 +1240,12 @@ <h3 id=counter-style-width><span class=secno>3.6. </span> Zero-Padding and
1240
1240
prefixes/suffixes/negatives), prepend copies of the specified < a
1241
1241
href ="#ltsymbol "> < var > <symbol> </ var > </ a > to the representation until
1242
1242
the number of symbols reaches the specified width.
1243
- < p > If the counter value is negative, reduce the width by one or two when
1244
- determining how many copies to prepend, depending on whether the ‘< a
1245
- href ="#descdef-negative "> < code class =property > negative</ code > </ a > ’
1246
- descriptor's value is one or two < a
1247
- href ="#ltsymbol "> < var > <symbol> </ var > </ a > s.
1243
+ < p > If the counter value is negative and the counter style is < a
1244
+ href ="#negative-capable "> < i > negative-capable</ i > </ a > , reduce the width
1245
+ by one or two when determining how many copies to prepend, depending on
1246
+ whether the ‘< a href ="#descdef-negative "> < code
1247
+ class =property > negative</ code > </ a > ’ descriptor's value is one or two
1248
+ < a href ="#ltsymbol "> < var > <symbol> </ var > </ a > s.
1248
1249
</ dl >
1249
1250
1250
1251
< div class =example > The most common example of "fixed-width" numbering is
Original file line number Diff line number Diff line change @@ -866,7 +866,8 @@ <h3 id='counter-style-width'>
866
866
until the number of symbols reaches the specified width.
867
867
868
868
< p >
869
- If the counter value is negative,
869
+ If the counter value is negative
870
+ and the counter style is < i > negative-capable</ i > ,
870
871
reduce the width by one or two when determining how many copies to prepend,
871
872
depending on whether the 'negative' descriptor's value is one or two < var > <symbol> </ var > s.
872
873
</ dl >
You can’t perform that action at this time.
0 commit comments