Fyrd / caniuse

Raw browser/feature support data from caniuse.com
https://caniuse.com
Creative Commons Attribution 4.0 International
5.63k stars 1.38k forks source link

CSS word-break: 'auto-phrase' and 'manual' #6922

Open Psychpsyo opened 10 months ago

Psychpsyo commented 10 months ago

These are two new options that the CSS property word-break supports now. They are in this Editor's Draft: manual: https://drafts.csswg.org/css-text-4/#valdef-word-break-manual auto-phrase: https://drafts.csswg.org/css-text-4/#valdef-word-break-auto-phrase

Currently, auto-phrase is supported in Chromium since version 119 (for Japanese only, if indicated by a lang attribute) and manual seems to not be supported in any browser. Safari also seems to be working on implementing auto-phrase.

tats-u commented 9 months ago

Firefox bugs (auto-phrase)

https://bugzilla.mozilla.org/show_bug.cgi?id=1852479