- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 02 Jun 2022 20:17:54 +0000
- To: public-css-archive@w3.org
Isn't this defined in https://drafts.csswg.org/css-text/#valdef-text-align-match-parent ? > This value behaves the same as [`inherit`](https://drafts.csswg.org/css-cascade-5/#valdef-all-inherit) (computes to its parent’s computed value) except that an [inherited value](https://drafts.csswg.org/css-cascade-5/#inherited-value) of [`start`](https://drafts.csswg.org/css-text/#valdef-text-align-start) or [`end`](https://drafts.csswg.org/css-text/#valdef-text-align-end) is interpreted against the parent’s (or the [initial containing block](https://drafts.csswg.org/css-display-3/#initial-containing-block)’s, if there is no parent) [`direction`](https://drafts.csswg.org/css-writing-modes-3/#propdef-direction) value and results in a computed value of either [`left`](https://drafts.csswg.org/css-text/#valdef-text-align-left) or [`right`](https://drafts.csswg.org/css-text/#valdef-text-align-right). The behavior would be like for `text-align-all`, but for the last line. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7331#issuecomment-1145301900 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 2 June 2022 20:17:56 UTC