You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The static positions of a block-level box are defined in [CSS2] Chapter 10
Is the plural "positions" intentional? If so, it's not clear to me what it means. I think the term you're looking for is "static position" (or "static position rectangle"). (this occurs in Block Layout and Inline Layout)
static positionCSS2§10.6.4).
Looks like it was meant to be a link? (under Block Layout)
and positioned at its inline-start static position
Is missing a period to end the sentence. (under Inline Layout)
See [[!css-flexbox-1#abspos-items]].
Looks like it was meant to be a link? (under Flex Layout)
... the grid-placement properties instead establishes its static position rectangle.
The phrasing seems odd to me. Shouldn't the "instead" be at the end? (under Grid Layout)
See [[!css-grid-1#static-position]].
Looks like it was meant to be a link? (under Grid Layout)
https://drafts.csswg.org/css-align-3/#staticpos-rect
Is the plural "positions" intentional? If so, it's not clear to me what it means. I think the term you're looking for is "static position" (or "static position rectangle"). (this occurs in Block Layout and Inline Layout)
Looks like it was meant to be a link? (under Block Layout)
Is missing a period to end the sentence. (under Inline Layout)
Looks like it was meant to be a link? (under Flex Layout)
The phrasing seems odd to me. Shouldn't the "instead" be at the end? (under Grid Layout)
Looks like it was meant to be a link? (under Grid Layout)
It seems all direct links to a CSS2 section here goes to https://www.w3.org/TR/CSS21/...
I think it would be better to link to https://www.w3.org/TR/CSS22/... instead, since the former displays a big red warning box.
The text was updated successfully, but these errors were encountered: