Skip to content

Commit 30009f6

Browse files
committed
[css-counter-styles] Update link to Predefined Counter Styles.
1 parent 4f4344a commit 30009f6

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css-counter-styles/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@ <h2 class="heading settled heading" data-level=2 id=counter-styles><span class=s
173173
or the counter style otherwise can’t render the counter value
174174
</ul>
175175

176-
<p> When asked to <dfn data-dfn-type=dfn data-export="" id=generate-a-countergenerate-a-counter-representation title="generate a counter|generate a counter representation">generate a counter representation<a class=self-link href=#generate-a-countergenerate-a-counter-representation></a></dfn>
176+
<p> When asked to <dfn data-dfn-type=dfn data-export="" id=generate-a-counter title="generate a counter|generate a counter representation">generate a counter representation<a class=self-link href=#generate-a-counter></a></dfn>
177177
using a particular counter style for a particular counter value,
178178
follow these steps:
179179

180180
<ol>
181181
<li>
182182
If the counter value is outside the <a class=property data-link-type=propdesc href=#descdef-range title=range>range</a> of the counter style,
183-
exit this algorithm and instead <a data-link-type=dfn href=#generate-a-countergenerate-a-counter-representation title="generate a counter representation">generate a counter representation</a>
183+
exit this algorithm and instead <a data-link-type=dfn href=#generate-a-counter title="generate a counter representation">generate a counter representation</a>
184184
using the counter style’s fallback style and the same counter value.
185185

186186
<li>
@@ -682,7 +682,7 @@ <h3 class="heading settled heading" data-level=3.2 id=counter-style-negative><sp
682682
<a class=css data-link-type=maybe href=#valuedef-additive title=additive>additive</a>,
683683
or <a class=css data-link-type=maybe href=#valuedef-override title=override>override</a> if the overridden counter style is itself <a data-link-type=dfn href=#negative-capable title=negative-capable>negative-capable</a>.
684684
If a counter style is not <a data-link-type=dfn href=#negative-capable title=negative-capable>negative-capable</a>,
685-
it ignores the negative sign when <a data-link-type=dfn href=#generate-a-countergenerate-a-counter-representation title="generate a counter representation">generating a counter representation</a>.
685+
it ignores the negative sign when <a data-link-type=dfn href=#generate-a-counter title="generate a counter representation">generating a counter representation</a>.
686686

687687

688688
<h3 class="heading settled heading" data-level=3.3 id=counter-style-prefix><span class=secno>3.3 </span><span class=content>
@@ -900,7 +900,7 @@ <h3 class="heading settled heading" data-level=3.9 id=counter-style-speak-as><sp
900900

901901
<dt><dfn class=css-code data-dfn-for=@counter-style/speak-as data-dfn-type=value data-export="" id=valuedef-alphabetic>alphabetic<a class=self-link href=#valuedef-alphabetic></a></dfn>
902902
<dd>
903-
<a data-link-type=dfn href=#generate-a-countergenerate-a-counter-representation title="generate a counter representation">Generate a counter representation</a> for the value as normal,
903+
<a data-link-type=dfn href=#generate-a-counter title="generate a counter representation">Generate a counter representation</a> for the value as normal,
904904
then spell it out letter-by-letter in the document language.
905905
If the UA does not know how to pronounce the symbols,
906906
it may handle it as <a class=css-code data-link-for=speak-as data-link-type=value href=#valuedef-numeric title=numeric>numeric</a>.
@@ -2286,7 +2286,7 @@ <h2 class="heading settled heading" data-level=8 id=additional-predefined><span
22862286
Additional Predefined Counter Styles</span><a class=self-link href=#additional-predefined></a></h2>
22872287

22882288
<p> The Internationalization Working Group maintains a large list of predefined <a class=css data-link-type=maybe href=#at-ruledef-counter-style title=@counter-style>@counter-style</a> rules for various world languages
2289-
in their <a href=http://www.w3.org/International/docs/counter-styles/>Predefined Counter Styles</a> document.
2289+
in their <a href=http://www.w3.org/TR/predefined-counter-styles/>Predefined Counter Styles</a> document.
22902290
These additional counter styles are not intended to be supported by user-agents by default,
22912291
but can be used by users or authors copying them directly into style sheets.
22922292

@@ -2588,8 +2588,8 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
25882588
</ul><li>first symbol value, <a href=#first-symbol-value title="section 3.1.2">3.1.2</a>
25892589
<li>fixed, <a href=#valuedef-fixed title="section 3.1.2">3.1.2</a>
25902590
<li>footnote, <a href=#footnote title="section 3.1.3">3.1.3</a>
2591-
<li>generate a counter, <a href=#generate-a-countergenerate-a-counter-representation title="section 2">2</a>
2592-
<li>generate a counter representation, <a href=#generate-a-countergenerate-a-counter-representation title="section 2">2</a>
2591+
<li>generate a counter, <a href=#generate-a-counter title="section 2">2</a>
2592+
<li>generate a counter representation, <a href=#generate-a-counter title="section 2">2</a>
25932593
<li>georgian, <a href=#valuedef-georgian title="section 6.1">6.1</a>
25942594
<li>go, <a href=#go title="section 3.1.4">3.1.4</a>
25952595
<li>hebrew, <a href=#valuedef-hebrew title="section 6.1">6.1</a>

css-counter-styles/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2316,7 +2316,7 @@ <h2 id='additional-predefined'>
23162316
Additional Predefined Counter Styles</h2>
23172317

23182318
The Internationalization Working Group maintains a large list of predefined ''@counter-style'' rules for various world languages
2319-
in their <a href="http://www.w3.org/International/docs/counter-styles/">Predefined Counter Styles</a> document.
2319+
in their <a href="http://www.w3.org/TR/predefined-counter-styles/">Predefined Counter Styles</a> document.
23202320
These additional counter styles are not intended to be supported by user-agents by default,
23212321
but can be used by users or authors copying them directly into style sheets.
23222322

0 commit comments

Comments
 (0)