Bug 112388
Summary: | [CSS Grid Layout] Fix the preferred / intrinsic logical widths code to work with spanning grid items | ||
---|---|---|---|
Product: | WebKit | Reporter: | Julien Chaffraix <jchaffraix> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ojan, svillar, tony, xan.lopez |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 103314 |
Julien Chaffraix
Our current code is completely wrong when dealing with spanning grid items as we only consider the initial position.
The specification is silent on how to handle preferred logical widths when it comes to spanning so we will have some thinking to do and probably an issue to raise to the working group.
Also we should try to reuse some of the layout code when it makes sense to have consistent computations.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sergio Villar Senin
*** This bug has been marked as a duplicate of bug 123994 ***