Closed Bug 1930583 Opened 1 year ago Closed 4 months ago

Implement justify-items for block containers

Categories

(Core :: Layout: Block and Inline, enhancement)

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1930584

People

(Reporter: sebo, Unassigned)

Details

CSS Box Alignment defines justify-items to apply to blocks: https://drafts.csswg.org/css-align/#overview
This bug is meant to implement this.

Sebastian

See Also: → 1930584
Whiteboard: [platform-feature]
Size Estimate: --- → M
User Story: (updated)

I think we should just dupe this to bug 1930584; this bug and that bug are two sides of the same coin. Having them separate will likely just add confusion and will inadvertently prevent us from correctly assessing the cumulative webcompat impact of the feature (due to downstream site-reports hanging off of one bug or the other).

We already parse justify-items correctly; and the only missing thing here is to make justify-self: auto make use of it in block boxes (i.e. make children-of-a-block honor justify-self -- and in particular have justify-self:auto make use of whatever justify-items value is specified on the parent). And that is part of bug 1930584. There's no additional work here outside of that.

--> Duping and moving dependencies.

Status: NEW → RESOLVED
Closed: 4 months ago
Duplicate of bug: 1930584
Resolution: --- → DUPLICATE
User Story: (updated)
Whiteboard: [platform-feature]
Size Estimate: M → ---
You need to log in before you can comment on or make changes to this bug.