Bug 103326
Summary: | [CSS Grid Layout] Support placing the grid items inside the grid area | ||
---|---|---|---|
Product: | WebKit | Reporter: | Julien Chaffraix <jchaffraix> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | donggwan.kim, tony, xan.lopez |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 60731 |
Julien Chaffraix
Per section 7. "Grid Item Alignment", we should be able to control the alignment of the grid items inside their grid area using 'justify-self' and 'align-self'.
This also allows the grid items' size to match the grid areas' by using 'align-self: stretch'. We will probably want to move this to a follow-up bug.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |