[Webkit-unassigned] [Bug 84924] New: Move the act-as-a-containing-block logic out of RenderBlock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 25 18:50:08 PDT 2012


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

           Summary: Move the act-as-a-containing-block logic out of
                    RenderBlock
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: eric at webkit.org, hyatt at apple.com


Per Dave's suggestion, here is the context:

All block-level elements that can act as containing blocks are RenderBlocks. This includes flexbox, grid, tables, etc.

It would probably be less confusing if "block layout" was pulled into a subclass, e.g., RenderBlockFlow. Then the base class would only hold things common to all the subclasses instead of having the "block layout" system shoved in there as well.

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