Bug 112388 - [CSS Grid Layout] Fix the preferred / intrinsic logical widths code to work with spanning grid items
Summary: [CSS Grid Layout] Fix the preferred / intrinsic logical widths code to work w...
Status: RESOLVED DUPLICATE of bug 123994
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: 103314
  Show dependency treegraph
 
Reported: 2013-03-14 16:23 PDT by Julien Chaffraix
Modified: 2013-11-28 00:25 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 2013-03-14 16:23:06 PDT
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.
Comment 1 Sergio Villar Senin 2013-11-28 00:25:13 PST

*** This bug has been marked as a duplicate of bug 123994 ***