Bug 145521 - [CSS Grid Layout] Support for justify-content in grid layout
Summary: [CSS Grid Layout] Support for justify-content in grid layout
Status: RESOLVED DUPLICATE of bug 145520
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 91512 133222
  Show dependency treegraph
 
Reported: 2015-06-01 13:16 PDT by Javier Fernandez
Modified: 2015-06-03 07:34 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 Javier Fernandez 2015-06-01 13:16:38 PDT
Now that Content Alignment CSS properties were upgrade to the new CSS Box Alignment specification is time now to implement their functionality in Grid Layout. 

This bug is about the justify-content support, which means that we should be able to align the grid container along the inline/row axis supporting different writing modes and flow directions.
Comment 1 Javier Fernandez 2015-06-03 07:34:21 PDT
I finally implemented support for both properties in bug #145520, so I'll close this one.

*** This bug has been marked as a duplicate of bug 145520 ***