Skip to content

Commit b6193bd

Browse files
committed
[css-counter-styles] Add biblio ref to predefined-counter-styles.
1 parent 2be9b88 commit b6193bd

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

css-counter-styles/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2426,7 +2426,7 @@ Ethiopic Numeric Counter Style: ''ethiopic-numeric''</h3>
24262426
Additional Predefined Counter Styles</h2>
24272427

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

css-counter-styles/Overview.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ <h2 class="heading settled" data-level="3" id="the-counter-style-rule"><span cla
452452
<p>where <dfn class="css" data-dfn-type="type" data-export="" id="typedef-counter-style-name">&lt;counter-style-name><a class="self-link" href="#typedef-counter-style-name"></a></dfn> is a <a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#identifier-value">&lt;custom-ident></a>.</p>
453453

454454

455-
<p>If a counter style’s name is an <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-syntax-3/#ascii-case-insensitive">ASCII case-insensitive</a> match for "decimal" or "none",
455+
<p>If a counter style’s name is an <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-syntax-3/#ascii-case_insensitive">ASCII case-insensitive</a> match for "decimal" or "none",
456456
the <a class="css" data-link-type="maybe" href="#at-ruledef-counter-style">@counter-style</a> rule is invalid.</p>
457457

458458

@@ -3432,7 +3432,7 @@ <h2 class="heading settled" data-level="8" id="additional-predefined"><span clas
34323432

34333433

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

@@ -3500,9 +3500,9 @@ <h3 class="heading settled" data-level="9.2" id="the-csscounterstylerule-interfa
35003500
</li>
35013501
<li>
35023502
If the returned value is an <a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#identifier-value">&lt;custom-ident></a>,
3503-
and the <a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#identifier-value">&lt;custom-ident></a>’s representation is not an <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-syntax-3/#ascii-case-insensitive">ASCII case-insensitive</a> match for "decimal" or "none",
3503+
and the <a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#identifier-value">&lt;custom-ident></a>’s representation is not an <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-syntax-3/#ascii-case_insensitive">ASCII case-insensitive</a> match for "decimal" or "none",
35043504
replace the associated rule’s name with the <a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#identifier-value">&lt;custom-ident></a>'s representation.
3505-
If the <a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#identifier-value">&lt;custom-ident></a>’s respresentation is an <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-syntax-3/#ascii-case-insensitive">ASCII case-insensitive</a> match
3505+
If the <a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-values-3/#identifier-value">&lt;custom-ident></a>’s respresentation is an <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-syntax-3/#ascii-case_insensitive">ASCII case-insensitive</a> match
35063506
for any of the other predefined <a data-link-type="dfn" href="#counter-style">counter styles</a>,
35073507
lowercase the representation before replacing the associated rule’s name with it.
35083508

@@ -3816,6 +3816,8 @@ <h3 class="no-num heading settled" id="informative"><span class="content">Inform
38163816
<dl>
38173817
<dt id="biblio-css3list" title="CSS3LIST"><a class="self-link" href="#biblio-css3list"></a>[CSS3LIST]</dt>
38183818
<dd>Tab Atkins Jr.. <a href="http://www.w3.org/TR/2011/WD-css3-lists-20110524">CSS Lists and Counters Module Level 3</a>. 24 May 2011. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2011/WD-css3-lists-20110524">http://www.w3.org/TR/2011/WD-css3-lists-20110524</a></dd>
3819+
<dt id="biblio-predefined-counter-styles" title="predefined-counter-styles"><a class="self-link" href="#biblio-predefined-counter-styles"></a>[predefined-counter-styles]</dt>
3820+
<dd>Richard Ishida. <a href="http://www.w3.org/TR/predefined-counter-styles/">Predefined Counter Styles</a>. 21 August 2014. WD. URL: <a href="http://www.w3.org/TR/predefined-counter-styles/">http://www.w3.org/TR/predefined-counter-styles/</a></dd>
38193821
</dl>
38203822
<h2 class="no-num heading settled" id="index"><span class="content">Index</span><a class="self-link" href="#index"></a></h2>
38213823
<ul class="indexlist">

0 commit comments

Comments
 (0)