-
Notifications
You must be signed in to change notification settings - Fork 746
Closed
Labels
css-counter-styles-3Current WorkCurrent Worki18n-clreqChinese language enablementChinese language enablementi18n-trackerGroup bringing to attention of Internationalization, or tracked by i18n but not needing response.Group bringing to attention of Internationalization, or tracked by i18n but not needing response.
Description
Propose to add Mandarin Bopomofo as a counter style in CSS. Although not as commonly used as Han numerals, it is sometimes used in sub-lists or headers, especially in dictionaries. The term "zhuyin" is used instead of "bopomofo" as the ordering is following modern Taiwanese Mandarin order (reference https://language.moe.gov.tw/001/Upload/files/site_content/M0001/juyin/html_ch/index.html) and not other bopomofo system. Other bopomofo ordering may be introduced at a later time.
Proposed ordering:
@counter-style zhuyin {
system: alphabetic;
symbols: "\3105" "\3106" "\3107" "\3108" "\3109" "\310A" "\310B" "\310C" "\310D" "\310E" "\310F" "\3110" "\3111" "\3112" "\3113" "\3114" "\3115" "\3116" "\3117" "\3118" "\3119" "\311A" "\311B" "\311C" "\311D" "\311E" "\311F" "\3120" "\3121" "\3122" "\3123" "\3124" "\3125" "\3126" "\3127" "\3128" "\3129";
/* ㄅㄆㄇㄈㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙㄚㄛㄜㄝㄞㄟㄠㄡㄢㄣㄤㄥㄦㄧㄨㄩ */
suffix: "、";
}
Metadata
Metadata
Assignees
Labels
css-counter-styles-3Current WorkCurrent Worki18n-clreqChinese language enablementChinese language enablementi18n-trackerGroup bringing to attention of Internationalization, or tracked by i18n but not needing response.Group bringing to attention of Internationalization, or tracked by i18n but not needing response.