- From: Christoph Päper via GitHub <sysbot+gh@w3.org>
- Date: Tue, 30 Jan 2024 15:57:25 +0000
- To: public-css-archive@w3.org
`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`<!-- ·--> … as would be transformation between code formats like these: * `123-456-789` * `123_456_789` * `123:456:789` * `123/456/789` * `123 456 789` * `123456789` U+2063 * `123456789` 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