[css3-text] word-break:break-all and line-break

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