[csswg-drafts] [css-grid] Clarify behavior of position: fixed grid items

rachelandrew has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-grid] Clarify behavior of position: fixed grid items ==
Something that keeps coming up is the behavior of grid items set to 
`position: fixed`.

My understanding of this is that an item set to position: fixed should
 behave in the same way as one set to position: absolute, so that 
would correspond to [10.2 With a Grid Container as 
parent](https://drafts.csswg.org/css-grid/#static-position) which 
seems to be what the 2 implementations are doing. [CodePen 
example](http://codepen.io/rachelandrew/pen/xgraOZ?editors=1100#0)

However this is a bit confusing if you haven't made that connection. 
So if this is correct behavior perhaps a note could be added to 
clarify that this is how position fixed items will behave. It also 
seems as if having a fixed item be contained within it's track might 
be useful - but perhaps that is a different issue.




Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/977 using your GitHub 
account

Received on Tuesday, 24 January 2017 09:26:27 UTC