Skip to content

Commit a2c1957

Browse files
committed
Fixed the normative definition of the fallback style for CJK.
1 parent 20a3d9c commit a2c1957

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-lists/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -831,10 +831,10 @@ <h4 id=cjk-counter-styles><span class=secno>4.3.2. </span> The CJK longhand
831831

832832
<p>For all of these counter styles, the suffix is "、" U+3001, the prefix
833833
is the empty string, the fallback style is &lsquo;<code
834-
class=css>decimal</code>&rsquo;, and the upper range bound is 9999 9999
835-
9999 9999 (one less than 10<sup>16</sup>). For the Chinese and Japanese
836-
styles, the lower range bound is -9999 9999 9999 9999 (one more than
837-
-10<sup>16</sup>); for the Korean styles the lower range bound is 0.
834+
class=css>cjk-decimal</code>&rsquo;, and the upper range bound is 9999
835+
9999 9999 9999 (one less than 10<sup>16</sup>). For the Chinese and
836+
Japanese styles, the lower range bound is -9999 9999 9999 9999 (one more
837+
than -10<sup>16</sup>); for the Korean styles the lower range bound is 0.
838838

839839
<p>The following tables define the characters used in these styles:
840840

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ <h4 id='cjk-counter-styles'>
532532
</ol>
533533

534534
<p>For all of these counter styles, the suffix is "、" U+3001, the prefix is
535-
the empty string, the fallback style is ''decimal'', and the upper range
535+
the empty string, the fallback style is ''cjk-decimal'', and the upper range
536536
bound is 9999 9999 9999 9999 (one less than 10<sup>16</sup>). For the Chinese
537537
and Japanese styles, the lower range bound is -9999 9999 9999 9999 (one more
538538
than -10<sup>16</sup>); for the Korean styles the lower range bound is 0.</p>

0 commit comments

Comments
 (0)