Closed
Bug 273616
Opened 20 years ago
Closed 20 years ago
Problem with CSS: Floats don't appear where they should come
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: akruijff, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
2.93 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041117 Build Identifier: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041117 There are a couple of floats. Two go left and two go rigth. These should be at the left and rigth top. But a left float stops a rigth float from being at the top, even due there is space. Then there are also first letters float. There are displased from the orginal text to the place where the least float it, even due this can't reach it. Reproducible: Always Steps to Reproduce: See the test case. I don't feel sure about this.
Comment 3•20 years ago
|
||
http://www.w3.org/TR/CSS21/visuren.html#float-position 5. "The outer top of a floating box may not be higher than the outer top of any block or floated box generated by an element earlier in the source document." This explains all the problems you reported. -> INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•