- From: Florian Rivoal via GitHub <sysbot+gh@w3.org>
- Date: Fri, 20 Oct 2023 03:48:38 +0000
- To: public-css-archive@w3.org
The grammar is: > no-autospace | [ ideograph-alpha || ideograph-numeric || punctuation ] || [ insert | replace ] by the precendence rules of the `|` and `||` operators, that's equivalent to > no-autospace | [ [ ideograph-alpha || ideograph-numeric || punctuation ] || [ insert | replace ] ] So you cannot combine `no-autospace` with `replace`, making this question moot. -- GitHub Notification of comment by frivoal Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8590#issuecomment-1772033597 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 20 October 2023 03:48:40 UTC