Re: [csswg-drafts] [css-text] Provide CSS support for automatic spacing (or other separators) in text input field (#4875)

`text-transform`, for now, is about using the glyphs of other characters, so it could only apply if there already was a grouping character. Therefore, I think this feature should be handled by a different property.

Transformation between number formats like these would be in scope for `text-transform`:

* `123.456,789`
* `123,456.789`
* `123’456·789`
* `123 456.789`<!--&thinsp;&middot;-->

… as would be transformation between code formats like these:

* `123-456-789`
* `123_456_789`
* `123:456:789`
* `123/456/789`
* `123 456 789`
* `123⁣456⁣789` U+2063
* `123​456​789` U+200B
* `123 456 789` U+0009

… and the digit style itself of course #9877 ;) 

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


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

Received on Tuesday, 30 January 2024 15:57:28 UTC