Skip to content

[css-counter-styles] Define extended CJK longhand counter styles range #12383

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix linkings
  • Loading branch information
sakupi01 committed Jun 22, 2025
commit 453c3c96aee23ee7c8cc29a12390a1302f67983e
4 changes: 2 additions & 2 deletions css-counter-styles-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2037,13 +2037,13 @@ Longhand East Asian Counter Styles</h3>
Because opinions differ on how best to represent numbers 10,000 or greater
using the longhand CJK styles, the implementation details are split into two sections.
The Korean and Japanese variants of these counter styles can, if limited to the range
of -9999 to 9999, be expressed as <code>@counter-style</code> rules.
of -9999 to 9999, be expressed as ''@counter-style'' rules.
The Chinese variants use a [=Chinese|specialized algorithm=], regardless of range.
The required implementation is described in [[#limited-range-required]], which defines
the styles over these limited ranges, and the optional implementation is described in
[[#extended-range-optional]], which defines them over a larger range following custom algorithms.
Outside the implementation-supported range,
the fallback is 'cjk-decimal'.
the fallback is ''cjk-decimal''.

<!--
██ ████ ██ ██ ████ ████████ ████████ ████████ ██████ ██ ██ ██
Expand Down