diff --git a/css-text-4/Overview.bs b/css-text-4/Overview.bs
index 709e5fc8ceb..da0c45fa7a6 100644
--- a/css-text-4/Overview.bs
+++ b/css-text-4/Overview.bs
@@ -172,7 +172,7 @@ Text Wrap Settings: the 'text-wrap' property
Name: text-wrap
- Value: wrap | nowrap | balance | multi-line
+ Value: wrap | nowrap | balance
Initial: wrap
Applies to: inline boxes and block containers
Inherited: yes
@@ -223,20 +223,10 @@ Text Wrap Settings: the 'text-wrap' property
The exact algorithm is UA-defined.
UAs may treat this value as ''text-wrap/wrap'' if there are more than ten lines to balance.
-
-
multi-line
-
- Same as ''text-wrap/wrap'' for inline boxes.
- Same as ''text-wrap/wrap'' for block-level elements,
- except as below.
-
- The exact algorithm is UA-defined.
- The algorithm should consider multiple lines when making break decisions.
- The UA should bias for best layout over speed.
-
- ISSUE: This feature does not have CSSWG consensus, it is being proposed in Issue 672.
+ ISSUE: There's some discussion about whether different wrapping algorithms (higher quality vs faster) need special keywords, see Issue 672.
+
Regardless of the 'text-wrap' value,
lines always break at forced breaks:
for all values,