[Webkit-unassigned] [Bug 70782] New: New flexboxes need to handle visibility:collapse elements.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 24 16:59:16 PDT 2011


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

           Summary: New flexboxes need to handle visibility:collapse
                    elements.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org
                CC: hyatt at apple.com, jchaffraix at webkit.org
            Blocks: 62048


The current spec text is "Similar to table cells, flexbox items respond specially to the ‘collapse’ value of the ‘visibility’ property. When a flexbox item is set to ‘visibility: collapse;’, the item does not generate a box at all (identical to setting ‘display: none;’)."

There's a bit of controversy over whether this is the right thing to do: http://lists.w3.org/Archives/Public/www-style/2011Oct/0136.html. If we could get away with changing visibility:collapse across the board without compat problems, that would clearly be best.

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