Closed
Bug 719
Opened 26 years ago
Closed 26 years ago
TextTransform does not work on CSS for non-ASCII
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: ftang, Assigned: ftang)
Details
Currently the CSS1 implementation does not handle TextTransform correctly for
non-ASCII part.
1. For Any Single Byte charset, it only do the right thing for ASCII toupper
and tolower, European character, Greek,
Cyrillic characters do the wrong thing.
2. For any multibyte charset, TextTransform do NOTHING.
Please list these as one of your CSS improvement.
Comment 1•26 years ago
|
||
Setting priority to P1...
Updated•26 years ago
|
Product: MozillaClassic → Browser
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Redirecting the bug the Peterl@netscape.com.
Updated•26 years ago
|
Assignee: peterl → kipp
Comment 5•26 years ago
|
||
Your code I believe...
maybe you can close this now that you've done the work in the text-transformer?
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
QA Contact: 4144 → 3851
Resolution: --- → FIXED
Assignee | ||
Comment 7•26 years ago
|
||
reassign the QA contact to teruko and accept this bug and mark it fixed (I
change the code 2-3 weeks before M3).
Teruko, please verify this against M3 and mark verify if possible. Try
any unicode code point (Greek, Cyrillic, Latin 1... etc). Thanks.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
I verified this in 5-24-09 Win32 and Mac build.
You need to log in
before you can comment on or make changes to this bug.
Description
•