8000 [css-counter-styles-3] Zhuyin (Mandarin Bopomofo) counter style · Issue #10685 · w3c/csswg-drafts · GitHub
[go: up one dir, main page]

Skip to content

[css-counter-styles-3] Zhuyin (Mandarin Bopomofo) counter style #10685

@NightFurySL2001

Description

@NightFurySL2001

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: "、";
}

Example:
image
image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    css-counter-styles-3Current Worki18n-clreqChinese language enablementi18n-trackerGroup bringing to attention of Internationalization, or tracked by i18n but not needing response.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0