[Webkit-unassigned] [Bug 108347] CSS3 'word-break: break-all' spoils CJK line-break restrictions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 24 19:15:05 PST 2013


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





--- Comment #12 from Lu jing <dujid0 at gmail.com>  2013-02-24 19:17:29 PST ---
Thanks for your confirmation and suggestion. I will test it with non-CJK punctuations.

For a mixed string like "坊主が,屏風に(上手に)絵を描いた.",
This change can support '(' but ')' because only the current character is checked.
It's also need to check the previous character.

midWordBreak = !Font::isCJKIdeographOrSymbol(c)
               && !Font::isCJKIdeographOrSymbol(previousChar)
               && ...

After test I will report my result again.

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