Closed
Bug 14321
Opened 26 years ago
Closed 26 years ago
First letter causes word to be split on word wrap.
Categories
(Core :: Layout, defect, P3)
Tracking
()
M17
People
(Reporter: CodeMachine, Assigned: buster)
Details
I've noticed that when you "first-letter" style a word, the first letter can be
split from the rest of the word on a word wrap.
I don't know what, if anything, the CSS spec says on this, but to me it seems
wrong.
Test case:
<html>
<head>
<style type="text/css">
p:first-letter { font-size: 1000% }
</style>
</head>
<body>
<p>Testing Testing 1 2 3</p>
</body>
</html>
View this and reduce the size of the window, so the word wraps.
Expected behaviour: Either bring up a horizontal scrollbar, or wrap the word so
that as much as possible fits in, rather than wrapping the entire rest of the
word.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Marking as verified duplicate of 2418.
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•