- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
 - Date: Thu, 21 Sep 2023 01:36:45 +0000
 - To: public-css-archive@w3.org
 
Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-text] Grammar of text-align doesn't allow combining <string> with a keyword ==
https://drafts.csswg.org/css-text-4/#character-alignment
> A keyword value may be specified in conjunction with the [`<string>`](https://drafts.csswg.org/css-values-4/#string-value) value
https://drafts.csswg.org/css-text-4/#example-6a3cc5d3
```css
TD { text-align: "." center }
```
But this is not in the grammar: https://drafts.csswg.org/css-text-4/#text-align-property
```
start | end | left | right | center | <string> | justify | match-parent | justify-all
```
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9388 using your GitHub account
-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 21 September 2023 01:36:47 UTC