Bug 117463
| Summary: | Add support for the 'grid-area' shorthand | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | dino, hyatt, jchaffraix, jonlee, kling, koivisto, svillar, syoichi |
| Priority: | P2 | Keywords: | BlinkMergeCandidate |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sergio Villar Senin
Fixed some time ago
*** This bug has been marked as a duplicate of bug 103334 ***