Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[css-text-3] Normatively disallow break-word
This change adds a normative “Authors must not” statement prohibiting authors
from using the (deprecated) break-word value with the word-break property.
  • Loading branch information
sideshowbarker committed Jul 5, 2019
commit ceb8ac07a2d3f66ebc6a65e87c2687919f9e1991
2 changes: 2 additions & 0 deletions css-text-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2449,6 +2449,8 @@ Line Breaking Details</h3>
''word-break: normal'' and ''overflow-wrap: anywhere'',
regardless of the actual value of the 'overflow-wrap' property.
<!-- This is officially sad -->
However, the ''word-break/break-word'' keyword is not appropriate for
newly-written style sheets. Authors must not use it.

<wpt>
white-space/pre-wrap-008.html
Expand Down