Re: [csswg-drafts] [css-text-3] Hyphenation usages in CJK

It still sounds to me like it should be solved at the Selectors level,
 perhaps one of these:

~~~css
:lang(ja, Latn), /* not the same as ja-Latn */
:lang(ja):lang(Latn),
:lang(ja):script(Latn),
:lang(ja):not(:script(Jpan)), /* ISO 15924: Jpan = Hani + Hrkt = Hani 
+ Hira + Kana */
:lang(ja-Jpan) ::foreign-phrase
    {hyphens: auto}
~~~

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

Received on Saturday, 3 December 2016 08:37:39 UTC