[Webkit-unassigned] [Bug 122788] New: Tables with display:inline rendered as block element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 14 16:28:16 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=122788

           Summary: Tables with display:inline rendered as block element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: bdakin at apple.com, simon.fraser at apple.com,
                    dino at apple.com, jonlee at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/f14273b8831a74bb0cbe6214a3dd9ee901d748a0

Table was created as inline renderer and another table block renderer wrapper is
created for table's content. So it was displayed as block element and all its style
properties also associated with inline renderer and was not applied to table.

Creating table inline-table renderer wrapper for table's content if parent
is inline except inline-block parent.

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