One more spot that might need a tweak to the prose:
> Absolute Positioning
> The containing block is the extent of the tracks the item spans in the grid axis and the position of line 1 and the padding-box edge in the masonry axis.
I'm not sure what the definition for the masonry axis is saying here ("the position of line 1 and the padding-box edge")
Which padding-box edge? The end-edge, I'm guessing? (i.e. are you saying the containing block extends from line 1 to the end of the grid container's padding box?)
Also: I think this needs `s/the position of/the area between/`, perhaps?
Bug 1671268 Comment 12 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
One more spot that might need a tweak to the prose:
> Absolute Positioning
> The containing block is the extent of the tracks the item spans in the grid axis and the position of line 1 and the padding-box edge in the masonry axis.
I'm not sure what the definition for the masonry axis is saying here ("the position of line 1 and the padding-box edge")
Which padding-box edge? The end-edge, I'm guessing? (i.e. are you saying the containing block extends from line 1 to the end of the grid container's padding box?)
If so: it should say "end-edge"; and I think it also might need `s/the position of/the area between/`, perhaps?