Skip to content

Commit 483b29b

Browse files
committed
[css-counter-styles] Require i18n's Ready-Made Counter Styles #8636
#8636 (comment) https://lists.w3.org/Archives/Public/www-style/2023Jun/0003.html
1 parent 4819658 commit 483b29b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

css-counter-styles-3/Overview.bs

+13-4
Original file line numberDiff line numberDiff line change
@@ -2515,12 +2515,18 @@ Ethiopic Numeric Counter Style: ''ethiopic-numeric''</h3>
25152515
<h2 id='additional-predefined'>
25162516
Additional “Ready-made” Counter Styles</h2>
25172517

2518-
The Internationalization Working Group maintains a large list of ready-made ''@counter-style'' rules for various world languages
2519-
in their <a href="https://www.w3.org/TR/predefined-counter-styles/">Ready-made Counter Styles</a> document.
2518+
The <a href="https://www.w3.org/International/">Internationalization Working Group</a>
2519+
maintains a collection of additional ''@counter-style'' rules for various world languages
2520+
in <a href="https://www.w3.org/TR/predefined-counter-styles/">Ready-made Counter Styles</a>.
25202521
[[predefined-counter-styles]]
25212522

2522-
These additional counter styles are not intended to be supported by user-agents by default,
2523-
but can be used by users or authors copying them directly into style sheets.
2523+
As with the counter styles defined in [[#predefined-counters]],
2524+
UAs must include these in their UA stylesheet
2525+
(or at least act as if these rules were defined at that level).
2526+
2527+
Note: Authors can use the <a href="https://www.w3.org/TR/predefined-counter-styles/">Ready-made Counter Styles</a>
2528+
even in UAs that don't support them
2529+
by copying the rules directly into their style sheets.
25242530

25252531
<!--
25262532
███ ████████ ████ ██████
@@ -2657,6 +2663,9 @@ Changes since the July 2021 Candidate Recommendation</h3>
26572663
* Fixed the accidental desync between disallowed name keywords in the syntax vs the OM.
26582664
(<a href="https://github.com/w3c/csswg-drafts/issues/8186">Issue 8186</a>)
26592665

2666+
* Added conformance requirement to support <a href="https://www.w3.org/TR/predefined-counter-styles/">Ready-made Counter Styles</a>.
2667+
(<a href="https://github.com/w3c/csswg-drafts/issues/8636">Issue 8636</a>)
2668+
26602669
<h3 id='changes-2017'>
26612670
Changes since the December 2017 Candidate Recommendation</h3>
26622671

0 commit comments

Comments
 (0)