Closed
Bug 4515
Opened 26 years ago
Closed 26 years ago
{css spec} relative positioning doesn't work on floats
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: dbaron, Assigned: buster)
References
()
Details
(Whiteboard: [TESTCASE])
Attachments
(1 file)
(deleted),
text/html
|
Details |
Relative positioning doesn't seem to work on floats at all. (Unless I did
something wrong on the test, but I don't think so. Do recheck it, though.)
Its not clear to me that they should work - relative positioning is for elements
in the flow; floaters are out of the flow.
Severity: normal → critical
Priority: P3 → P5
Summary: relative positioning doesn't work on floats → {css spec} relative positioning doesn't work on floats
Reporter | ||
Comment 2•26 years ago
|
||
Section 9.7 says relative positioning and floating are allowed together. The
introduction to 10.3 says 10.3.5 and 10.3.6 include relative positioning, which
explicitly says it's allowed on floats.
And anyway, why not? Unnecessary exceptions are bad. I admit the introduction
to 9.4.3 is misleading.
And what's P5/critical?
Reporter | ||
Comment 3•26 years ago
|
||
Updated•26 years ago
|
QA Contact: 4144 → 4110
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 6•26 years ago
|
||
Verified fixed, 1999-07-17-08-M9 Linux.
You need to log in
before you can comment on or make changes to this bug.
Description
•