[Webkit-unassigned] [Bug 35443] New: inline-block not honored as white-space:pre's last-child of a line
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 26 12:17:53 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35443
Summary: inline-block not honored as white-space:pre's
last-child of a line
Product: WebKit
Version: 525.x (Safari 3.2)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bradley.meck at gmail.com
Created an attachment (id=49611)
--> (https://bugs.webkit.org/attachment.cgi?id=49611)
Test Case
When an inline-block element is displayed at the end of an element with
white-space:pre it will wrap to a new line if it is the last element on a line.
According to the spec it seems that the inline-block should stay on the same
line and not wrap to a new line when this occurs. A workaround but oddity is to
include a non-empty TextNode after the inline-block.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list