Closed
Bug 1081
Opened 26 years ago
Closed 26 years ago
css9.4.2 bug
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: kipp, Assigned: buster)
Details
(Whiteboard: Requesting assigned engineer to verify bug - no test case)
Attachments
(1 file)
(deleted),
text/html
|
Details |
We apply the left/right margins regardless of how an inline frame is split.
see j:/html/css9.4.2.html
Comment 2•26 years ago
|
||
This may be fixed. May, because I'm not sure exactly what the bug report is a bug report of, but if it's what I think it is, it's fixed. See http://www.w3.org/Style/CSS/Test/current/sec42.htm
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
The border/padding/margin are now only applied on the first-in-flow and the
last-in-flow and not any of the middle ones. In addition, the proper width is
made available in these cases to child element so that unatural breaking doesn't
occur.
Updated•26 years ago
|
QA Contact: 4110
Comment 4•26 years ago
|
||
QA contact to chrisd
Updated•26 years ago
|
Whiteboard: Requesting assigned engineer to verify bug - no test case
Comment 5•26 years ago
|
||
Kipp, could you please verify this bug or provide a test case? Thanks.
You need to log in
before you can comment on or make changes to this bug.
Description
•