Bug 103334 - [CSS Grid Layout] Implement the grid-area shorthand
Summary: [CSS Grid Layout] Implement the grid-area shorthand
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Sergio Villar Senin
URL:
Keywords: EasyFix
: 117463 (view as bug list)
Depends on: 110777
Blocks: 60731 103313 120044
  Show dependency treegraph
 
Reported: 2012-11-26 17:43 PST by Julien Chaffraix
Modified: 2013-11-06 08:48 PST (History)
19 users (show)

See Also:


Attachments
Patch (18.25 KB, patch)
2013-09-18 03:50 PDT, Sergio Villar Senin
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 2012-11-26 17:43:01 PST
Namely 'grid-row', 'grid-column', 'grid-position', 'grid-position', 'grid-span' and 'grid-area'.

This should be easy once we have support for the longhands.
Comment 1 Julien Chaffraix 2013-04-03 10:15:37 PDT
'grid-row' and 'grid-column' were implemented in bug 110777.
'grid-position' and 'grid-span' were removed.

This means that 'grid-area' is the only shorthand we currently don't support.
Comment 2 Sergio Villar Senin 2013-09-18 03:50:52 PDT
Created attachment 211984 [details]
Patch
Comment 3 Sergio Villar Senin 2013-09-30 01:13:34 PDT
Committed r156638: <http://trac.webkit.org/changeset/156638>
Comment 4 Sergio Villar Senin 2013-11-06 08:48:13 PST
*** Bug 117463 has been marked as a duplicate of this bug. ***