Bug 103307 - [CSS Grid Layout] Implement the grid element's baseline
Summary: [CSS Grid Layout] Implement the grid element's baseline
Status: RESOLVED WORKSFORME
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 15:38 PST by Julien Chaffraix
Modified: 2017-12-01 07:26 PST (History)
4 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 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).