You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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-manualauto-phrase
: https://drafts.csswg.org/css-text-4/#valdef-word-break-auto-phraseCurrently,
auto-phrase
is supported in Chromium since version 119 (for Japanese only, if indicated by alang
attribute) andmanual
seems to not be supported in any browser.Safari also seems to be working on implementing
auto-phrase
.The text was updated successfully, but these errors were encountered: