Skip to content

Commit cd2ee3b

Browse files
committed
[css-break] Clarify interaction of box-decoration-break with shapes and masking.
1 parent 0f6a5ca commit cd2ee3b

4 files changed

Lines changed: 40 additions & 21 deletions

File tree

css-break/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.n
1515
Abstract: This module describes the fragmentation model that partitions a flow into pages, columns, or regions.
1616
Abstract: It builds on the Page model module and introduces and defines the fragmentation model.
1717
Abstract: It adds functionality for pagination, breaking variable fragment size and orientation, widows and orphans.
18-
Ignored Terms: background positioning area, region chain
18+
Ignored Terms: background positioning area, region chain, … message topic …, reference box
1919
Use <i> Autolinks: yes
2020
At Risk: the ''region'' and ''break-after/avoid-region'' values of 'break-*'
2121
</pre>
@@ -1023,7 +1023,9 @@ Fragmented Borders and Backgrounds: the 'box-decoration-break' property</h3>
10231023
<li>whether the box's margins, borders, padding, and other decorations
10241024
wrap the broken edges of the box fragments
10251025
<li>how the <a href="http://www.w3.org/TR/css3-background/#background-positioning-area"><i>background positioning area</i></a> [[!CSS3BG]]
1026-
is derived from the box fragments
1026+
(and <a>mask positioning area</a> [[!CSS-MASKING-1]],
1027+
shape <a>reference box</a> [[!CSS-SHAPES-1]], etc.)
1028+
is derived from or duplicated across the box fragments
10271029
and how the element's background is drawn within them.
10281030
</ul>
10291031
<p>

