[Webkit-unassigned] [Bug 117463] New: Add support for the 'grid-area' shorthand

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 10 18:39:18 PDT 2013


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

           Summary: Add support for the 'grid-area' shorthand
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: hyatt at apple.com, koivisto at iki.fi,
                    jchaffraix at webkit.org, dino at apple.com,
                    akling at apple.com, jonlee at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/55cd657047e33f83f89d8828d90400b3c5824c76

'grid-area' allows us to set all the grid positions with a single
shorthand. This change implements 'grid-area' as a shorthand and
reuses some of the existing code for 'grid-row' and 'grid-column'
as they are very similar. **

** Once we implement support for <ident> grid lines, handling the
non-explicitly set position may make them different but until then
we are good.

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