Re: [csswg-drafts] [css-align-3] How to determining baseline type (alphabetic or central) when synthesizing baselines? (#7578)

We synthesize all of the baselines (central, alphabetic, [etc.](https://www.w3.org/TR/css-inline-3/#baseline-types)). The container decides which to use based on the item’s `alignment-baseline` property (which by default, defers to the container’s `dominant-baseline` property).

As for the orientation, if the text-orientation of the item is the opposite of the context, we mirror it anyway, so no matter which orientation we synthesize, the set that we end up using will match the context.

Let us know if something remains unclear?

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7578#issuecomment-1230917999 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 29 August 2022 22:11:07 UTC