Skip to content

Commit 6a280b7

Browse files
committed
[css-break] Clarify that fragments have margin/border/padding
1 parent e99d163 commit 6a280b7

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

css-break/Overview.bs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ Fragmentation Model and Terminology</h2>
119119
The portion of a box that belongs to exactly one <i>fragmentainer</i>.
120120
A box in continuous flow always consists of only one fragment.
121121
A box in a fragmented flow consists of one or more fragments.
122+
Each fragment has its own share of the box’s border, padding, and margin,
123+
and therefore has its own
124+
<a href="http://www.w3.org/TR/CSS2/box.html#box-padding-area">padding area</a>,
125+
<a href="http://www.w3.org/TR/CSS2/box.html#box-border-area">border area</a>,
126+
and
127+
<a href="http://www.w3.org/TR/CSS2/box.html#box-margin-area">margin area</a>.
128+
(See 'box-decoration-break', which controls how these are affected by fragmentation.)
122129
<dt><dfn>remaining fragmentainer extent</dfn></dt>
123130
<dd>
124131
The remaining <i>block-axis</i> space in the <i>fragmentainer</i> available to a given element,

css-break/Overview.html

Lines changed: 6 additions & 2 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-12-01">1 December 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-12-03">3 December 2015</time></span></h2>
5858
<div data-fill-with="spec-metadata">
5959
<dl>
6060
<dt>This version:
@@ -246,7 +246,11 @@ <h2 class="heading settled" data-level="2" id="fragmentation-model"><span class=
246246
<dt><dfn data-dfn-type="dfn" data-export="" id="box-fragment">box fragment<a class="self-link" href="#box-fragment"></a></dfn> or <dfn data-dfn-type="dfn" data-export="" id="fragment">fragment<a class="self-link" href="#fragment"></a></dfn>
247247
<dd> The portion of a box that belongs to exactly one <a data-link-type="dfn" href="#fragmentainer">fragmentainer</a>.
248248
A box in continuous flow always consists of only one fragment.
249-
A box in a fragmented flow consists of one or more fragments.
249+
A box in a fragmented flow consists of one or more fragments.
250+
Each fragment has its own share of the box’s border, padding, and margin,
251+
and therefore has its own <a href="http://www.w3.org/TR/CSS2/box.html#box-padding-area">padding area</a>, <a href="http://www.w3.org/TR/CSS2/box.html#box-border-area">border area</a>,
252+
and <a href="http://www.w3.org/TR/CSS2/box.html#box-margin-area">margin area</a>.
253+
(See <a class="property" data-link-type="propdesc" href="#propdef-box-decoration-break">box-decoration-break</a>, which controls how these are affected by fragmentation.)
250254
<dt><dfn data-dfn-type="dfn" data-export="" id="remaining-fragmentainer-extent">remaining fragmentainer extent<a class="self-link" href="#remaining-fragmentainer-extent"></a></dfn>
251255
<dd> The remaining <a data-link-type="dfn" href="https://drafts.csswg.org/css-writing-modes-3/#block-axis">block-axis</a> space in the <a data-link-type="dfn" href="#fragmentainer">fragmentainer</a> available to a given element,
252256
i.e. between the end of preceding content in <a data-link-type="dfn" href="#fragmentainer">fragmentainer</a> and the edge of the <a data-link-type="dfn" href="#fragmentainer">fragmentainer</a>.

css-break/issues-lc-2015.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,13 @@ <h1>CSS Fragmentation Level 3 Disposition of Comments for 2015-01-29 LCWD</h1>
220220
<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>
221221
<span class="a">Closed: Accepted</span>
222222
<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>
223-
<pre class='open ' id='issue-22'>
223+
<pre class=' a' id='issue-22'>
224224
<span>Issue 22. <a href='#issue-22'>#</a></span>
225225
<span>Summary: Clarify that fragments have border-boxes</span>
226226
<span>From: Robert O'Callahan</span>
227227
<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>
228-
<span>Open</span>
228+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Dec/0071.html'>https://lists.w3.org/Archives/Public/www-style/2015Dec/0071.html</a></span>
229+
<span class="a">Closed: Accepted</span>
229230
<span>Resolved: Editorial</span></pre>
230231
<pre class=' a' id='issue-23'>
231232
<span>Issue 23. <a href='#issue-23'>#</a></span>

css-break/issues-lc-2015.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ Issue 22.
192192
Summary: Clarify that fragments have border-boxes
193193
From: Robert O'Callahan
194194
Comment: https://lists.w3.org/Archives/Public/www-style/2013Dec/0465.html
195-
Open
195+
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Dec/0071.html
196+
Closed: Accepted
196197
Resolved: Editorial
197198
----
198199
Issue 23.

0 commit comments

Comments
 (0)