-
Notifications
You must be signed in to change notification settings - Fork 747
Closed
Labels
Closed Rejected as InvalidCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.TestedMemory aid - issue has WPT testsMemory aid - issue has WPT testsTracked in DoCcss-text-3Current WorkCurrent Worki18n-needs-resolutionIssue the Internationalization Group has raised and looks for a response on.Issue the Internationalization Group has raised and looks for a response on.
Description
Got a feedback from Japanese web developers that there's no good way to minimize expansions of justified text.
If the text is purely CJK, there won't be much expansions; mostly only at break exceptions, but when long English words appear in the CJK text, lines may expand too much. He then:
- Tried
hyphens: auto
, but since pages havelang=ja
, hyphenations don't work. - Tried
word-break: break-all
, but Gecko and WebKit ignore CJK line breaking rules, and hit a bug in Blink. - Using full-width alphabet (breaks like
break-all
) is technically possible but don't want to take that route.
So I'm thinking a few possible ideas:
hyphens-lang
to override the languages only for hyphenations.- For languages that do not hyphenate, but often mix English, automatically fallback to English.
Thoughts?
Metadata
Metadata
Assignees
Labels
Closed Rejected as InvalidCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.TestedMemory aid - issue has WPT testsMemory aid - issue has WPT testsTracked in DoCcss-text-3Current WorkCurrent Worki18n-needs-resolutionIssue the Internationalization Group has raised and looks for a response on.Issue the Internationalization Group has raised and looks for a response on.