Re: [csswg-drafts] [css-text-4] Does no-autospace replace remove space characters? (#8590)

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