Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-flex] Add support for newer css-align-3 keywords #29395

Merged
merged 1 commit into from Jun 24, 2021

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Jun 16, 2021

Specifically start, end, self-start, self-end, left, right

I used two chokepoints (ResolvedJustifyContent and AlignmentForChild) to
translate kSelfStart, kSelfEnd, kLeft, and kRight to
k{Flex}?[End|Start], which callers mostly already support.
AlignmentForChild also translates kStart and kEnd to kFlexStart and
kFlexEnd. But callers to ResolvedJustifyContent have to handle kStart
and kEnd on their own.

https://www.chromestatus.com/feature/5777880099323904

Bug: 1011718
Change-Id: Ic7ea9bfda9e3e11bcb622358b55dce9f6971cbe0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2959465
Reviewed-by: Alex Rudenko <alexrudenko@chromium.org>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#895516}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Chromium project.

@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-2959465 branch 2 times, most recently from 221e18e to 465f051 Compare June 23, 2021 00:41
Specifically start, end, self-start, self-end, left, right

I used two chokepoints (ResolvedJustifyContent and AlignmentForChild) to
translate kSelfStart, kSelfEnd, kLeft, and kRight to
k{Flex}?[End|Start], which callers mostly already support.
AlignmentForChild also translates kStart and kEnd to kFlexStart and
kFlexEnd. But callers to ResolvedJustifyContent have to handle kStart
and kEnd on their own.

https://www.chromestatus.com/feature/5777880099323904

Bug: 1011718
Change-Id: Ic7ea9bfda9e3e11bcb622358b55dce9f6971cbe0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2959465
Reviewed-by: Alex Rudenko <alexrudenko@chromium.org>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#895516}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants