-
Notifications
You must be signed in to change notification settings - Fork 0
Apply @kidayasuo's proposal #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fe0f781 to
7556762
Compare
19d2912 to
f14aec8
Compare
The proposal at: w3c/csswg-drafts#9503 (comment)
| 302E..302F ; N # W HANGUL SINGLE DOT TONE MARK..HANGUL DOUBLE DOT TONE MARK | ||
| 3005 ; N # W IDEOGRAPHIC ITERATION MARK | ||
| 3006 ; W # W IDEOGRAPHIC CLOSING MARK | ||
| 3007..3029 ; O # W IDEOGRAPHIC NUMBER ZERO..HANGZHOU NUMERAL NINE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
U+3007: Shouldn't this stay W, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we discussed this at JLReq TF. As U+3007 is used together with Han numerals, it should be W.
U+3005 should also be W.
| 303D..303E ; O # W PART ALTERNATION MARK..IDEOGRAPHIC VARIATION INDICATOR | ||
| 3041..3096 ; W # W HIRAGANA LETTER SMALL A..HIRAGANA LETTER SMALL KE | ||
| 3099..309F ; W # W COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK..HIRAGANA DIGRAPH YORI | ||
| 3099..309A ; N # W COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK..COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a regression to me, though they are Non-spacing Marks. WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How the property value works on nonspacing marks?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How the property value works on nonspacing marks?
As commented in another PR, it is applied when the code point appears alone in a paragraph. So minor edge case, but still better to be W?
| 3041..3096 ; W # W HIRAGANA LETTER SMALL A..HIRAGANA LETTER SMALL KE | ||
| 3099..309F ; W # W COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK..HIRAGANA DIGRAPH YORI | ||
| 3099..309A ; N # W COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK..COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK | ||
| 309B..309C ; O # W KATAKANA-HIRAGANA VOICED SOUND MARK..KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one too.
|
@kidayasuo Is this now ok to close? |
Have U+3005 and 3007 been fixed? They should be W. |
Yes, they're W now. Please see the current data file. |
|
Closing as per the discussions above and no further feedback. |
No description provided.