[Webkit-unassigned] [Bug 21588] New: Calculation of column width with CCS-pseudo-class first-line
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 14 06:26:11 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21588
Summary: Calculation of column width with CCS-pseudo-class first-
line
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
URL: https://macshot.de/php-aquarium
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P1
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rc at opelgt.org
Tip for you to quick and comfortable testing: my program PHP-Aquarium
<HTML>
<HEAD>
<STYLE type="text/css">
td { font-size:12px }
td:first-line { font-size:24px }
</STYLE>
</HEAD>
<BODY>
<H3>Calculation of column width with CCS-pseudo-class first-line.</H3>
<P>Column width seems to be calculated before the first-line attributes are
applied - wrong?</P>
<TABLE cellspacing=0 border=1>
<TR>
<TD>erste Zeile<br>zweite Zeile</TD>
</TR>
</TABLE>
<P>Awaited:</P>
<TABLE cellspacing=0 border=1>
<TR>
<TD>erste Zeile<br>zweite breitererere Zeile</TD>
</TR>
</TABLE>
</BODY>
</HTML>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list