Skip to content

Commit 1ca5521

Browse files
authored
[css-counter-styles-3] Add cjk-decimal fallback to cjk-earthly-branch/cjk-heavenly-stem w3c#8975 (w3c#9597)
1 parent 280064d commit 1ca5521

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css-counter-styles-3/Overview.bs

+6
Original file line numberDiff line numberDiff line change
@@ -1856,13 +1856,15 @@ Fixed: ''cjk-earthly-branch'', ''cjk-heavenly-stem''</h3>
18561856
symbols: "\5B50" "\4E11" "\5BC5" "\536F" "\8FB0" "\5DF3" "\5348" "\672A" "\7533" "\9149" "\620C" "\4EA5";
18571857
/* 子 丑 寅 卯 辰 巳 午 未 申 酉 戌 亥 */
18581858
suffix: "、";
1859+
fallback: cjk-decimal;
18591860
}
18601861

18611862
@counter-style cjk-heavenly-stem {
18621863
system: fixed;
18631864
symbols: "\7532" "\4E59" "\4E19" "\4E01" "\620A" "\5DF1" "\5E9A" "\8F9B" "\58EC" "\7678";
18641865
/* 甲 乙 丙 丁 戊 己 庚 辛 壬 癸 */
18651866
suffix: "、";
1867+
fallback: cjk-decimal;
18661868
}
18671869
</bdo></pre>
18681870

@@ -2648,6 +2650,10 @@ Changes since the July 2021 Candidate Recommendation</h3>
26482650

26492651
Significant changes since the <a href="https://www.w3.org/TR/2021/CR-css-counter-styles-3-20210727/">July 27 2021 Candidate Recommendation</a>:
26502652

2653+
* Added ''fallback: cjk-decimal'' descriptor
2654+
to ''cjk-earthly-branch'' and ''cjk-heavenly-stem''.
2655+
(<a href="https://github.com/w3c/csswg-drafts/issues/8975">Issue 8975</a>)
2656+
26512657
* Restored the <css>fallback: cjk-decimal</css> descriptor
26522658
to the Korean styles
26532659
which was accidentally dropped in

0 commit comments

Comments
 (0)