[css-text] feedback on hyphenation

Hi,

Please consider additional sub properties to "hyphens:auto" for more control over the hyphenation. As it is (tested in FF) the auto-hyphenation is too "strong", meaning that any word that can be hyphenated will be, regardless the suitability and the will of the page editor.

Examples:

hyphens-[Don't hyphenate words shorter than]: 10
hyphens-[Minimum count of characters before hyphen]: 3
hyphens-[Minimum count of characters after hyphen]: 3
hyphens-[Minimum count of characters after hyphen on the last paragraph line]: 6

...and a bit more advanced..

hyphens-[Maximum count of subsequent lines with hyphens]: 2

...and so on (these were just from the top of my head).


Second suggestion:

There are some language specific special cases with hyphenation. In Swedish for instance, if you write the two words "matta" (carpet) and "tjuv" (thief) as one you write it as "mattjuv", with two t letters. This should hyphenate into "matt-tjuv", with three t letters. This is not a hyphenation rule, but rather a type rule: when you write two words as one, there may never be more than two of the same letters where then two words concatenate.

If you want to use a manual soft hyphen (­) for such a word you're in trouble. My suggestion is that when you write "matt­tjuv" in text and it is displayed without hyphenation, it respects this rule and suppresses one of the three letters t. I don't know if such a rule could have a negative effect on texts in other languages, but I don't know of any language allowing three subsequent letters. If needed maybe it could be controlled in CSS something like this:

hyphens-[Maximum count of same letter before and after hyphen]: 2

One could argue that this is not a CSS thing, rather up to the browser to handle (maybe with different behavior for different languages). Well, in my opinion it is certainly related to the rules how the soft hyphen (­) should be handled and without a standard no browser vendor would probably even think of implementing this behavior. Furthermore it must be handled, and handled in the same way, by all (modern) browsers before one can start using it on webpages. You dont want any "matttjuv" with three letters t out there (can't he even spell?). One should be able to check the support at for instance caniuse.com. This speaks in favor of a CSS property like the one above.


Thanks!

-- Håkan


_______________________________
Håkan Hansson
hakan.hansson@edison.se <mailto:hakan.hansson@edison.se>

[cid:image001.gif@01CF27DB.6F1C9920]

Edison Solutions AB
Box 198
221 00 Lund

Telefon: 046-320 220
Fax: 046-320 221
Support: 046-320 224 eller 227 (lön)

edison.se<http://edison.se>

Received on Tuesday, 13 May 2014 16:09:54 UTC