Bug 168845

Summary: [css-align] Implement the CSS Box Alignment shorthands
Product: WebKit Reporter: Javier Fernandez <jfernandez>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 168771, 168846, 168847    
Bug Blocks: 91512    

Description Javier Fernandez 2017-02-24 14:30:09 PST
Spec: 

https://drafts.csswg.org/css-align/#propdef-place-content
https://drafts.csswg.org/css-align/#propdef-place-items
https://drafts.csswg.org/css-align/#place-self-property
 
Note that the syntax has just been discussed on the CSS WG.

Check the last comments on this issue before implementing them:
https://github.com/w3c/csswg-drafts/issues/595#issuecomment-262709407
Comment 1 Javier Fernandez 2017-05-13 14:52:44 PDT
All the shorthands, place-content, place-items and place-self have been implemented, so we can close this bug now.