css-break/Overview.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<div class="head">
5555
<p data-fill-with="logo"><a class="logo" href="http://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/Icons/w3c_home" width="72"> </a> </p>
5656
<h1 class="p-name no-ref" id="title">CSS Fragmentation Module Level 3</h1>
57-
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2015-10-07">7 October 2015</time></span></h2>
57+
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2015-10-27">27 October 2015</time></span></h2>
5858
<div data-fill-with="spec-metadata">
5959
<dl>
6060
<dt>This version:
@@ -64,9 +64,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="cont
6464
<dt>Previous Versions:
6565
<dd><a href="http://www.w3.org/TR/2015/WD-css3-break-20150129/" rel="previous">http://www.w3.org/TR/2015/WD-css3-break-20150129/</a>
6666
<dt>Feedback:
67-
<dd><span><a href="mailto:www-style@w3.org?subject=%5Bcss-break%5D%20YOUR%20TOPIC%20HERE">www-style@w3.org</a> with subject line “<kbd>[css-break] <var>… message topic …</var></kbd>” (<a href="http://lists.w3.org/Archives/Public/www-style/" rel="discussion">archives</a>)</span>
68-
<dt>Issue Tracking:
69-
<dd><a href="https://github.com/w3c/csswg-drafts/issues/">GitHub</a>
67+
<dd><span><a href="mailto:www-style@w3.org?subject=%5Bcss-break%5D%20YOUR%20TOPIC%20HERE">www-style@w3.org</a> with subject line “<kbd>[css-break] <i data-lt="… message topic …">… message topic …</i></kbd>” (<a href="http://lists.w3.org/Archives/Public/www-style/" rel="discussion">archives</a>)</span>
7068
<dt class="editor">Editors:
7169
<dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:ratan@microsoft.com<">Rossen Atanassov</a> (<span class="p-org org">Microsoft</span>)
7270
<dd class="editor p-author h-card vcard"><a class="p-name fn u-url url" href="http://fantasai.inkedblade.net/contact">Elika J. Etemad / fantasai</a> (<span class="p-org org">Invited Expert</span>)
@@ -824,7 +822,9 @@ <h3 class="heading settled" data-level="5.4" id="break-decoration"><span class="
824822
<ul>
825823
<li>whether the box’s margins, borders, padding, and other decorations
826824
wrap the broken edges of the box fragments
827-
<li>how the <a href="http://www.w3.org/TR/css3-background/#background-positioning-area"><i data-lt="background positioning area">background positioning area</i></a> <a data-link-type="biblio" href="#biblio-css3bg">[CSS3BG]</a> is derived from the box fragments
825+
<li>how the <a href="http://www.w3.org/TR/css3-background/#background-positioning-area"><i data-lt="background positioning area">background positioning area</i></a> <a data-link-type="biblio" href="#biblio-css3bg">[CSS3BG]</a> (and <a data-link-type="dfn" href="https://drafts.fxtf.org/css-masking-1/#mask-positioning-area">mask positioning area</a> <a data-link-type="biblio" href="#biblio-css-masking-1">[CSS-MASKING-1]</a>,
826+
shape <a data-link-type="dfn">reference box</a> <a data-link-type="biblio" href="#biblio-css-shapes-1">[CSS-SHAPES-1]</a>, etc.)
827+
is derived from or duplicated across the box fragments
828828
and how the element’s background is drawn within them.
829829
</ul>
830830
<p> Values have the following meanings: </p>
@@ -1144,6 +1144,11 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
11441144
<li><a href="https://drafts.csswg.org/css-display-3/#valdef-display-inline-block">inline-block</a>
11451145
<li><a href="https://drafts.csswg.org/css-display-3/#valdef-display-inline-table">inline-table</a>
11461146
</ul>
1147+
<li>
1148+
<a data-link-type="biblio" href="#biblio-css-masking-1">[css-masking-1]</a> defines the following terms:
1149+
<ul>
1150+
<li><a href="https://drafts.fxtf.org/css-masking-1/#mask-positioning-area">mask positioning area</a>
1151+
</ul>
11471152
<li>
11481153
<a data-link-type="biblio" href="#biblio-css-overflow-3">[css-overflow-3]</a> defines the following terms:
11491154
<ul>
@@ -1213,6 +1218,8 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ
12131218
<dd>Elika Etemad; Tab Atkins Jr.. <a href="http://www.w3.org/TR/css-cascade-4/">CSS Cascading and Inheritance Level 4</a>. 8 September 2015. WD. URL: <a href="http://www.w3.org/TR/css-cascade-4/">http://www.w3.org/TR/css-cascade-4/</a>
12141219
<dt id="biblio-css-display-3"><a class="self-link" href="#biblio-css-display-3"></a>[CSS-DISPLAY-3]
12151220
<dd>Tab Atkins Jr.; Elika Etemad. <a href="http://www.w3.org/TR/css-display-3/">CSS Display Module Level 3</a>. 21 July 2015. WD. URL: <a href="http://www.w3.org/TR/css-display-3/">http://www.w3.org/TR/css-display-3/</a>
1221+
<dt id="biblio-css-masking-1"><a class="self-link" href="#biblio-css-masking-1"></a>[CSS-MASKING-1]
1222+
<dd>Dirk Schulze; Brian Birtles; Tab Atkins Jr.. <a href="http://www.w3.org/TR/css-masking-1/">CSS Masking Module Level 1</a>. 26 August 2014. CR. URL: <a href="http://www.w3.org/TR/css-masking-1/">http://www.w3.org/TR/css-masking-1/</a>
12161223
<dt id="biblio-css-overflow-3"><a class="self-link" href="#biblio-css-overflow-3"></a>[CSS-OVERFLOW-3]
12171224
<dd>David Baron. <a href="http://www.w3.org/TR/css-overflow-3/">CSS Overflow Module Level 3</a>. 18 April 2013. WD. URL: <a href="http://www.w3.org/TR/css-overflow-3/">http://www.w3.org/TR/css-overflow-3/</a>
12181225
<dt id="biblio-css-page-3"><a class="self-link" href="#biblio-css-page-3"></a>[CSS-PAGE-3]
@@ -1221,6 +1228,8 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ
12211228
<dd>CSS Positioned Layout Module Level 3 URL: <a href="http://www.w3.org/TR/css3-positioning/">http://www.w3.org/TR/css3-positioning/</a>
12221229
<dt id="biblio-css-regions-1"><a class="self-link" href="#biblio-css-regions-1"></a>[CSS-REGIONS-1]
12231230
<dd>Rossen Atanassov; Alan Stearns. <a href="http://www.w3.org/TR/css-regions-1/">CSS Regions Module Level 1</a>. 9 October 2014. WD. URL: <a href="http://www.w3.org/TR/css-regions-1/">http://www.w3.org/TR/css-regions-1/</a>
1231+
<dt id="biblio-css-shapes-1"><a class="self-link" href="#biblio-css-shapes-1"></a>[CSS-SHAPES-1]
1232+
<dd>Vincent Hardy; Rossen Atanassov; Alan Stearns. <a href="http://www.w3.org/TR/css-shapes-1/">CSS Shapes Module Level 1</a>. 20 March 2014. CR. URL: <a href="http://www.w3.org/TR/css-shapes-1/">http://www.w3.org/TR/css-shapes-1/</a>
12241233
<dt id="biblio-css-sizing-3"><a class="self-link" href="#biblio-css-sizing-3"></a>[CSS-SIZING-3]
12251234
<dd>CSS Intrinsic &amp; Extrinsic Sizing Module Level 3 URL: <a href="http://www.w3.org/TR/css3-sizing/">http://www.w3.org/TR/css3-sizing/</a>
12261235
<dt id="biblio-css-writing-modes-3"><a class="self-link" href="#biblio-css-writing-modes-3"></a>[CSS-WRITING-MODES-3]

