Skip to content

Commit a10ec8f

Browse files
committed
[css-multicol] post publication tidy-up and issues list.
1 parent f7ae306 commit a10ec8f

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

css-multicol-1/Overview.bs

+3-6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Work Status: Testing
88
WPT Path Prefix: /css/css-multicol/
99
ED: https://drafts.csswg.org/css-multicol/
1010
TR: https://www.w3.org/TR/css-multicol-1/
11+
Previous Version: https://www.w3.org/TR/2019/WD-css-multicol-1-20191015/
1112
Previous Version: https://www.w3.org/TR/2018/WD-css-multicol-1-20180528/
1213
Previous Version: https://www.w3.org/TR/2017/WD-css-multicol-1-20171005/
1314
Previous Version: https://www.w3.org/TR/2011/CR-css3-multicol-20110412/
@@ -393,10 +394,6 @@ The Number and Width of Columns</h2>
393394
Finding the number and width of columns is fundamental when laying out multi-column content.
394395
These properties are used to set the number and width of columns:
395396

396-
<!--When the block direction
397-
is unconstrained and no column breaks are added through style sheets,
398-
these two properties determine the outcome:-->
399-
400397
<ul>
401398
<li>'column-count'</li>
402399
<li>'column-width'</li>
@@ -1561,7 +1558,7 @@ This appendix is <em>informative</em>.
15611558
<li>Updated the introduction to remove mention of the benefits of multicol over using tables for layout and instead refer to the unique characteristics of multicol. Editorial change referenced in <a href="https://github.com/w3c/csswg-drafts/issues/3654">issue 3654</a>.</li>
15621559
<li>Changed the sentence added in the pseudo-algorithm section after the 7 Jan 2016 resolution, to refer to <em>columns</em> and not <em>tracks</em> as tracks are not defined in this specification. Resolved <a href="https://github.com/w3c/csswg-drafts/issues/3649#issuecomment-472505520">13 March 2019</a>.</li>
15631560
<li>Changes and clarifications to the SVG images used in the specification.</li>
1564-
<li>Changed syntax to use <a>bracketed range notation</a> to reflect the prose restrictions on negative/non-zero values.</li>
1561+
<li>Changed syntax to use bracketed range notation to reflect the prose restrictions on negative/non-zero values.</li>
15651562
</ul>
15661563

15671564
<h3 id="changes-from-20171005">Changes from the <a href="https://www.w3.org/TR/2017/WD-css-multicol-1-20171005/">Working Draft (WD) of 5 October 2017</a></h3>
@@ -1651,6 +1648,6 @@ Acknowledgments</h2>
16511648
Steve Zilles,
16521649
Sylvain Galineau,
16531650
Tantek Çelik,
1654-
Till Halbach,
1651+
Till Halbach
16551652

16561653
<wpt-rest></wpt-rest>

css-multicol-1/issues-dec-2020.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Draft: https://www.w3.org/TR/2019/WD-css-multicol-1-20191015/
1+
Draft: https://www.w3.org/TR/2021/WD-css-multicol-1-20210212/
22
Title: CSS Multi-column Layout Module Level 1
33

44
----
@@ -464,7 +464,7 @@ Issue 56.
464464
From: Gérard Talbot
465465
Summary: Improve column-fill example 26 and 27
466466
Comments: https://github.com/w3c/csswg-drafts/issues/3700
467-
Open: Waiting for resolution to 55.
467+
Open: Rejected as relevant example removed.
468468
----
469469
Issue 57.
470470
From: Alison Maher

css-multicol-1/issues.html

+15-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<title>CSS Multi-column Layout Module Level 1 Disposition of Comments for 2019-10-15 WD</title>
3+
<title>CSS Multi-column Layout Module Level 1 Disposition of Comments for 2021-02-12 WD</title>
44
<style>
55
.a { background: lightgreen }
66
.d { background: lightblue }
@@ -10,9 +10,9 @@
1010
:target { box-shadow: 0.25em 0.25em 0.25em; }
1111
</style>
1212

13-
<h1>CSS Multi-column Layout Module Level 1 Disposition of Comments for 2019-10-15 WD</h1>
13+
<h1>CSS Multi-column Layout Module Level 1 Disposition of Comments for 2021-02-12 WD</h1>
1414

15-
<p>Review document: <a href="https://www.w3.org/TR/2019/WD-css-multicol-1-20191015/">https://www.w3.org/TR/2019/WD-css-multicol-1-20191015/</a>
15+
<p>Review document: <a href="https://www.w3.org/TR/2021/WD-css-multicol-1-20210212/">https://www.w3.org/TR/2021/WD-css-multicol-1-20210212/</a>
1616

1717
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css-multicol-1/">http://dev.w3.org/csswg/css-multicol-1/</a>
1818

@@ -482,18 +482,26 @@ <h1>CSS Multi-column Layout Module Level 1 Disposition of Comments for 2019-10-1
482482
Comments: <a href='https://github.com/w3c/csswg-drafts/issues/4036'>https://github.com/w3c/csswg-drafts/issues/4036</a>
483483
Closed: Accepted
484484
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/4036#issuecomment-531646703'>https://github.com/w3c/csswg-drafts/issues/4036#issuecomment-531646703</a></pre>
485-
<pre class=' open' id='issue-55'>
485+
<pre class='a' id='issue-55'>
486486
Issue 55. <a href='#issue-55'>#</a>
487487
From: Rachel Andrew
488488
Summary: Defining what happens with column-fill in unconstrained containers for continuous and fragmented contexts
489489
Comments: <a href='https://github.com/w3c/csswg-drafts/issues/4689'>https://github.com/w3c/csswg-drafts/issues/4689</a>
490-
Open: On face to face agenda</pre>
491-
<pre class=' open' id='issue-56'>
490+
Closed: Accepted
491+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/4689#issuecomment-621281467'>https://github.com/w3c/csswg-drafts/issues/4689#issuecomment-621281467</a></pre>
492+
<pre class='r open' id='issue-56'>
492493
Issue 56. <a href='#issue-56'>#</a>
493494
From: Gérard Talbot
494495
Summary: Improve column-fill example 26 and 27
495496
Comments: <a href='https://github.com/w3c/csswg-drafts/issues/3700'>https://github.com/w3c/csswg-drafts/issues/3700</a>
496-
Open: Waiting for resolution to 55.</pre>
497+
Open: Rejected as relevant example removed.</pre>
498+
<pre class='a' id='issue-57'>
499+
Issue 57. <a href='#issue-57'>#</a>
500+
From: Alison Maher
501+
Summary: Improve column-fill example 26 and 27
502+
Comments: <a href='https://github.com/w3c/csswg-drafts/issues/5612'>https://github.com/w3c/csswg-drafts/issues/5612</a>
503+
Closed: Accepted
504+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/2203#issuecomment-431783027'>https://github.com/w3c/csswg-drafts/issues/2203#issuecomment-431783027</a></pre>
497505
<script>
498506
(function () {
499507
var sheet = document.styleSheets[0];

0 commit comments

Comments
 (0)