Skip to content

Commit 7d0e4b4

Browse files
committed
Added issue about the complex counter styles and whether we need them defined out that far.
1 parent 5eea69b commit 7d0e4b4

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

css3-lists/Overview.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3466,6 +3466,14 @@ <h2 id=predefined-counters><span class=secno>11. </span> Complex Counter
34663466
in an &lsquo;<code class=property>override</code>&rsquo; type, reusing the
34673467
algorithm but swapping out some of the other descriptors.
34683468

3469+
<p class=issue>Is it necessary to define &lsquo;<code
3470+
class=css>ethiopian-numeric</code>&rsquo; and the longhand Chinese styles
3471+
out to these ranges? I have no idea if it would be common to use them in
3472+
the sorts of situations where you need counter-styles in the thousands or
3473+
higher. If they'll typically be used for only low-count use-cases, we can
3474+
simplify them by just making them "non-repeating" styles manually defined
3475+
out to 100 or so values.
3476+
34693477
<h3 id=glyph-counters><span class=secno>11.1. </span> Glyphs</h3>
34703478

34713479
<p>CSS 2.1 defined three single-glyph counter styles (&lsquo;<a

css3-lists/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2533,6 +2533,8 @@ <h2 id='predefined-counters'>
25332533
described below. For example, an author can reference one of these styles in an
25342534
'override' type, reusing the algorithm but swapping out some of the other descriptors.</p>
25352535

2536+
<p class='issue'>Is it necessary to define ''ethiopian-numeric'' and the longhand Chinese styles out to these ranges? I have no idea if it would be common to use them in the sorts of situations where you need counter-styles in the thousands or higher. If they'll typically be used for only low-count use-cases, we can simplify them by just making them "non-repeating" styles manually defined out to 100 or so values.</p>
2537+
25362538

25372539
<h3 id='glyph-counters'>
25382540
Glyphs</h3>

0 commit comments

Comments
 (0)