[Webkit-unassigned] [Bug 8423] html { display:table; } renders incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 20 12:26:28 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=8423





------- Comment #5 from ian at hixie.ch  2008-03-20 12:26 PDT -------
According to CSS2.1 'display' on the root element with any of the following
values must be treated as 'block': inline, run-in, table-row-group,
table-column, table-column-group, table-header-group, table-footer-group,
table-row, table-cell, table-caption, inline-block.

However, 'table', 'block', 'list-item', and 'none' must (according to the spec)
be supported.

(Also, 'inline-table' becomes 'table'.)

See CSS2.1, 9.7 Relationships between 'display', 'position', and 'float'.


-- 
Configure bugmail: http://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