[Webkit-unassigned] [Bug 20677] WebKit wraps between hyphen-minus and numeric characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 14 18:43:12 PDT 2010


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


Xianzhu Wang <phnixwxz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




--- Comment #21 from Xianzhu Wang <phnixwxz at gmail.com>  2010-09-14 18:43:11 PST ---
(In reply to comment #18)
> Hyatt, do you now agree this is  good change, or do you still think it will prevent breaking URLs?

Hi, Hyatt, I think even without this change, long URLs still have few chances to break. I just did a stat on 70418 complex URLs (selected from our crawler library), 62649 (89%) of them don't contain number-after-hyphen or contain other line-breaking opportunities near (distance <= 10 chars) number-after-hyphen.

I'd also like to implement a more complex algorithm like the one mentioned in #3 if most of you agree it. This might require a refactoring of the current line breaking code. However, the refactoring can also make it possible to fix bug 37543.

-- 
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