Skip to content

Commit 6169f3f

Browse files
committed
Conflict resolution and versioning
1 parent 2ae9071 commit 6169f3f

File tree

5 files changed

+34
-8
lines changed

5 files changed

+34
-8
lines changed

css-backgrounds-3/Overview.bs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Level: 3
88
Group: csswg
99
ED: https://drafts.csswg.org/css-backgrounds/
1010
TR: https://www.w3.org/TR/css-backgrounds-3/
11+
Previous Version: https://www.w3.org/TR/2024/CRD-css-backgrounds-3-20240311/
1112
Previous Version: https://www.w3.org/TR/2020/CR-css-backgrounds-3-20201222/
1213
Previous Version: https://www.w3.org/TR/2017/CR-css-backgrounds-3-20171017/
1314
Previous version: https://www.w3.org/TR/2014/CR-css3-background-20140909/
@@ -3662,6 +3663,15 @@ Level 3</h3>
36623663
<h2 id="changes">
36633664
Changes</h2>
36643665

3666+
<h3 id="changes-2024-03">
3667+
Changes since the 11 March 2024 Candidate Recommendation Draft</h3>
3668+
3669+
<ul>
3670+
<li>Changed the special case of 'border-width' having a value of ''0'' when 'border-style' is ''border-style/none'' or ''border-style/hidden''
3671+
from a computed-value effect to a resolved-value effect.
3672+
(<a href="https://github.com/w3c/csswg-drafts/issues/11494">Issue 11494</a>)
3673+
</ul>
3674+
36653675
<h3 id="changes-2023-02">
36663676
Changes since the 14 February 2023 Candidate Recommendation Snapshot</h3>
36673677

css-gaps-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,6 @@ Changes since the <a href="https://www.w3.org/TR/2025/WD-css-gaps-1-20250417/">1
10591059
<li>Specified the behavior when gaps are coincident due to track collapsing.
10601060
(<a href="https://github.com/w3c/csswg-drafts/issues/11814">Issue 11814</a>)
10611061
<li>Added links to WPT suite.
1062-
<li>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''.
1062+
<li>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''.
10631063
(<a href="https://github.com/w3c/csswg-drafts/issues/11494">Issue 11494</a>)
10641064
</ul>

css-multicol-1/Overview.bs

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ Title: CSS Multi-column Layout Module Level 1
33
Group: CSSWG
44
Shortname: css-multicol
55
Level: 1
6-
Status: CR
7-
Prepare for TR: yes
8-
Date: 2024-05-09
9-
Deadline: 2024-07-09
6+
Status: ED
7+
Prepare for TR: no
108
Implementation Report: https://test.csswg.org/harness/results/css-multicol-1_dev/grouped/
119
Work Status: Testing
1210
WPT Path Prefix: /css/css-multicol/
1311
WPT Display: closed
1412
ED: https://drafts.csswg.org/css-multicol/
1513
TR: https://www.w3.org/TR/css-multicol-1/
14+
Previous Version: https://www.w3.org/TR/2024/CR-css-multicol-1-20240516/
1615
Previous Version: https://www.w3.org/TR/2021/CR-css-multicol-1-20211012/
1716
Previous Version: https://www.w3.org/TR/2021/WD-css-multicol-1-20210212/
1817
Previous Version: https://www.w3.org/TR/2019/WD-css-multicol-1-20191015/
@@ -2090,6 +2089,13 @@ Pagination and Overflow Outside Multicol Containers</h3>
20902089

20912090
This appendix is <em>informative</em>.
20922091

2092+
<h3 id="changes-from-20240516">Changes from the <a href="https://www.w3.org/TR/2024/CR-css-multicol-1-20240516/">Candidate Recommendation (CR) of 16 May 2024</a></h3>
2093+
2094+
<ul>
2095+
<li>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''.
2096+
(<a href="https://github.com/w3c/csswg-drafts/issues/11494">Issue 11494</a>)
2097+
</ul>
2098+
20932099
<h3 id="changes-from-20211012">Changes from the <a href="https://www.w3.org/TR/2021/CR-css-multicol-1-20211012/">Candidate Recommendation (CR) of 12 October 2021</a></h3>
20942100

20952101
<ul>

css-multicol-2/Overview.bs

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Title: CSS Multi-column Layout Module Level 2
33
Group: CSSWG
44
Shortname: css-multicol
55
Level: 2
6-
Status: FPWD
7-
Prepare for TR: yes
8-
Date: 2024-12-19
6+
Status: ED
7+
Prepare for TR: no
98
Work Status: Exploring
109
ED: https://drafts.csswg.org/css-multicol-2/
1110
TR: https://www.w3.org/TR/css-multicol-2/
11+
Previous Version: https://www.w3.org/TR/2024/WD-css-multicol-2-20241219/
1212
Editor: Florian Rivoal, On behalf of Bloomberg, http://florian.rivoal.net/, w3cid 43241
1313
Editor: Rachel Andrew, Google, [email protected], w3cid 81117
1414
Former Editor: Håkon Wium Lie, Opera Software, [email protected], w3cid 9796
@@ -2267,6 +2267,13 @@ Pagination and Overflow Outside Multicol Containers</h3>
22672267

22682268
This appendix is <em>informative</em>.
22692269

2270+
<h3 id="">Changes from the <a href="https://www.w3.org/TR/2024/WD-css-multicol-2-20241219/">First Public Working Draft</a> of 19 December 2024</h3>
2271+
2272+
<ul>
2273+
<li>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''.
2274+
(<a href="https://github.com/w3c/csswg-drafts/issues/11494">Issue 11494</a>)
2275+
</ul>
2276+
22702277
<h3 id="changes-from-multicol1">Changes from the <a href="https://www.w3.org/TR/2024/CR-css-multicol-1-20240516/">Candidate Recommendation (CR) of CSS-MULTICOL-1 of 16 May 2024</a></h3>
22712278

22722279
<ul>

css-ui-4/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2755,6 +2755,9 @@ Changes from the <a href="https://www.w3.org/TR/2021/WD-css-ui-4-20210316/">16 M
27552755

27562756
<li>
27572757
Moved 'field-sizing' and 'input-security' properties to css-forms-1.
2758+
2759+
<li>Removed the special case of 'outline-width' having a computed value of ''0'' when 'outline-style' is ''border-style/none'' or ''border-style/hidden''.
2760+
(<a href="https://github.com/w3c/csswg-drafts/issues/11494">Issue 11494</a>)
27582761
</ul>
27592762

27602763

0 commit comments

Comments
 (0)