From 5fe43af7bc0fd72426c1936457e78414ac9e93b3 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 23 Feb 2023 01:29:35 +0900 Subject: [PATCH] [css-text-4] insert not replace, is the default for text-autospace See #318 #4246 --- css-text-4/Overview.bs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css-text-4/Overview.bs b/css-text-4/Overview.bs index 10eac1cdd20..c10c9da3f5a 100644 --- a/css-text-4/Overview.bs +++ b/css-text-4/Overview.bs @@ -8039,6 +8039,9 @@ Automatic Contextual Spacing: the 'text-autospace' property The specified spacing is automatically inserted if there are no space characters of any kind ([=Unicode general category=] Z) already there. + If neither ''text-autospace/insert'' nor ''text-autospace/replace'' are specified, + the behavior is the same as ''text-autospace/insert''. +
replace
The specified spacing is automatically inserted