Skip to content

Commit 8892975

Browse files
committed
[css-counter-styles] leftover occurence of 'width'.
--HG-- extra : rebase_source : b3f48a8de5f408a41496285145ef5c6ce4bb987b
1 parent 22bd903 commit 8892975

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

css-counter-styles/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ Zero-Padding and Constant-Width Representations: the 'pad' descriptor</h3>
766766
<div class='example'>
767767
The most common example of "fixed-width" numbering is zero-padded decimal numbering.
768768
If an author knows that the numbers used will be less than a thousand, for example,
769-
it can be zero-padded with a simple ''width: 3 "0";'' descriptor,
769+
it can be zero-padded with a simple ''pad: 3 "0";'' descriptor,
770770
ensuring that all of the representations are 3 digits wide.
771771

772772
This will cause, for example,

css-counter-styles/Overview.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</p>
6060
<h1 class="p-name no-ref" id=title>CSS Counter Styles Level 3</h1>
6161
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
62-
<span class=dt-updated><span class=value-title title=20140414>14 April 2014</span></span></span></h2>
62+
<span class=dt-updated><span class=value-title title=20140427>27 April 2014</span></span></span></h2>
6363
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-counter-styles/>http://dev.w3.org/csswg/css-counter-styles/</a><dt>Latest version:<dd><a href=http://w3.org/TR/css-counter-styles-3/>http://w3.org/TR/css-counter-styles-3/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-counter-styles/>http://dev.w3.org/csswg/css-counter-styles/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/ rel=previous>http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/</a>
6464
<dt>Feedback:</dt>
6565
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-counter-styles%5D%20feedback">www-style@w3.org</a>
@@ -114,17 +114,17 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
114114
<div data-fill-with=table-of-contents><ul class=toc>
115115
<li><a href=#intro><span class=secno>1</span> Introduction</a>
116116
<li><a href=#counter-styles><span class=secno>2</span> Counter Styles</a>
117-
<li><a href=#the-counter-style-rule><span class=secno>3</span> Defining Custom Counter Styles: the <a class=css data-link-type=maybe href=#at-ruledef-counter-style title=@counter-style>@counter-style</a> rule</a>
117+
<li><a href=#the-counter-style-rule><span class=secno>3</span> Defining Custom Counter Styles: the <span class=css data-link-type=maybe title=@counter-style>@counter-style</span> rule</a>
118118
<ul class=toc>
119119
<li><a href=#counter-style-system><span class=secno>3.1</span> Counter algorithms: the <span class=property data-link-type=propdesc title=system>system</span> descriptor</a>
120120
<ul class=toc>
121-
<li><a href=#cyclic-system><span class=secno>3.1.1</span> Cycling Symbols: the <a class=css data-link-type=maybe href=#valuedef-cyclic title=cyclic>cyclic</a> system</a>
122-
<li><a href=#fixed-system><span class=secno>3.1.2</span> Exhaustible Symbols: the <a class=css data-link-type=maybe href=#valuedef-fixed title=fixed>fixed</a> system</a>
123-
<li><a href=#symbolic-system><span class=secno>3.1.3</span> Repeating Symbols: the <a class=css data-link-type=maybe href=#valuedef-symbolic title=symbolic>symbolic</a> system</a>
121+
<li><a href=#cyclic-system><span class=secno>3.1.1</span> Cycling Symbols: the <span class=css data-link-type=maybe title=cyclic>cyclic</span> system</a>
122+
<li><a href=#fixed-system><span class=secno>3.1.2</span> Exhaustible Symbols: the <span class=css data-link-type=maybe title=fixed>fixed</span> system</a>
123+
<li><a href=#symbolic-system><span class=secno>3.1.3</span> Repeating Symbols: the <span class=css data-link-type=maybe title=symbolic>symbolic</span> system</a>
124124
<li><a href=#alphabetic-system><span class=secno>3.1.4</span> Bijective Numerals: the <span data-link-for=system data-link-type=value title=alphabetic>alphabetic</span> system</a>
125125
<li><a href=#numeric-system><span class=secno>3.1.5</span> Positional Numerals: the <span data-link-for=system data-link-type=value title=numeric>numeric</span> system</a>
126-
<li><a href=#additive-system><span class=secno>3.1.6</span> Accumulating Numerals: the <a class=css data-link-type=maybe href=#valuedef-additive title=additive>additive</a> system</a>
127-
<li><a href=#override-system><span class=secno>3.1.7</span> Tweaking Existing Counter Styles: the <a class=css data-link-type=maybe href=#valuedef-override title=override>override</a> system</a></ul>
126+
<li><a href=#additive-system><span class=secno>3.1.6</span> Accumulating Numerals: the <span class=css data-link-type=maybe title=additive>additive</span> system</a>
127+
<li><a href=#override-system><span class=secno>3.1.7</span> Tweaking Existing Counter Styles: the <span class=css data-link-type=maybe title=override>override</span> system</a></ul>
128128
<li><a href=#counter-style-negative><span class=secno>3.2</span> Formatting negative values: the <span class=property data-link-type=propdesc title=negative>negative</span> descriptor</a>
129129
<li><a href=#counter-style-prefix><span class=secno>3.3</span> Symbols before the marker: the <span class=property data-link-type=propdesc title=prefix>prefix</span> descriptor</a>
130130
<li><a href=#counter-style-suffix><span class=secno>3.4</span> Symbols after the marker: the <span class=property data-link-type=propdesc title=suffix>suffix</span> descriptor</a>
@@ -133,19 +133,19 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
133133
<li><a href=#counter-style-fallback><span class=secno>3.7</span> Defining fallback: the <span class=property data-link-type=propdesc title=fallback>fallback</span> descriptor</a>
134134
<li><a href=#counter-style-symbols><span class=secno>3.8</span> Marker characters: the <span class=property data-link-type=propdesc title=symbols>symbols</span> and <span class=property data-link-type=propdesc title=additive-symbols>additive-symbols</span> descriptors</a>
135135
<li><a href=#counter-style-speak-as><span class=secno>3.9</span> Speech Synthesis: the <span class=property data-link-type=propdesc title=speak-as>speak-as</span> descriptor</a></ul>
136-
<li><a href=#symbols-function><span class=secno>4</span> Defining Anonymous Counter Styles: the <a class=css data-link-type=maybe href=#funcdef-symbols title=symbols()>symbols()</a> function</a>
137-
<li><a href=#extending-css2><span class=secno>5</span> Extending <span class=property data-link-type=propdesc title=list-style-type>list-style-type</span>, <a class=css data-link-type=maybe href=http://dev.w3.org/csswg/css-lists-3/#funcdef-counter title=counter()>counter()</a>, and <a class=css data-link-type=maybe href=http://dev.w3.org/csswg/css-lists-3/#funcdef-counters title=counters()>counters()</a></a>
136+
<li><a href=#symbols-function><span class=secno>4</span> Defining Anonymous Counter Styles: the <span class=css data-link-type=maybe title=symbols()>symbols()</span> function</a>
137+
<li><a href=#extending-css2><span class=secno>5</span> Extending <span class=property data-link-type=propdesc title=list-style-type>list-style-type</span>, <span class=css data-link-type=maybe title=counter()>counter()</span>, and <span class=css data-link-type=maybe title=counters()>counters()</span></a>
138138
<li><a href=#predefined-counters><span class=secno>6</span> Simple Predefined Counter Styles</a>
139139
<ul class=toc>
140-
<li><a href=#simple-numeric><span class=secno>6.1</span> Numeric: <a class=css data-link-type=maybe href=#valuedef-decimal title=decimal>decimal</a>, <a class=css data-link-type=maybe href=#valuedef-decimal-leading-zero title=decimal-leading-zero>decimal-leading-zero</a>, <a class=css data-link-type=maybe href=#valuedef-cjk-decimal title=cjk-decimal>cjk-decimal</a>, <a class=css data-link-type=maybe href=#valuedef-lower-roman title=lower-roman>lower-roman</a>, <a class=css data-link-type=maybe href=#valuedef-upper-roman title=upper-roman>upper-roman</a>, <a class=css data-link-type=maybe href=#valuedef-armenian title=armenian>armenian</a>, <a class=css data-link-type=maybe href=#valuedef-georgian title=georgian>georgian</a>, <a class=css data-link-type=maybe href=#valuedef-hebrew title=hebrew>hebrew</a></a>
141-
<li><a href=#simple-alphabetic><span class=secno>6.2</span> Alphabetic: <a class=css data-link-type=maybe href=#valuedef-lower-alpha title=lower-alpha>lower-alpha</a>, <a class=css data-link-type=maybe href=#valuedef-lower-latin title=lower-latin>lower-latin</a>, <a class=css data-link-type=maybe href=#valuedef-upper-alpha title=upper-alpha>upper-alpha</a>, <a class=css data-link-type=maybe href=#valuedef-upper-latin title=upper-latin>upper-latin</a>, <a class=css data-link-type=maybe href=#valuedef-lower-greek title=lower-greek>lower-greek</a>, <a class=css data-link-type=maybe href=#valuedef-hiragana title=hiragana>hiragana</a>, <a class=css data-link-type=maybe href=#valuedef-hiragana-iroha title=hiragana-iroha>hiragana-iroha</a>, <a class=css data-link-type=maybe href=#valuedef-katakana title=katakana>katakana</a>, <a class=css data-link-type=maybe href=#valuedef-katakana-iroha title=katakana-iroha>katakana-iroha</a></a>
142-
<li><a href=#simple-symbolic><span class=secno>6.3</span> Symbolic: <a class=css data-link-type=maybe href=#valuedef-disc title=disc>disc</a>, <a class=css data-link-type=maybe href=#valuedef-circle title=circle>circle</a>, <a class=css data-link-type=maybe href=#valuedef-square title=square>square</a>, <a class=css data-link-type=maybe href=#valuedef-disclosure-open title=disclosure-open>disclosure-open</a>, <a class=css data-link-type=maybe href=#valuedef-disclosure-closed title=disclosure-closed>disclosure-closed</a></a></ul>
140+
<li><a href=#simple-numeric><span class=secno>6.1</span> Numeric: <span class=css data-link-type=maybe title=decimal>decimal</span>, <span class=css data-link-type=maybe title=decimal-leading-zero>decimal-leading-zero</span>, <span class=css data-link-type=maybe title=cjk-decimal>cjk-decimal</span>, <span class=css data-link-type=maybe title=lower-roman>lower-roman</span>, <span class=css data-link-type=maybe title=upper-roman>upper-roman</span>, <span class=css data-link-type=maybe title=armenian>armenian</span>, <span class=css data-link-type=maybe title=georgian>georgian</span>, <span class=css data-link-type=maybe title=hebrew>hebrew</span></a>
141+
<li><a href=#simple-alphabetic><span class=secno>6.2</span> Alphabetic: <span class=css data-link-type=maybe title=lower-alpha>lower-alpha</span>, <span class=css data-link-type=maybe title=lower-latin>lower-latin</span>, <span class=css data-link-type=maybe title=upper-alpha>upper-alpha</span>, <span class=css data-link-type=maybe title=upper-latin>upper-latin</span>, <span class=css data-link-type=maybe title=lower-greek>lower-greek</span>, <span class=css data-link-type=maybe title=hiragana>hiragana</span>, <span class=css data-link-type=maybe title=hiragana-iroha>hiragana-iroha</span>, <span class=css data-link-type=maybe title=katakana>katakana</span>, <span class=css data-link-type=maybe title=katakana-iroha>katakana-iroha</span></a>
142+
<li><a href=#simple-symbolic><span class=secno>6.3</span> Symbolic: <span class=css data-link-type=maybe title=disc>disc</span>, <span class=css data-link-type=maybe title=circle>circle</span>, <span class=css data-link-type=maybe title=square>square</span>, <span class=css data-link-type=maybe title=disclosure-open>disclosure-open</span>, <span class=css data-link-type=maybe title=disclosure-closed>disclosure-closed</span></a></ul>
143143
<li><a href=#complex-predefined-counters><span class=secno>7</span> Complex Predefined Counter Styles</a>
144144
<ul class=toc>
145-
<li><a href=#complex-cjk><span class=secno>7.1</span> Longhand East Asian Counter Styles: <a class=css data-link-type=maybe href=#valuedef-japanese-informal title=japanese-informal>japanese-informal</a>, <a class=css data-link-type=maybe href=#valuedef-japanese-formal title=japanese-formal>japanese-formal</a>, <a class=css data-link-type=maybe href=#valuedef-korean-hangul-formal title=korean-hangul-formal>korean-hangul-formal</a>, <a class=css data-link-type=maybe href=#valuedef-korean-hanja-informal title=korean-hanja-informal>korean-hanja-informal</a>, <a class=css data-link-type=maybe href=#valuedef-korean-hanja-formal title=korean-hanja-formal>korean-hanja-formal</a>, <a class=css data-link-type=maybe href=#valuedef-simp-chinese-informal title=simp-chinese-informal>simp-chinese-informal</a>, <a class=css data-link-type=maybe href=#valuedef-simp-chinese-formal title=simp-chinese-formal>simp-chinese-formal</a>, <a class=css data-link-type=maybe href=#valuedef-trad-chinese-informal title=trad-chinese-informal>trad-chinese-informal</a>, <a class=css data-link-type=maybe href=#valuedef-trad-chinese-formal title=trad-chinese-formal>trad-chinese-formal</a></a>
145+
<li><a href=#complex-cjk><span class=secno>7.1</span> Longhand East Asian Counter Styles: <span class=css data-link-type=maybe title=japanese-informal>japanese-informal</span>, <span class=css data-link-type=maybe title=japanese-formal>japanese-formal</span>, <span class=css data-link-type=maybe title=korean-hangul-formal>korean-hangul-formal</span>, <span class=css data-link-type=maybe title=korean-hanja-informal>korean-hanja-informal</span>, <span class=css data-link-type=maybe title=korean-hanja-formal>korean-hanja-formal</span>, <span class=css data-link-type=maybe title=simp-chinese-informal>simp-chinese-informal</span>, <span class=css data-link-type=maybe title=simp-chinese-formal>simp-chinese-formal</span>, <span class=css data-link-type=maybe title=trad-chinese-informal>trad-chinese-informal</span>, <span class=css data-link-type=maybe title=trad-chinese-formal>trad-chinese-formal</span></a>
146146
<ul class=toc>
147147
<li><a href=#limited-cjk><span class=secno>7.1.1</span> Limited-range Implementation (required)</a></ul>
148-
<li><a href=#ethiopic-numeric-counter-style><span class=secno>7.2</span> Ethiopic Numeric Counter Style: <a class=css data-link-type=maybe href=#valuedef-ethiopic-numeric title=ethiopic-numeric>ethiopic-numeric</a></a></ul>
148+
<li><a href=#ethiopic-numeric-counter-style><span class=secno>7.2</span> Ethiopic Numeric Counter Style: <span class=css data-link-type=maybe title=ethiopic-numeric>ethiopic-numeric</span></a></ul>
149149
<li><a href=#additional-predefined><span class=secno>8</span> Additional Predefined Counter Styles</a>
150150
<li><a href=#apis><span class=secno>9</span>APIs</a>
151151
<ul class=toc>
@@ -859,7 +859,7 @@ <h3 class="heading settled heading" data-level=3.6 id=counter-style-pad><span cl
859859
<div class=example>
860860
The most common example of "fixed-width" numbering is zero-padded decimal numbering.
861861
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 <a class=css data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-width title=width>width: 3 "0";</a> descriptor,
862+
it can be zero-padded with a simple <a class=css data-link-type=propdesc href=#descdef-pad title=pad>pad: 3 "0";</a> descriptor,
863863
ensuring that all of the representations are 3 digits wide.
864864

865865
<p> This will cause, for example,

0 commit comments

Comments
 (0)