From ceb8ac07a2d3f66ebc6a65e87c2687919f9e1991 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Fri, 5 Jul 2019 12:16:48 +0900 Subject: [PATCH] [css-text-3] Normatively disallow break-word MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change adds a normative “Authors must not” statement prohibiting authors from using the (deprecated) break-word value with the word-break property. --- css-text-3/Overview.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css-text-3/Overview.bs b/css-text-3/Overview.bs index 8aba704650f1..297d36e4161e 100644 --- a/css-text-3/Overview.bs +++ b/css-text-3/Overview.bs @@ -2449,6 +2449,8 @@ Line Breaking Details ''word-break: normal'' and ''overflow-wrap: anywhere'', regardless of the actual value of the 'overflow-wrap' property. + However, the ''word-break/break-word'' keyword is not appropriate for + newly-written style sheets. Authors must not use it. white-space/pre-wrap-008.html