- From: Koji Ishii <kojiishi@gluesoft.co.jp>
- Date: Sun, 19 Feb 2012 04:42:28 -0500
- To: "www-style@w3.org" <www-style@w3.org>
The spec defines word-break:break-all[1] as: > In addition to normal opportunities, > lines may break between any two letters within words. > Hyphenation is not applied. But this should exclude where breaks are forbidden by the line-break[2] property. Suggested fix is: > lines may break between any two letters within words > except where forbidden by the line-break property. [1] http://dev.w3.org/csswg/css3-text/#word-break [2] http://dev.w3.org/csswg/css3-text/#line-break Regards, Koji
Received on Sunday, 19 February 2012 09:42:57 UTC