This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16870 - Resolve containing block discrepancy for Grid/Exclusions
Summary: Resolve containing block discrepancy for Grid/Exclusions
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: Grid Layout (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Phil Cupp
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-26 20:28 UTC by cjon
Modified: 2012-04-26 20:28 UTC (History)
0 users

See Also:


Attachments

Description cjon 2012-04-26 20:28:12 UTC
The CSS Grid spec says that grid cells serve as the containing block for items, while the CSS Exclusions spec says that Exclusions only affect the wrapping context of the containing block. 

However, the desired behavior is likely that an exclusion positioned in one cell affects the content of adjacent cells. 

Accordingly we may want to change the grid spec to suggest that grid items are sized as if their containing block were the grid cell, but that their containing block is actually the grid for all other purposes (e.g. interacting with surrounding content.)