WordPress / wporg-parent-2021

17 stars 10 forks source link

Rosetta: Should Korean use `text-wrap: balance`? #150

Open ryelle opened 1 month ago

ryelle commented 1 month ago

I was testing out something else and noticed that the Korean rosetta site has some headings where words appear cut off. For example, "community" (커뮤니티를) below is a single word, but it's split in half. I assume this is the same issue as #123 in Japanese, where the text-wrap: balance is causing issue.

ko-balance Screenshot 2024-08-09 at 5 45 49 PM

Is this a problem for Korean readers like it was in Japanese, or is it common/expected that words will wrap? cc @StevenDufresne

taggon commented 1 month ago

Yes, this is a problem for Korean readers. Those copies should loook like:

워드프레스 커뮤니티를
만나보세요

and

워드프레스를
만나보세요

Can we apply word-break: keep-all to the headers? Open a live demo to see how it would look.

image