[Webkit-unassigned] [Bug 76131] Text nodes should be merged when deleting a newline (causes wrong line wrapping behavior)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 20 14:55:22 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76131





--- Comment #5 from Alex Henrie <alexhenrie24 at gmail.com>  2012-01-20 14:55:22 PST ---
(In reply to comment #4)
> Checked http://www.unicode.org/reports/tr14/tr14-17.html#ConfProperties, it only says that line break is prohibited before a closing punctuation and after an opening punctuation. Does not talk about whether we can break in between these opening and closing punctuation. Any other documentation that I can refer to ?

Reading UAX14 more carefully, I noticed that the section "Line Breaking Algorithm" concludes with "Finally, join alphabetic letters and break everything else." So Firefox is incorrect and the correct behavior would be to always allow line breaks between {a}{b}. I checked and this is actually what Opera does already, as well as all the word processors I tested (AbiWord, LibreOffice, and Leafpad).

See http://www.unicode.org/reports/tr14/tr14-17.html#Algorithm

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list