css-break/issues-lc-2015.html

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
<h1>CSS Fragmentation Level 3 Disposition of Comments for 2015-01-29 LCWD</h1>
1717

18-
<p>Last call document: <a href="http://www.w3.org/TR/2015/WD-css3-break-20150129/">http://www.w3.org/TR/2015/WD-css3-break-20150129/</a>
18+
<p>Dated Draft: <a href="http://www.w3.org/TR/2015/WD-css3-break-20150129/">http://www.w3.org/TR/2015/WD-css3-break-20150129/</a>
1919

20-
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css3-break/">http://dev.w3.org/csswg/css3-break/</a>
20+
<p>Editor's Draft: <a href="http://dev.w3.org/csswg/css3-break/">http://dev.w3.org/csswg/css3-break/</a>
2121

2222
<p>The following color coding convention is used for comments:</p>
2323

@@ -190,14 +190,15 @@ <h1>CSS Fragmentation Level 3 Disposition of Comments for 2015-01-29 LCWD</h1>
190190
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0148.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0148.html</a></span>
191191
<span class="a">Closed: Accepted</span>
192192
<span>Resolved: Editorial</span></pre>
193-
<pre class='open oi' id='issue-19'>
193+
<pre class=' a' id='issue-19'>
194194
<span>Issue 19. <a href='#issue-19'>#</a></span>
195195
<span>Summary: CSS Fragmentation should absorb CSSOM details for fragmented boxes</span>
196196
<span>From: Alan Stearns</span>
197197
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2014Jan/0140.html'>https://lists.w3.org/Archives/Public/www-style/2014Jan/0140.html</a></span>
198198
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0154.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0154.html</a></span>
199199
<span class="oi">Closed: OutOfScope</span>
200-
<span>Open: =WG= Verify scope, assign editing actions as necessary.</span></pre>
200+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Oct/0085.html'>https://lists.w3.org/Archives/Public/www-style/2015Oct/0085.html</a></span>
201+
<span class="a">Verified: <a href='https://lists.w3.org/Archives/Public/www-style/2015Oct/0085.html'>https://lists.w3.org/Archives/Public/www-style/2015Oct/0085.html</a></span></pre>
201202
<pre class=' r' id='issue-20'>
202203
<span>Issue 20. <a href='#issue-20'>#</a></span>
203204
<span>Summary: Shorthand expansion into longhands breaks getPropertyCSSValue</span>
@@ -206,34 +207,37 @@ <h1>CSS Fragmentation Level 3 Disposition of Comments for 2015-01-29 LCWD</h1>
206207
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0149.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0149.html</a></span>
207208
<span class="r">Closed: Rejected</span>
208209
<span>Resolved: Editor's discretion</span></pre>
209-
<pre class='open ' id='issue-21'>
210+
<pre class=' a' id='issue-21'>
210211
<span>Issue 21. <a href='#issue-21'>#</a></span>
211212
<span>Summary: Breaks within inline-blocks</span>
212213
<span>From: François Remy</span>
213214
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Jul/0227.html'>https://lists.w3.org/Archives/Public/www-style/2013Jul/0227.html</a></span>
214215
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2014Jan/0133.html'>https://lists.w3.org/Archives/Public/www-style/2014Jan/0133.html</a></span>
215216
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2014Jan/0134.html'>https://lists.w3.org/Archives/Public/www-style/2014Jan/0134.html</a></span>
216-
<span>Open: =WG= Clarify that inline blocks can't generally fragment? Something else?</span></pre>
217+
<span class="a">Closed: Accepted</span>
218+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Oct/0085.html'>https://lists.w3.org/Archives/Public/www-style/2015Oct/0085.html</a></span></pre>
217219
<pre class='open ' id='issue-22'>
218220
<span>Issue 22. <a href='#issue-22'>#</a></span>
219221
<span>Summary: Clarify that fragments have border-boxes</span>
220222
<span>From: Robert O'Callahan</span>
221223
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Dec/0465.html'>https://lists.w3.org/Archives/Public/www-style/2013Dec/0465.html</a></span>
222224
<span>Open</span>
223225
<span>Resolved: Editorial</span></pre>
224-
<pre class='open ' id='issue-23'>
226+
<pre class=' a' id='issue-23'>
225227
<span>Issue 23. <a href='#issue-23'>#</a></span>
226228
<span>Summary: Guaranteeing progress</span>
227229
<span>From: David Baron</span>
228230
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2013Apr/0146.html'>https://lists.w3.org/Archives/Public/www-style/2013Apr/0146.html</a></span>
229231
<span>Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0153.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0153.html</a></span>
230-
<span>Open</span></pre>
231-
<pre class='open ' id='issue-24'>
232+
<span class="a">Closed: Accepted</span>
233+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Oct/0085.html'>https://lists.w3.org/Archives/Public/www-style/2015Oct/0085.html</a></span></pre>
234+
<pre class=' a' id='issue-24'>
232235
<span>Issue 24. <a href='#issue-24'>#</a></span>
233236
<span>Summary: Prefix 'page' and 'column' and 'region' break keywords with 'force-*'</span>
234237
<span>From: Edward O'Connor</span>
235238
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Sep/0037.html'>https://lists.w3.org/Archives/Public/www-style/2015Sep/0037.html</a></span>
236-
<span>Open</span></pre>
239+
<span class="a">Closed: Retracted</span>
240+
<span>Resolved: TPAC 2015</span></pre>
237241
<script>
238242
(function () {
239243
var sheet = document.styleSheets[0];

css-break/issues-lc-2015.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ From: Alan Stearns
164164
Comment: https://lists.w3.org/Archives/Public/www-style/2014Jan/0140.html
165165
Response: https://lists.w3.org/Archives/Public/www-style/2015Sep/0154.html
166166
Closed: OutOfScope
167-
Open: =WG= Verify scope, assign editing actions as necessary.
167+
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Oct/0085.html
168+
Verified: https://lists.w3.org/Archives/Public/www-style/2015Oct/0085.html
168169
----
169170
Issue 20.
170171
Summary: Shorthand expansion into longhands breaks getPropertyCSSValue
@@ -180,7 +181,8 @@ From: François Remy
180181
Comment: https://lists.w3.org/Archives/Public/www-style/2013Jul/0227.html
181182
Response: https://lists.w3.org/Archives/Public/www-style/2014Jan/0133.html
182183
Response: https://lists.w3.org/Archives/Public/www-style/2014Jan/0134.html
183-
Open: =WG= Clarify that inline blocks can't generally fragment? Something else?
184+
Closed: Accepted
185+
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Oct/0085.html
184186
----
185187
Issue 22.
186188
Summary: Clarify that fragments have border-boxes
@@ -194,11 +196,13 @@ Summary: Guaranteeing progress
194196
From: David Baron
195197
Comment: https://lists.w3.org/Archives/Public/www-style/2013Apr/0146.html
196198
Response: https://lists.w3.org/Archives/Public/www-style/2015Sep/0153.html
197-
Open
199+
Closed: Accepted
200+
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Oct/0085.html
198201
----
199202
Issue 24.
200203
Summary: Prefix 'page' and 'column' and 'region' break keywords with 'force-*'
201204
From: Edward O'Connor
202205
Comment: https://lists.w3.org/Archives/Public/www-style/2015Sep/0037.html
203-
Open
206+
Closed: Retracted
207+
Resolved: TPAC 2015
204208
----

0 commit comments

Comments
 (0)