Closed
Bug 304304
Opened 20 years ago
Closed 20 years ago
use of style="text-transform: uppercase" and ß (ß) hides last letter
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: hannes, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
If I set the text-transform to uppercase, the last letter of the text is not
displayed.
Reproducible: Always
Steps to Reproduce:
<html>
<body>
<p>Correct text (inkluding last s):</p>
<h1 style="text-transform: none;">Die hohe Kunst des Teegenießens</h1>
<p>False text (missing last s):</p>
<h1 style="text-transform: uppercase;">Die hohe Kunst des Teegenießens</h1>
</body>
</html>
Actual Results:
DIE HOHE KUNST DES TEEGENIESSEN
Expected Results:
DIE HOHE KUNST DES TEEGENIESSENS
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 96423 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•