- From: MURAKAMI Shinyu <murakami@antenna.co.jp>
- Date: Thu, 15 Aug 2013 19:52:23 +0900
- To: www-style@w3.org
I have a question about the negative descriptor for Japanese and Korean.
http://dev.w3.org/csswg/css-counter-styles/#limited-cjk
Japanese styles have the following definition:
range: -9999 9999;
negative: "\30DE\30A4\30CA\30B9";
/* マイナス */
and the Korean styles have the following definition:
range: 0 9999;
This seems inconsistent.
If "マイナス" (minus) is available for Japanese,
why "마이너스" (minus) is not available for Korean?
Any problem with the following definition?
range: -9999 9999;
negative: "\B9C8\C774\B108\C2A4";
/* 마이너스 */
(Or remove "マイナス" and change the range to 0 9999 for Japanese styles?)
Regards,
Shinyu Murakami
Antenna House
Received on Thursday, 15 August 2013 10:52:58 UTC