- From: Christoph Päper via GitHub <sysbot+gh@w3.org>
- Date: Sat, 03 Dec 2016 08:37:32 +0000
- To: public-css-archive@w3.org
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