Closed
Bug 384838
Opened 17 years ago
Closed 17 years ago
CSS 2.1 inline floated example fails
Categories
(Core :: Layout: Floats, defect)
Tracking
()
People
(Reporter: bugzilla, Unassigned)
References
()
Details
Load provided URL
Actual results in Firefox 2.0.0.4 rv:1.8.1.4 build 20070515 under XP Pro SP2: the letter "b" is OUTside and below the dotted <p>.
Expected results: the letter "b" should be INside the dotted <p>.
Reference: the example at the end of section 9.5.1 of CSS 2.1 on "Positioning the float: the 'float' property"
http://www.w3.org/TR/CSS21/visuren.html#float-position
To Bug triagers/QA people: what needs to be done is to
a) verify that such bug happens on the trunk
b) search for a possible duplicate
I have not been able (lack of time) to verify or search. As far as I remember, that testcase failed in Seamonkey 1.5a nightly trunk builds in May 2007
Note: Opera 9.21, Safari 2 and Amaya 9.54 all pass that test.
Reporter | ||
Comment 2•17 years ago
|
||
Comment 3•17 years ago
|
||
There's no such thing as a floated inline -- anything floated becomes a block.
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•