Skip to content

Commit 8cc9f8b

Browse files
committed
[css-multicol] updating changes list
1 parent bf38268 commit 8cc9f8b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

css-multicol-1/Overview.bs

+2
Original file line numberDiff line numberDiff line change
@@ -1170,6 +1170,8 @@ This appendix is <em>informative</em>.
11701170

11711171
<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>
11721172
<ul>
1173+
<li>Replaced the HTML mock-up examples with SVG versions, as the examples were unclear. <a href="https://github.com/w3c/csswg-drafts/issues/1087">Issue 1087</a>.</li>
1174+
<li>Changed the value of normal for column-gap to be 1em, rather than a UA-specified length with a suggestion of 1em. <a href="https://github.com/w3c/csswg-drafts/issues/2145#issuecomment-378781507">Resolved: 4 Apr 2018</a></li>
11731175
<li>Changed the sentence <em>Column rules are painted in the inline content layer, but below all inline content inside the multicol element.</em> to <em>Column rules are painted just above the border of the multicol element. For scrollable multicol elements, note that while the border and background of the multicol element obviously aren’t scrolled, the rules need to scroll along with the columns.</em> <a href="https://github.com/w3c/csswg-drafts/issues/1739#issuecomment-342659978">Resolved: 7 Nov 2017</a></li>
11741176
<li>Under section The Multi-column Model, removed two sentences <em>That is, column boxes behave like block-level, table cell, and inline-block boxes as per CSS 2.1, section 10.1, item 2 CSS21. However, column boxes do not establish block container boxes for elements with ''position: fixed or position: absolute''.</em>. THese were replaced with a clarification about the principal box and a new example showing how abspos elements refer to the multicol container. <a href="https://github.com/w3c/csswg-drafts/issues/1738#issuecomment-342661881">Resolved: 7 Nov 2017</a></li>
11751177
<li>Removed the sentence "To indicate where column breaks should (or should not) appear, new keyword values are introduced." and following example (Example 7 in the WD published <a href="https://www.w3.org/TR/2017/WD-css-multicol-1-20171005/">5 Oct 2017</a>) as the multicol specification no longer introduces these properties. <a href="https://github.com/w3c/csswg-drafts/issues/1966">Editorial</a></li>

css-multicol-1/issues-2011.txt

+15-1
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,18 @@ Comment: https://lists.w3.org/Archives/Public/www-style/2018Jan/0039.html
285285
Response: https://lists.w3.org/Archives/Public/www-style/2018Jan/0051.html
286286
Closed: Rejected
287287
Resolved: Editors' discretion
288-
288+
----
289+
Issue 33.
290+
From: Manuel Rego Casasnovas
291+
Summary: Make "column-gap: normal" to be 1em in multi-column per spec
292+
Comment: https://github.com/w3c/csswg-drafts/issues/2145
293+
Closed: Accepted
294+
Resolved: https://github.com/w3c/csswg-drafts/issues/2145#issuecomment-378781507
295+
----
296+
Issue 34.
297+
From: David Baron
298+
Summary: column-span examples are unclear about visual/source order of text
299+
Comment: https://github.com/w3c/csswg-drafts/issues/1087
300+
Response: https://github.com/w3c/csswg-drafts/issues/1087#issuecomment-371343134
301+
Closed: Accepted
302+
Resolved: Editors' discretion

0 commit comments

Comments
 (0)