Skip to content

Commit 0f36466

Browse files
committed
[css-counter-styles] More 'width' fixup.
1 parent 958f5c0 commit 0f36466

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-counter-styles/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ <h4 id="additive-system" data-level="3.1.6"><span class="secno">3.1.6 </span>
795795
</td></tr></tbody></table>
796796

797797
<p> The <a data-autolink="property" class="property" title="width" href="#width">width</a> descriptor allows an author to specify a "fixed-width" counter style,
798-
where representations shorter than the width are padded with a particular character.
798+
where representations shorter than the width are padded with a particular <a data-autolink="link" class="production" href="#symbol-production"><var>&lt;symbol&gt;</var></a>.
799799
Representations larger than the specified width are constructed as normal.
800800

801801
</p><dl>

css-counter-styles/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ <h3 id='counter-style-width'>
729729
</table>
730730

731731
The 'width' descriptor allows an author to specify a "fixed-width" counter style,
732-
where representations shorter than the width are padded with a particular character.
732+
where representations shorter than the width are padded with a particular <<symbol>>.
733733
Representations larger than the specified width are constructed as normal.
734734

735735
<dl>

0 commit comments

Comments
 (0)