Bug 103957

Summary: [CSS Grid Layout] Support sticky positioned elements inside a grid element
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: donggwan.kim, simon.fraser, tony, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 60731    

Description Julien Chaffraix 2012-12-03 18:20:05 PST
This is a follow-up of bug 103677.

position: sticky elements don't work inside grid or an inline grid (I couldn't get it to work inside a display: block container either). It's maybe related to bug 100054 but I am not totally sure.

Tangential but related is the question of whether we allow them to be grid items (which we currently do but may want to consider).