[Webkit-unassigned] [Bug 8423] New: html { display:table; } renders incorrectly
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sun Apr 16 05:42:41 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8423
Summary: html { display:table; } renders incorrectly
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: eggdrop at ggaweb.ch
Safari doesn't display a website with html { display:table; } correctly.
Try the following example and resize the window:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<style>
html {
display:table;
}
</style>
</head>
<body>
</body>
</html>
--
Configure bugmail: http://bugzilla.opendarwin.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