Closed
Bug 294481
Opened 20 years ago
Closed 20 years ago
text-transform:uppercase
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
People
(Reporter: me, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 If a text fragment is styled with text-transform:uppercase the German 'ß' character (&szlig;) is converted into 'SS'. During this conversion the last character is chopped off the string. If the fragment contains more than one 'ß' there is still just one character missing. The bug happens with or without the usage of the entity. It has once be mentioned here [0] in a different context, but still exists in FF 1.0.3, so I thought I should open a new one. [0] https://bugzilla.mozilla.org/show_bug.cgi?id=35148#c13 Reproducible: Always Steps to Reproduce: <html> <style type="text/css"> h1 { text-transform:uppercase; } </style> <body> <h1>Maßgabe ohne Spaß und Faß</h1> <h1>Maßgabe</h1> </body> </html> Actual Results: MASSANGABE OHNE SPASS UND FAS MASSANGAB Expected Results: MASSANGABE OHNE SPASS UND FASS MASSANGABE
Comment 1•20 years ago
|
||
Please use search first. Searching for 'ß' would have helped. *** This bug has been marked as a duplicate of 96423 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Component: DOM: Views and Formatting → DOM: CSS Object Model
QA Contact: ian → general
You need to log in
before you can comment on or make changes to this bug.
Description
•