Re: [csswg-drafts] [css-text] Should 'hyphens: auto' work if lang="" is not declared?

@fantasai I think you missed @inoas' point. If you want the hyphenation to be preserved after off-lining the page (saving it locally or something), you need to preserve the information that was in HTTP headers. However, that's true for more than just the Content-Language header, and CSS is the wrong place to solve that issues. The bigger problem is that any full solution to saving / offlining / sideloading content will need to preserve an number of HTTP headers. [Web Package](https://github.com/WICG/webpackage) or something similar is what you're looking for.

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

Received on Sunday, 16 September 2018 14:52:20 UTC