RESOLVED DUPLICATE of bug 103334 117463
Add support for the 'grid-area' shorthand
https://bugs.webkit.org/show_bug.cgi?id=117463
Summary Add support for the 'grid-area' shorthand
Ryosuke Niwa
Reported 2013-06-10 18:37:53 PDT
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.
Attachments
Sergio Villar Senin
Comment 1 2013-11-06 08:48:13 PST
Fixed some time ago *** This bug has been marked as a duplicate of bug 103334 ***
Note You need to log in before you can comment on or make changes to this bug.