[Webkit-unassigned] [Bug 103163] New: CSS Regions don't work with CSS Flexbox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 23 18:04:04 PST 2012


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

           Summary: CSS Regions don't work with CSS Flexbox
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: https://github.com/mike-sierra/webplatform/blob/master
                    /examples/bugFlex.html
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: letmespellitoutforyou at gmail.com
                CC: mihnea at adobe.com


Copy HTML from URL and open with Canary.  Two-column layout relies on
the latest flexbox spec:
https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_flexible_boxes
The col1/col2 text (yellow) should display default ARTICLE content,
threaded through the multipage layout.  First full-width pull (pink)
should display article's H1 title content.  First page's partial-width
pull should display article's ASIDE content. Flexbox layout works OK,
but regions don't.

This other test, which relies on an older flexbox implementation,
shows better results, though not perfect:
https://github.com/mike-sierra/webplatform/blob/master/examples/bugFlexOld.html
The green column regions correctly display the main ARTICLE flow.  The
coral area correctly displays a FIGURE diverted from the article.
However, the pink region at top of first page should display article's
H1 content.

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