- From: Jeremy <sysbot+gh@w3.org>
- Date: Thu, 16 Feb 2017 02:42:18 +0000
- To: public-css-archive@w3.org
chenpighead has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-text] automatic hyphens should repect all kinds of manual hyphens == Quote from the [spec.](https://drafts.csswg.org/css-text-3/#valdef-hyphens-auto), > Automatic hyphenation opportunities within a word must be ignored if the word contains a conditional hyphen (­ or U+00AD), in favor of the conditional hyphen(s). However, if, even after breaking at such opportunities, a portion of that word is is still too long to fit on one line, an automatic hyphenation opportunity may be used. However, I think the idea is to let automatic hyphenations always respect the manual ones, which include both conditional hyphens (­ or U+00AD) and unconditional hyphens (U+2010 or U+002D). So, I'd like to propose that we address this in the specification. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1040 using your GitHub account
Received on Thursday, 16 February 2017 02:43:03 UTC