- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Wed, 20 Sep 2023 13:45:11 +0000
- To: public-css-archive@w3.org
cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-text-4] How to handle `<string>` in `text-align`? == Should it set `text-align-last`? > **Name:** `text-align` > **Value:** `start | end | left | right | center | <string> | justify | match-parent | justify-all` > > This shorthand property sets the `text-align-all` and `text-align-last` properties [...]. Values other than `justify-all` or `match-parent` are assigned to `text-align-all` and reset `text-align-last` to `auto`. https://drafts.csswg.org/css-text-4/#propdef-text-align > **Name:** `text-align-last` > **Value:** `auto | start | end | left | right | center | justify | match-parent` https://drafts.csswg.org/css-text-3/#propdef-text-align-last Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9386 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 20 September 2023 13:45:13 UTC