(In reply to Micah Tigley [:mtigley] from comment #6) > Grid items that are explicitly placed using grid-column, grid-row, grid-area, absolute positioning, etc. should still show the warning. That's not correct regarding `grid-column`, `grid-row`, and `grid-area`. `order` also [affects the painting order](https://www.w3.org/TR/css-grid-1/#order-property), so for overlapping grid items `order` _has_ some influence on their display. At the same time, [`order` is obviously also influenced by `z-order`](https://www.w3.org/TR/css-grid-1/#z-order). Sebastian
Bug 1579017 Comment 8 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Micah Tigley [:mtigley] from comment #6) > Grid items that are explicitly placed using grid-column, grid-row, grid-area, absolute positioning, etc. should still show the warning. That's not correct regarding `grid-column`, `grid-row`, and `grid-area`. `order` also [affects the painting order](https://www.w3.org/TR/css-grid-1/#order-property), so for overlapping grid items `order` _has_ some influence on their display. At the same time, [`order` is obviously also influenced by `z-index`](https://www.w3.org/TR/css-grid-1/#z-order). Sebastian