[Webkit-unassigned] [Bug 14600] New: CSS style table-row-group is not rendered properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 17:09:40 PDT 2007


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

           Summary: CSS style table-row-group is not rendered properly
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: just1gb at gmail.com


When a webpage has 2 tables, with second DIV having a style of
"table-row-group", it's rendered before the first element.

<div style="display:inline-table;"><form><table><tr><td>display:
inline-table</td></tr></table></form></div>
<div style="display:table-row-group;"><form><table><tr><td>display:
table-row-group</td></tr></table></form></div>

The behaviour is different from Firefox and IE


-- 
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