Open c933103 opened 6 years ago
Yes, it should.
Currently, "、" (顿号/頓號) is mentioned in § 3.1.1.1 Pause or Stop Punctuation Marks and we're planning to add a section about list styling requirements.
Fwiw, see the following test results for browsers: https://www.w3.org/International/tests/repo/results/predefined-counter-styles#chinese https://www.w3.org/International/tests/repo/results/custom-counter-styles#chinese
Closing, per https://www.w3.org/2018/05/14-clreq-minutes.html
What's the resolution and action here? Nothing is stated in the minutes linked to.
Looking closer, i see above the link to this issue in the minutes:
… propose to move the Chinese and Western mixed text parts in 3.1.1.1.1 to 3.2.1 … or combine them into one paragraph (don't repeat yourself)
Does that indicate the resolution?
Personally, i think it would be better to have a new section related to Lists & Counters (see for example https://w3c.github.io/elreq/#lists_and_counters). Such a section could address this question, list alternative counter styles, and also look at questions of positioning of counters in vertical text (ie. establish the requirement for horizontal numeric sequences + separator at the top of a vertical line of text, something that current implementations fail to do).
Is this helpful as a base to work with for a new section?
Chinese lists use a number of different counter styles. Patterns for these counter styles are described in the W3C Note Custom Counter Styles. The various types of counter style are named and grouped here per their description in that specification.
What is the preferred shape of bullets?
Common counter styles include the use of a fixed set of characters within circles or parentheses. These include:
These counters are separated from list items by a space only.
The numeric counter system interprets the list of counter symbols as digits to a "place-value" numbering system, similar to the common decimal counter style. The first counter symbol in the list is interpreted as the digit 0, the second as the digit 1, and so on. Counter styles used in Chinese include:
The counter style suffix for lists containing Han character counters is 、 [U+3001 IDEOGRAPHIC COMMA]. What about decimal european digits? And are fullwidth digits used?
The alphabetic counter system interprets the list of counter symbols as digits to an alphabetic numbering system, similar to the default lower-alpha counter style, which wraps from "a", "b", "c", to "aa", "ab", "ac". Alphabetic numbering systems do not contain a digit representing 0; so the first value when a new digit is added is composed solely of the first digit. Chinese alphabetic counter styles include:
The counter style suffix for lists is 、 [U+3001 IDEOGRAPHIC COMMA].
These are counter styles that don’t quite fit into the aforementioned categories. The algorithm for computing counters is given in the Counter Styles specification. They include:
The counter style suffix for lists is 、 [U+3001 IDEOGRAPHIC COMMA].
Fixed and decimal numeric counters (including their suffixes) generally run horizontally at the start of a vertical line of text.
What's the resolution and action here? Nothing is stated in the minutes linked to.
Sorry for the sketchy notes. The part related to #158 is:
https://github.com/w3c/clreq/issues/158 xfq: propose to close Eric: agreed
I proposed to close this issue, because in § 3.1.1.1 Pause or Stop Punctuation Marks:
U+3001 IDEOGRAPHIC COMMA [、] (slight-pause comma) is usually used to separate items in lists, as a way to show sequence.
However, now I think that sentence is not enough because it does not state the "list-marker of an ordered list" case.
… propose to move the Chinese and Western mixed text parts in 3.1.1.1.1 to 3.2.1 … or combine them into one paragraph (don't repeat yourself)
And this is for #161.
Thanks for the starter text! It's helpful.
U+3001 IDEOGRAPHIC COMMA [、] (slight-pause comma) is usually used to separate items in lists, as a way to show sequence.
Also, i read that sentence and assumed that it related to use in text such as:
this one, and this one, and that one, etc.
It didn't seem to be related to the suffix for a counter, as you say.
As mentioned in https://github.com/w3c/jlreq/issues/12 and https://drafts.csswg.org/css-counter-styles/ , when using Chinese characters to create an ordered list, it should look like: 一、 XXXX 二、 XXXX 三、 XXXX As opposed to 一. XXXX 二. XXXX 三. XXXX in numerous current implementation, which was copying the Latin text layout for a. b. c. and such. Should this different between Latin and Chinese layout be included in clreq?