Skip to content

Commit 6095314

Browse files
committed
[css-counter-styles] Move note about limiting the cjk range further up.
1 parent c2ebf64 commit 6095314

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

css-counter-styles/Overview.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1707,6 +1707,11 @@ <h3 id=complex-cjk><span class=secno>6.1. </span> Longhand East Asian
17071707
limited range, and an optional section defining them over a much larger
17081708
range that requires custom algorithms for all of the styles.
17091709

1710+
<p class=note> Note: Chinese, Japanese, and Korean longhand numbering is
1711+
actually defined up to 10<sup>72</sup>. In practice, lists are rarely
1712+
numbered above ten thousand, so these styles have been limited to their
1713+
first "group".
1714+
17101715
<dl>
17111716
<dt>japanese-informal
17121717

@@ -2287,11 +2292,6 @@ <h5 class="no-num no-toc" id=limited-chinese> Chinese</h5>
22872292
<td>負 U+8CA0
22882293
</table>
22892294

2290-
<p class=note>Note: Chinese, Japanese, and Korean longhand numbering is
2291-
actually defined up to 10<sup>72</sup>. In practice, lists are rarely
2292-
numbered above ten thousand, so these styles have been limited to their
2293-
first "group".
2294-
22952295
<div class=note>
22962296
<p>For reference, here are the first 120 values for the ‘<a
22972297
href="#simp-chinese-informal0"><code

css-counter-styles/Overview.src.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -1289,6 +1289,11 @@ <h3 id='complex-cjk'>
12891289
and an optional section defining them over a much larger range
12901290
that requires custom algorithms for all of the styles.
12911291

1292+
<p class=note>
1293+
Note: Chinese, Japanese, and Korean longhand numbering is actually defined up to 10<sup>72</sup>.
1294+
In practice, lists are rarely numbered above ten thousand,
1295+
so these styles have been limited to their first "group".
1296+
12921297
<dl>
12931298
<dt>japanese-informal
12941299
<dd>
@@ -1667,10 +1672,6 @@ <h5 id='limited-chinese' class="no-num no-toc">
16671672
</tbody>
16681673
</table>
16691674

1670-
<p class=note>Note: Chinese, Japanese, and Korean longhand numbering is
1671-
actually defined up to 10<sup>72</sup>. In practice, lists are rarely numbered
1672-
above ten thousand, so these styles have been limited to their first "group".
1673-
16741675
<div class='note'>
16751676
<p>For reference, here are the first 120 values for the ''simp-chinese-informal'' style:
16761677

0 commit comments

Comments
 (0)