Skip to content

Commit 24be0aa

Browse files
committed
Allow impls to extend Hebrew.
1 parent c7813d8 commit 24be0aa

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

css-counter-styles/Overview.bs

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<pre class=metadata>
44
Shortname: css-counter-styles
55
Level: 3
6-
Status: ED
6+
Status: CR
77
Group: csswg
88
ED: http://dev.w3.org/csswg/css-counter-styles/
99
TR: http://www.w3.org/TR/css-counter-styles-3/
@@ -14,7 +14,7 @@ Previous Version: http://www.w3.org/TR/2012/WD-css-counter-styles-3-20121009/
1414
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
1515
Abstract: This module introduces the ''@counter-style'' rule, which allows authors to define their own custom counter styles for use with CSS list-marker and generated-content counters [[CSS3LIST]]. It also predefines a set of common counter styles, including the ones present in CSS2 and CSS2.1.
1616
Issue Tracking: Bugzilla https://www.w3.org/Bugs/Public/buglist.cgi?product=CSS&component=Counter%20Styles&resolution=---
17-
Link Defaults: css-text-3 (dfn) grapheme cluster, css-pseudo-4 (selector) ::marker
17+
Link Defaults: css-text-3 (dfn) grapheme cluster, css-pseudo-4 (selector) ::marker, dom-ls (dfn) ascii case-insensitive
1818
</pre>
1919
<style>
2020
pre.stylesheet { white-space: pre-wrap; }
@@ -1511,7 +1511,7 @@ Numeric: ''decimal'', ''decimal-leading-zero'', ''arabic-indic'', ''armenian'',
15111511
additive-symbols: 10000 \5D9\5F3, 9000 \5D8\5F3, 8000 \5D7\5F3, 7000 \5D6\5F3, 6000 \5D5\5F3, 5000 \5D4\5F3, 4000 \5D3\5F3, 3000 \5D2\5F3, 2000 \5D1\5F3, 1000 \5D0\5F3, 400 \5EA, 300 \5E9, 200 \5E8, 100 \5E7, 90 \5E6, 80 \5E4, 70 \5E2, 60 \5E1, 50 \5E0, 40 \5DE, 30 \5DC, 20 \5DB, 19 \5D9\5D8, 18 \5D9\5D7, 17 \5D9\5D6, 16 \5D8\5D6, 15 \5D8\5D5, 10 \5D9, 9 \5D8, 8 \5D7, 7 \5D6, 6 \5D5, 5 \5D4, 4 \5D3, 3 \5D2, 2 \5D1, 1 \5D0;
15121512
/* 10000 י׳, 9000 ט׳, 8000 ח׳, 7000 ז׳, 6000 ו׳, 5000 ה׳, 4000 ד׳, 3000 ג׳, 2000 ב׳, 1000 א׳, 400 ת, 300 ש, 200 ר, 100 ק, 90 צ, 80 פ, 70 ע, 60 ס, 50 נ, 40 מ, 30 ל, 20 כ, 19 יט, 18 יח, 17 יז, 16 טז, 15 טו, 10 י, 9 ט, 8 ח, 7 ז, 6 ו, 5 ה, 4 ד, 3 ג, 2 ב, 1 א */
15131513
/* This system manually specifies the values for 19-15 to force the correct display of 15 and 16, which are commonly rewritten to avoid a close resemblance to the Tetragrammaton. */
1514-
/* This system theoretically extends to at least 999999, but specifying it above 10999 with the @counter-style rule is difficult. */
1514+
/* Implementations MAY choose to implement this manually to a higher range; see note below. */
15151515
}
15161516

15171517
@counter-style kannada {
@@ -1593,6 +1593,11 @@ Numeric: ''decimal'', ''decimal-leading-zero'', ''arabic-indic'', ''armenian'',
15931593
}
15941594
</bdo></pre>
15951595

1596+
Implementations must implement ''hebrew'' at least to the range specified in the ''@counter-style'' rule above,
1597+
but may implement it to a higher range.
1598+
If they do so,
1599+
the corresponding 'range' descriptor must reflect the implemented range.
1600+
15961601

15971602
<h3 id='simple-alphabetic'>
15981603
Alphabetic: ''lower-alpha'', ''lower-latin'', ''upper-alpha'', ''upper-latin'', ''cjk-earthly-branch'', ''cjk-heavenly-stem'', ''lower-greek'', ''hiragana'', ''hiragana-iroha'', ''katakana'', ''katakana-iroha''</h3>
@@ -2569,9 +2574,10 @@ Sample style sheet for HTML</h2>
25692574

25702575

25712576
<h2 class='no-num' id='changes'>
2572-
Changes since the August 2014 Last Call Working Draft</h2>
2577+
Changes since the Feb 2015 Candidate Recommendation</h2>
25732578

2574-
* Added additional predefined counter styles to match the set that at least two browsers implement.
2579+
* Allowed UAs to extend the ''hebrew'' style past the spec-defined limits
2580+
(since the current limits are mostly just an artifact of how annoying it is to go higher with the ''@counter-style''-based definition).
25752581

25762582

25772583
<h2 class="no-num" id="acknowledgments">

0 commit comments

Comments
 (0)