diff options
author | Sebastian Geerken <devnull@localhost> | 2012-10-30 09:54:14 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-10-30 09:54:14 +0100 |
commit | 76cf4173b653db09c3bacbb0d01c1e153e52eac4 (patch) | |
tree | e8d33d03e2c6023427ea025197dae2ccd5e8553d /doc | |
parent | d6b244d49b86d8fb79f44765f50b2674c4cb7aed (diff) | |
parent | 0c62630e68c0d6376ee04f163d48315c725ecf5c (diff) |
Merge with http://hg.dillo.org/dillo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dw-line-breaking.doc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/dw-line-breaking.doc b/doc/dw-line-breaking.doc index afebf104..6492a579 100644 --- a/doc/dw-line-breaking.doc +++ b/doc/dw-line-breaking.doc @@ -338,7 +338,7 @@ be easily extended. words containing hyphens already. Example: "Abtei-Stadt", which is divided into "Abtei-" and "Stadt", resulting possibly in "Abtei-<span></span>-[new line]Stadt". See also below under -"Low Priority", on how to deal with hyphens and dashes. +"Medium Priority", on how to deal with hyphens and dashes. <h3>Medium Priority</h3> @@ -357,6 +357,13 @@ hyphenation.</li> Where to implement? In the same dynamic, lazy way like hyphenation? As part of hyphenation? +Notice that Liang's algorithm may behave different regarding hyphens: +"Abtei-Stadt" is (using the patterns from CTAN) divided into "Abtei-" +and "Stadt", but "Nordrhein-Westfalen" is divided into "Nord", +"rhein-West", "fa", "len": the part containing the hyphen +("rhein-West") is untouched. (Sorry for the German words; if you have +got English examples, send them me.) + <b>Incorrect calculation of extremes:</b> The minimal width of a text block (as part of the width extremes, which are mainly used for tables) is defined by everything between two possible breaks. A |