Re: [csswg-drafts] [css-text-3] text-transform: full-size-kana

I recently attempted to implement `full-size-kana` in Firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=1498148).

I have some doubts regarding which kana characters should be transformed from small to normal size. Appendix G (Small Kana Mappings) (https://drafts.csswg.org/css-text-3/#small-kana) of "CSS Text Module Level 3", provides a set of small kana and their mappings to normal size kana.

However, Florian’s spec of `full-size-kana` (https://specs.rivoal.net/css-custom-tt/#full-size-kana) provides a much larger mapping of kanas. This is interesting as the example of transformation provided at the beginning of this issue: しゃ into しや (https://github.com/w3c/csswg-drafts/issues/3143#issue-363419657) is covered by Florian's specification of `full-size-kana` but not by the Appendix G of the draft. Is it likely the list of mappings provided in Florian's spec will be finally merged in the draft?

On the other hand, the list of kanas listed in https://specs.rivoal.net/css-custom-tt/#full-size-kana is missing 2 mappings: 
   * 'ㇺ' => 'ム' (Katakana Small Mu => Katakana Mu) 
   * 'ッ' => 'ツ' (Half-width Katakana Small Tu => Half-width Katakana Tu)



-- 
GitHub Notification of comment by dpino
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3143#issuecomment-429452645 using your GitHub account

Received on Friday, 12 October 2018 20:27:17 UTC