[css-counter-styles] negative descriptor for Japanese and Korean

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