Skip to content

Commit f170731

Browse files
committed
Hooked the complex styles into the counter-style descriptors.
1 parent ce98777 commit f170731

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

css3-lists/Overview.src.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -392,14 +392,12 @@ <h4 id='ethiopic-numeric'>
392392
<li>Concatenate the groups into one string.</li>
393393
</ol>
394394

395-
<p>This system is defined for all numbers greater than zero. For zero and
396-
negative numbers, instead construct the representation of the counter value
397-
using the ''decimal'' style.</p>
395+
<p>For this system, the <i title='counter-lower-bound'>lower range bound descriptor</i>
396+
is 1, the <i title='counter-upper-bound'>upper range bound descriptor</i> is
397+
infinity, and the rest of the descriptors have their initial value.</p>
398398

399-
<p>The suffix for the ethiopic-numeric numbering systems is a dot
400-
(. U+002E FULL STOP). <span class="issue">Is there a better suffix
401-
to use? <strong>The alphabetic ethiopic systems use a different
402-
suffix.</strong></span></p>
399+
<p class='issue'>Is there a better suffix to use than the initial (".")? The
400+
alphabetic ethiopic systems use a different suffix.</p>
403401

404402
<div class="example">
405403
<p>The decimal number 100, in ethiopic, is ፻ U+137B <!-- odd --></p>
@@ -531,11 +529,13 @@ <h4 id='cjk-counter-styles'>
531529
counter value.</li>
532530
</ol>
533531

534-
<p>For all of these counter styles, the suffix is "、" U+3001, the prefix is
535-
the empty string, the fallback style is ''cjk-decimal'', and the upper range
536-
bound is 9999 9999 9999 9999 (one less than 10<sup>16</sup>). For the Chinese
537-
and Japanese styles, the lower range bound is -9999 9999 9999 9999 (one more
538-
than -10<sup>16</sup>); for the Korean styles the lower range bound is 0.</p>
532+
<p>For all of these counter styles, the <i title='counter-suffix'>suffix descriptor</i>
533+
is "、" U+3001 and the <i title='counter-fallback'>fallback descriptor</i> is
534+
''cjk-decimal''. For Chinese and Japanese, the
535+
<i title='counter-lower-range'>lower range bound descriptor</i> is -9999 9999 9999 9999
536+
(-10<sup>16</sup>+1), while for Korean it's 0. For all of them, the
537+
<i title='counter-upper-range'>upper range bound descriptor</i> is 9999 9999 9999 9999
538+
(10<sup>16</sup>-1).</p>
539539

540540
<p>The following tables define the characters used in these styles:</p>
541541

0 commit comments

Comments
 (0)