- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Mon, 19 Jun 2023 18:14:18 +0000
- To: public-css-archive@w3.org
Relevant spec: https://drafts.csswg.org/css-text-4/#text-transform-mapping > For [capitalize](https://drafts.csswg.org/css-text-4/#valdef-text-transform-capitalize), what constitutes a “word“ is UA-dependent; [[UAX29]](https://drafts.csswg.org/css-text-4/#biblio-uax29) is suggested (but not required) for determining such word boundaries. I'm not sure what UAX29 would imply, but Blink and WebKit seem to behave as expected for Catalan, Firefox is wrong indeed (this reminds me of [bug 257073](https://bugzilla.mozilla.org/show_bug.cgi?id=257073)). So filing a bug at https://bugzilla.mozilla.org/ may be a more practical solution. Interestingly, Firefox considers `canceŀlar` to be a single word, using U+0140 instead of U+006C U+00B7, but the latter is recommended by unicode (and is more convenient to write). -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8987#issuecomment-1597572522 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 19 June 2023 18:14:20 UTC