[Webkit-unassigned] [Bug 107738] New: [CSS Grid Layout] Handle min-content and max-content when the grid item has an orthogonal writing mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 23 14:34:58 PST 2013


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

           Summary: [CSS Grid Layout] Handle min-content and max-content
                    when the grid item has an orthogonal writing mode
           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: tony at chromium.org, xan.lopez at gmail.com,
                    ojan at chromium.org
            Blocks: 103311


Currently minContentForChild and maxContentForChild have the following code:

bool hasOrthogonalWritingMode = child->isHorizontalWritingMode() != isHorizontalWritingMode();
// FIXME: Properly support orthogonal writing mode.
if (hasOrthogonalWritingMode)
    return 0;

Orthogonal writing mode needs to be handled in these functions. Most importantly, we need to had writing mode coverage to min-content / max-content tests.

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