Re: [csswg-drafts] [css-text] Allow alias for language hyphenation (#5270)

That seems very reasonable to me, although I'd suggest a syntax more like:
```css
:lang(pli) { hyphenate-language-fallback: la; }
```
I would have gone with `hyphenate-language-override` to align with `font-language-override`, but @sujato states the intention to to provide an equivalence only if support for the intended language is missing. CSS uses the term "fallback" for this type of concept in `css-counter-style-3`. It should probably accept a comma-separated list - I don't think the presence of a hyphenation dictionary for latin can be guaranteed!

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

Received on Tuesday, 30 June 2020 07:52:53 UTC