Bug 103307

Summary: [CSS Grid Layout] Implement the grid element's baseline
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: donggwan.kim, jfernandez, tony, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 60731    

Description Julien Chaffraix 2012-11-26 15:38:36 PST
The spec says:

"The baseline of an inline Grid element is the bottom edge of the margin box."

We also need to check the inline-grid and grid inside inline-block case to be properly covered (see e.g bug 91137 for an example with table).