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 accountReceived on Saturday, 3 December 2016 08:37:39 UTC
This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:41:06 UTC