Skip to content

Commit c6e61bc

Browse files
committed
[css-counter-styles] Fix the interaction between 'pad' and 'negative'.
1 parent c286f42 commit c6e61bc

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

css-counter-styles/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ Counter Styles</h2>
9898
instead generate an initial representation using the absolute value of the counter value.
9999

100100
<li>
101-
If the representation uses less symbols than specified in the counter style's 'pad' descriptor,
102-
prepend symbols to the representation as specified in the 'pad' descriptor.
101+
Prepend symbols to the representation as specified in the 'pad' descriptor.
103102

104103
<li>
105104
If the counter value is negative

css-counter-styles/Overview.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,7 @@ <h2 class="heading settled" data-level=2 id=counter-styles><span class=secno>2 <
264264
instead generate an initial representation using the absolute value of the counter value.
265265

266266
<li>
267-
If the representation uses less symbols than specified in the counter style’s <a class=property data-link-type=propdesc href=#descdef-counter-style-pad title=pad>pad</a> descriptor,
268-
prepend symbols to the representation as specified in the <a class=property data-link-type=propdesc href=#descdef-counter-style-pad title=pad>pad</a> descriptor.
267+
Prepend symbols to the representation as specified in the <a class=property data-link-type=propdesc href=#descdef-counter-style-pad title=pad>pad</a> descriptor.
269268

270269
<li>
271270
If the counter value is negative

0 commit comments

Comments
 (0)