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 ```