[Webkit-unassigned] [Bug 10228] CSS3: Support the hyphenate property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 15 17:58:48 PDT 2010


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





--- Comment #14 from mitz at webkit.org  2010-06-15 17:58:45 PST ---
Created an attachment (id=58842)
 --> (https://bugs.webkit.org/attachment.cgi?id=58842)
[WIP] Support hyphens and hyphenate-character

I’d like rendering experts to take a look at the rendering changes. I’ve chosen to not use a separate box for the hyphen, as this greatly simplifies selection, hit-testing, editing etc., and also allows for negative kerning between the last character and the hyphen. I’ve also decided not to subclass InlineTextBox for this purpose.

Still missing:
1. Support for hyphens: none;
2. Support for platforms that can’t hyphenate
3. Better locale selection, and locale-dependent hyphen character for 'auto'
4. Tests

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