Open
Bug 225382
Opened 22 years ago
Updated 3 years ago
clean up / refine quirks mode line breaking of replaced elements
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: dbaron, Unassigned)
References
(Blocks 3 open bugs, )
Details
Bug 32191 changed the way we handle line-breaking around replaced elements in
quirks mode. The code was a bit ugly -- probably at the wrong level of code --
and also doesn't match the IE/Windows behavior that we're trying to emulate.
Tests at: http://dbaron.org/css/test/2003/line-breaking/
IE/Windows 6.0 and Opera 7.21 seem to match perfectly.
Safari 1.1, IE/Mac, and Mozilla-standards-mode match perfectly.
Mozilla-quirks-mode is different. (The 02-* tests are pretty much irrelevant.)
| Reporter | ||
Updated•22 years ago
|
| Reporter | ||
Updated•22 years ago
|
Updated•16 years ago
|
Assignee: layout.block-and-inline → nobody
QA Contact: ian → layout.block-and-inline
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•