diff --git a/css-borders-4/Overview.bs b/css-borders-4/Overview.bs
index cb240ade620..41919ce0fdb 100644
--- a/css-borders-4/Overview.bs
+++ b/css-borders-4/Overview.bs
@@ -3079,7 +3079,8 @@ When an element's [=computed value=] of 'border-shape' is not none,
its 'border-radius' is ignored, as if it was set to 0.
'corner-shape' is implicitly ignored, as it can only work in tandem with 'border-radius'.
-A 'box-shadow' follows both the outer border path.
+An [=outer box-shadow=] follows the outside of the outer path, and an [=inner box-shadow=] follows the inside inner path.
+Both are rendered as a stroke, with a stroke width of spread * 2, clipped by the border shape.
'border-shape' does not affect geometry or layout,
which is still computed using the existing 'border-width' properties.