From 60fc9bf33b3d8e8c5f7c8e37b9ed9aaf194f0286 Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Thu, 17 Jan 2019 01:48:12 +0900 Subject: [PATCH] [css-overflow-3] Fix mistaken initial value overvflow-block and overflow-inline are longhands of overflow, whose initial value is visible. So listing them as having an initial value of auto made no sense. --- css-overflow-3/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-overflow-3/Overview.bs b/css-overflow-3/Overview.bs index 6677964338a3..16da51cbe7b4 100644 --- a/css-overflow-3/Overview.bs +++ b/css-overflow-3/Overview.bs @@ -491,7 +491,7 @@ as the Flow-Relative box model properties defined in [[css-logical-1#box]].
   Name: overflow-inline, overflow-block
   Value: <<'overflow'>>
-  Initial: auto
+  Initial: visible
   Applies to: Same as 'overflow-x' and 'overflow-y'
   Inherited: No
   Percentages: N/A