From 3a1eb8567eee76769d64154f0deba892abdf4360 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Wed, 30 Aug 2023 11:24:48 +0200 Subject: [PATCH] [css-text-4] split text-wrap mode into sub-properties text-wrap becomes a shorthand of text-wrap-mode and text-wrap-style, and text-wrap-mode, rather than text-wrap, is a longhand of white-space. See https://github.com/w3c/csswg-drafts/issues/9102 --- css-text-4/Overview.bs | 200 ++++++++++++++++++++++++++--------------- 1 file changed, 127 insertions(+), 73 deletions(-) diff --git a/css-text-4/Overview.bs b/css-text-4/Overview.bs index be3c0f956c7..797c01224dc 100644 --- a/css-text-4/Overview.bs +++ b/css-text-4/Overview.bs @@ -1742,7 +1742,7 @@ White Space and Wrapping: the 'white-space' property
 	Name: white-space
-	Value: normal | pre | nowrap | pre-wrap | pre-line | <<'white-space-collapse'>> || <<'text-wrap'>> || <<'white-space-trim'>>
+	Value: normal | pre | nowrap | pre-wrap | pre-line | <<'white-space-collapse'>> || <<'text-wrap-mode'>> || <<'white-space-trim'>>
 	Initial: normal
 	Applies to: text
 	Inherited: yes
@@ -1804,7 +1804,7 @@ White Space and Wrapping: the 'white-space' property
 	white-space-mixed-004.xht
 	
 
-	This property is a shorthand for 'white-space-collapse', 'text-wrap', and 'white-space-trim'.
+	This property is a shorthand for 'white-space-collapse', 'text-wrap-mode', and 'white-space-trim'.
 	It specifies two things: