[Webkit-unassigned] [Bug 30015] text-transform:capitalize is failing in CSS2.1 test suite

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 2 10:17:49 PDT 2009


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





--- Comment #4 from Shinichiro Hamaji <hamaji at chromium.org>  2009-10-02 10:17:49 PDT ---
(In reply to comment #3)
> (From update of attachment 40511 [details])
> Is this approach really correct? Shouldn't this be fixed inside the text break
> function instead?

It seems that the word break iterator is used by selection in editing, too. I
guess changing word break iterator causes regressions for selection. For
example, if you double click 'o' in "(foo bar)", current implementation selects
"foo". If we change wordBreakIterator, "(foo" would be selected. But, it's just
my guess. I didn't confirm if my guess is true. I'll check it. Or, I'm happy if
someone who knows editing well gives comments.

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