Support Start and End alignment keywords #1429

Open
opened 2023-10-17 05:41:26 -07:00 by nicoburns · 0 comments
nicoburns commented 2023-10-17 05:41:26 -07:00 (Migrated from github.com)

Report

CSS defines both start/end and flex-start/flex-end alignment keywords. The difference is that the flex-* versions are affected by both direction and flex-direction whereas the other versions ignore flex-direction.

Yoga only has FlexStart and FlexEnd variants in it's Align and Justify enums, and this issue is a request for Start and End to be added (and also to check that Yoga's FlexStart and FlexEnd do actually correspond to flex-start and flex-end semantics).

# Report CSS defines both `start`/`end` and `flex-start`/`flex-end` alignment keywords. The difference is that the `flex-*` versions are affected by both `direction` and `flex-direction` whereas the other versions ignore `flex-direction`. Yoga only has `FlexStart` and `FlexEnd` variants in it's `Align` and `Justify` enums, and this issue is a request for `Start` and `End` to be added (and also to check that Yoga's `FlexStart` and `FlexEnd` do actually correspond to `flex-start` and `flex-end` semantics).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DaddyFrosty/yoga#1429
No description provided.