Re: [csswg-drafts] [css-text-4] text-spacing needs to handle non-fullwidth punctuation also (#6091)

Added a commit that should handle non-CJK "proportional" bracketing punctuation: cc2ee4cf8

It does not handle non-CJK stops and commas like `).` (full width closing parenthesis followed by ASCII period) or `」,` (full width right corner bracket followed by ASCII comma), or equivalent things in other writing systems.

Should it? If so, how do we identify the relevant set(s) of characters?

It also doesn't handle ambiguous punctuation from the Pf / Pi categories (like ‘ ’ or « ») other than double curly quotes which are already special-cased due to Chinese. That's probably unavoidable though.

-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6091#issuecomment-1406082714 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 27 January 2023 06:32:00 UTC