Skip to content

Commit 36487e3

Browse files
committed
[css-break] Update DoC, changes list
1 parent ad0cab6 commit 36487e3

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

css-break/Overview.bs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,12 +1170,18 @@ Changes</h2>
11701170
<a href="http://www.w3.org/TR/2015/WD-css3-break-20150129/">29 January 2015 Working Draft</a>:
11711171

11721172
<ul>
1173-
<li>Defined that margins are also cloned for ''box-decoration-break: clone''.
1173+
<li>Dropped <css>any</css> and <css>always</css> values of 'break-*'.
1174+
<li>Switched priority of 'widows' and 'orphans' vs. 'break-*' restrictions
1175+
to make 'widows' and 'orphans' lower-priority rather than higher-priority.
1176+
<li>Defined that margins are also cloned for ''box-decoration-break: clone''
1177+
(but are truncated in block-level layout).
11741178
<li>Corrected unforced breaking rules (Class A) to handle new break types
11751179
(original rules only handled page breaks).
11761180
<li>Allowed dropping cloned box decorations when running out of room.
11771181
</ul>
11781182

1183+
<p>A <a href="https://drafts.csswg.org/css-break-3/issues-lc-2015">Disposition of Comments</a> is available.
1184+
11791185
<h2 class="no-num" id="acknowledgments">
11801186
Acknowledgments</h2>
11811187

css-break/issues-lc-2015.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ <h1>CSS Fragmentation Level 3 Disposition of Comments for 2015-01-29 LCWD</h1>
8787
Closed: Accepted
8888
Resolved: Editorial
8989
</pre>
90-
<pre class='open' id='issue-7'>
90+
<pre class='a' id='issue-7'>
9191
Issue 7. <a href='#issue-7'>#</a>
9292
Summary: Name of 'any' is confusing
9393
From: Brady Duga
9494
Comment: <a href='http://www.w3.org/mid/CAKpG1kHH5H+OQ5V81u=VTMPJrULq-VDA8rzP5=1_k7SXPqvx-A@mail.gmail.com'>http://www.w3.org/mid/CAKpG1kHH5H+OQ5V81u=VTMPJrULq-VDA8rzP5=1_k7SXPqvx-A@mail.gmail.com</a>
95-
Response:
96-
Open
97-
Resolved: =Agenda=
95+
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0305.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0305.html</a>
96+
Closed: Accepted
97+
Resolved: [Paris F2F]
9898
</pre>
9999
<pre class='oi' id='issue-8'>
100100
Issue 8. <a href='#issue-8'>#</a>
@@ -148,6 +148,7 @@ <h1>CSS Fragmentation Level 3 Disposition of Comments for 2015-01-29 LCWD</h1>
148148
From: Håkon Wium Lie
149149
Comment: <a href='http://www.w3.org/mid/826769891.862609.1428367549875.JavaMail.yahoo@mail.yahoo.com%28sfid-20150407_103540_382741_CD8ECAC2%29'>http://www.w3.org/mid/826769891.862609.1428367549875.JavaMail.yahoo@mail.yahoo.com%28sfid-20150407_103540_382741_CD8ECAC2%29</a>
150150
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jul/0230.html'>https://lists.w3.org/Archives/Public/www-style/2015Jul/0230.html</a>
151+
Note: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jul/0349.html'>https://lists.w3.org/Archives/Public/www-style/2015Jul/0349.html</a>
151152
Open
152153
Resolved: =Agenda=
153154
</pre>
@@ -159,6 +160,13 @@ <h1>CSS Fragmentation Level 3 Disposition of Comments for 2015-01-29 LCWD</h1>
159160
Closed: Accepted
160161
Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0279.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0279.html</a>
161162
</pre>
163+
<pre class='a' id='issue-15'>
164+
Issue 15. <a href='#issue-15'>#</a>
165+
Summary: Should widows/orphans really have priority over break-* controls?
166+
From: fantasai
167+
Closed: Accepted
168+
Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0009.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0009.html</a>
169+
</pre>
162170
<script>
163171
(function () {
164172
var sheet = document.styleSheets[0];

0 commit comments

Comments
 (0)