Bug 257369
| Summary: | [css-counter-styles] Support CJK counter styles outside of range | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Tim Nguyen (:ntim)
Everything in section 7 of https://drafts.csswg.org/css-counter-styles-3/#complex-predefined-counters use custom systems in Chrome / Firefox, in order to support ranges outside of -9999 9999.
We should do the same in order to pass the relevant WPT.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/109875198>
Tim Nguyen (:ntim)
> Because opinions differ on how best to represent numbers 10k or greater using the longhand CJK styles, all of the counter styles defined in this section are defined to have a range of -9999 to 9999, but implementations may support a larger range. Outside the implementation-supported range, the fallback is cjk-decimal.
Ian Gower
Pull request: https://github.com/WebKit/WebKit/pull/46446