Check the attached example.
It has a positioned element which is the child of a grid item.
This positioned element has "grid-column|row: 1",
so it starts on the first line.
The positioned element doesn't have offset properties,
so it should be placed on the static position.
The static position should be exactly below the word "item"
and aligned on the left to the item's start (line 1).
However, it uses the grid container padding to shift the position,
which is wrong.
|
Deleted:
grid-issue-positioned-element.html
445 bytes
|
|
Deleted:
grid-issue-positioned-element.png
7.9 KB
|
Comment 1 by bugdroid1@chromium.org
, Nov 10 2017