Bug 103326 - [CSS Grid Layout] Support placing the grid items inside the grid area
Summary: [CSS Grid Layout] Support placing the grid items inside the grid area
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 60731
  Show dependency treegraph
 
Reported: 2012-11-26 17:01 PST by Julien Chaffraix
Modified: 2017-07-18 08:30 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 2012-11-26 17:01:57 PST
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.