[Webkit-unassigned] [Bug 6310] text-transform: uppercase/lowercase don't handle cases one character becomes two
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Jan 2 14:41:15 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6310
darin at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|HTML DOM |CSS
Summary|upper() and lower() fail for|text-transform:
|non-ASCII strings |uppercase/lowercase don't
| |handle cases one character
| |becomes two
------- Additional Comments From darin at apple.com 2006-01-02 14:41 -------
I don't think lower() and upper() in DOMString are really to blame here. We won't usually have the entire
string we want to upper or lower-case in a DOMString -- words can be split over many separate DOM
nodes and have a mix of styles. So proper implementation of a more sophisticated upper and lowercasing
algorithm would probably not affect lower() and upper() at all.
Hence this bug should be retitled to describe the symptom.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list