Bug 103307
Summary: | [CSS Grid Layout] Implement the grid element's baseline | ||
---|---|---|---|
Product: | WebKit | Reporter: | Julien Chaffraix <jchaffraix> |
Component: | Layout and Rendering | Assignee: | 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 |
Julien Chaffraix
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).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |