Closed
Bug 307207
Opened 19 years ago
Closed 19 years ago
buggy CSS letter-spacing implementation exemplified by text-decoration:blink
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mizerydearia, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050830
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050830
As displayed on the example page, the entire text is not blinking as it should
be. The few pixels on the right do not appear to be affected (varying depending
on the value of "letter-spacing."
Reproducible: Always
Steps to Reproduce:
View HTML:
<html>
<head>
<style>
table,tr,td {
font-size:100px;
letter-spacing:-25px;
text-decoration:blink;
}
</style>
</head>
<body>
<table><tr><td>coming soon!</td></tr></table>
</body>
</html>
Actual Results:
Right-most pixels do not blink along with the remainder.
Expected Results:
Entire textual caption to blink
Comment 1•19 years ago
|
||
The test page worksforme (as far as it can given that letter-spacing is applied to non-breaking spaces). Marking so, but please reopen if there is still an issue; if so, please clearly describe the issue.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•