Open Bug 605028 Opened 14 years ago Updated 2 years ago

incorrect intrinsic width calculation when collapsable space follows preserved line break

Categories

(Core :: Layout: Block and Inline, defect)

defect

Tracking

()

People

(Reporter: dbaron, Unassigned)

References

(Blocks 1 open bug, )

Details

(Keywords: css2, testcase)

We incorrectly compute intrinsic width in the following testcase (but do the layout correctly):
http://test.csswg.org/suites/css2.1/20101001/html4/white-space-mixed-003.htm
http://test.csswg.org/suites/css2.1/20101001/xhtml1/white-space-mixed-003.xht

In the first test, we don't collapse away the whitespace at the beginning of the second line when we're doing intrinsic width calculation (but we do when doing layout).
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.