- From: jfkthame via GitHub <sysbot+gh@w3.org>
- Date: Thu, 19 Oct 2023 17:15:34 +0000
- To: public-css-archive@w3.org
jfkthame has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-text-3] Computed value of `text-align-last: match-parent` == For the [`text-align-all` property](https://drafts.csswg.org/css-text-3/#text-align-all-property), the spec calls out the special behavior of `match-parent` in the computed value: > *Computed value:* keyword as specified, except for `match-parent` which computes as defined above where "as defined above" refers back to the description under the `text-align` shorthand of how `match-parent` computes an inherited `start` or `end` to a physical `left` or `right` depending on the parent's direction. However, for [`text-align-last`](https://drafts.csswg.org/css-text-3/#text-align-last-property) this is missing; it simply says: > *Computed value:* specified keyword which would leave `match-parent` untouched. I'm assuming this is just an oversight, and the spec should define the computed value of `text-align-last` in the same way as `text-align-all`, so that `match-parent` computes logical `start`/`end` to physical `left`/`right` here as well. @fantasai / @kojiishi / @frivoal is this simply an editorial fix, or does it require any kind of discussion? Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9499 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 19 October 2023 17:15:36 UTC