diff --git a/css-borders-4/Overview.bs b/css-borders-4/Overview.bs
index 90edd1404c5a..f561c317f51f 100644
--- a/css-borders-4/Overview.bs
+++ b/css-borders-4/Overview.bs
@@ -370,7 +370,7 @@ Line Thickness: the 'border-width' properties
Inherited: no
Logical property group: border-width
Percentages: N/A
- Computed value: absolute length, [=snapped as a border width=]; zero if the border style is ''border-style/none'' or ''border-style/hidden''
+ Computed value: absolute length, [=snapped as a border width=]
Animation Type: by computed value
@@ -385,6 +385,11 @@ Line Thickness: the 'border-width' properties
The thin, medium, and thick keywords
are equivalent to ''1px'', ''3px'', and ''5px'', respectively.
+ The [=resolved value=] for the 'border-width' properties is the [=used value=].
+
+ If the 'border-style' corresponding to a given 'border-width' is ''border-style/none'' or ''border-style/hidden'',
+ then the [=used value|used=] width is 0.
+
The [=flow-relative=] properties
'border-block-start-width',
'border-block-end-width',
@@ -3239,6 +3244,9 @@ First Public Working Draft of 22 July 2025
* Renamed
Additions since [[CSS3BG]]