diff --git a/css-backgrounds-3/Overview.bs b/css-backgrounds-3/Overview.bs
index 10cee759b0a..f2c24633de7 100644
--- a/css-backgrounds-3/Overview.bs
+++ b/css-backgrounds-3/Overview.bs
@@ -8,6 +8,7 @@ Level: 3
Group: csswg
ED: https://drafts.csswg.org/css-backgrounds/
TR: https://www.w3.org/TR/css-backgrounds-3/
+Previous Version: https://www.w3.org/TR/2024/CRD-css-backgrounds-3-20240311/
Previous Version: https://www.w3.org/TR/2020/CR-css-backgrounds-3-20201222/
Previous Version: https://www.w3.org/TR/2017/CR-css-backgrounds-3-20171017/
Previous version: https://www.w3.org/TR/2014/CR-css3-background-20140909/
@@ -2048,7 +2049,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 ''hidden''
+ Computed value: absolute length, [=snapped as a border width=]
Animation Type: by computed value
@@ -2125,6 +2126,11 @@ Line Thickness: the 'border-width' properties
If there are four values
they apply to the top, right, bottom, and left, 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 ''hidden'',
+ then the [=used value|used=] width is 0.
+
Note: Although the [=initial value|initial=] width is ''medium'',
the [=initial value|initial=] style is ''border-style/none'';
therefore the [=used value|used=] initial width is 0.
@@ -3657,6 +3663,15 @@ Level 3
Changes
+
+Changes since the 11 March 2024 Candidate Recommendation Draft
+
+
+ - Changed the special case of 'border-width' having a value of ''0'' when 'border-style' is ''border-style/none'' or ''border-style/hidden''
+ from a computed-value effect to a resolved-value effect.
+ (Issue 11494)
+
+
Changes since the 14 February 2023 Candidate Recommendation Snapshot
diff --git a/css-gaps-1/Overview.bs b/css-gaps-1/Overview.bs
index 9ca5200fd85..c82548533d0 100644
--- a/css-gaps-1/Overview.bs
+++ b/css-gaps-1/Overview.bs
@@ -806,7 +806,7 @@ Gap decoration width: The 'column-rule-width' and 'row-rule-width' propertiesgrid containers, flex containers, multicol containers, and masonry containers
Inherited: no
- Computed value: list of absolute lengths, snapped as a border width, or ''0'' under conditions described below
+ Computed value: list of absolute lengths, snapped as a border width
Animation type: by computed value type
@@ -826,13 +826,6 @@ Gap decoration width: The 'column-rule-width' and 'row-rule-width' propertiesgap decorations. Negative values are not allowed.
- If the computed value of ''column-rule-style'' is ''border-style/none'' or ''border-style/hidden'',
- then the computed value of ''column-rule-width'' is ''0''.
- This behavior is for backwards compatibility with [[css-multicol-1#crw]].
-
- Issue: Should the "force to 0" behavior apply when lists of values are involved?
- If so, how should this be handled with unaligned lists?
-
grid/grid-gap-decorations-018.html
grid/grid-gap-decorations-019.html
@@ -1066,4 +1059,6 @@ Changes since the 1
Specified the behavior when gaps are coincident due to track collapsing.
(Issue 11814)
Added links to WPT suite.
+ Removed the special case of 'column-rule-width' having a computed value of ''0'' when 'column-rule-style' is ''border-style/none'' or ''border-style/hidden''.
+ (Issue 11494)
diff --git a/css-multicol-1/Overview.bs b/css-multicol-1/Overview.bs
index 9fa7ae1f07f..be5bd6eb6ca 100644
--- a/css-multicol-1/Overview.bs
+++ b/css-multicol-1/Overview.bs
@@ -3,16 +3,15 @@ Title: CSS Multi-column Layout Module Level 1
Group: CSSWG
Shortname: css-multicol
Level: 1
-Status: CR
-Prepare for TR: yes
-Date: 2024-05-09
-Deadline: 2024-07-09
+Status: ED
+Prepare for TR: no
Implementation Report: https://test.csswg.org/harness/results/css-multicol-1_dev/grouped/
Work Status: Testing
WPT Path Prefix: /css/css-multicol/
WPT Display: closed
ED: https://drafts.csswg.org/css-multicol/
TR: https://www.w3.org/TR/css-multicol-1/
+Previous Version: https://www.w3.org/TR/2024/CR-css-multicol-1-20240516/
Previous Version: https://www.w3.org/TR/2021/CR-css-multicol-1-20211012/
Previous Version: https://www.w3.org/TR/2021/WD-css-multicol-1-20210212/
Previous Version: https://www.w3.org/TR/2019/WD-css-multicol-1-20191015/
@@ -1166,7 +1165,7 @@ Stacking Context
parsing/column-rule-style-invalid.html
- The ''border-style/none'' and ''hidden'' values force the computed value of 'column-rule-width' to be ''0''.
+ The ''border-style/none'' and ''hidden'' values force the used value of 'column-rule-width' to be ''0''.
The Width Of Column Rules: the 'column-rule-width' property
@@ -1178,7 +1177,7 @@ Stacking Context
Applies to: multicol containers
Inherited: no
Percentages: N/A
- Computed value: absolute length, [=snapped as a border width=]; ''0'' if the column rule style is ''border-style/none'' or ''hidden''
+ Computed value: absolute length, [=snapped as a border width=]
Animation type: by computed value type
@@ -2090,6 +2089,13 @@ Pagination and Overflow Outside Multicol Containers
This appendix is informative.
+
+
+
+ - Removed the special case of 'column-rule-width' having a computed value of ''0'' when 'column-rule-style' is ''border-style/none'' or ''border-style/hidden''.
+ (Issue 11494)
+
+
diff --git a/css-multicol-2/Overview.bs b/css-multicol-2/Overview.bs
index 41a324e05fe..add7589b8d2 100644
--- a/css-multicol-2/Overview.bs
+++ b/css-multicol-2/Overview.bs
@@ -3,12 +3,12 @@ Title: CSS Multi-column Layout Module Level 2
Group: CSSWG
Shortname: css-multicol
Level: 2
-Status: FPWD
-Prepare for TR: yes
-Date: 2024-12-19
+Status: ED
+Prepare for TR: no
Work Status: Exploring
ED: https://drafts.csswg.org/css-multicol-2/
TR: https://www.w3.org/TR/css-multicol-2/
+Previous Version: https://www.w3.org/TR/2024/WD-css-multicol-2-20241219/
Editor: Florian Rivoal, On behalf of Bloomberg, http://florian.rivoal.net/, w3cid 43241
Editor: Rachel Andrew, Google, rachelandrew@google.com, w3cid 81117
Former Editor: HÃ¥kon Wium Lie, Opera Software, howcome@opera.com, w3cid 9796
@@ -1315,7 +1315,7 @@ without caring about the contents.
parsing/column-rule-style-invalid.html
- The ''border-style/none'' and ''hidden'' values force the computed value of 'column-rule-width' to be ''0''.
+ The ''border-style/none'' and ''hidden'' values force the used value of 'column-rule-width' to be ''0''.
The Width Of Column Rules: the 'column-rule-width' property
@@ -1326,7 +1326,7 @@ without caring about the contents.
Applies to: multicol containers
Inherited: no
Percentages: N/A
- Computed value: absolute length, [=snapped as a border width=]; ''0'' if the column rule style is ''border-style/none'' or ''hidden''
+ Computed value: absolute length, [=snapped as a border width=]
Animation type: by computed value type
@@ -2267,6 +2267,13 @@ Pagination and Overflow Outside Multicol Containers
This appendix is informative.
+
+
+
+ - Removed the special case of 'column-rule-width' having a computed value of ''0'' when 'column-rule-style' is ''border-style/none'' or ''border-style/hidden''.
+ (Issue 11494)
+
+