|
54 | 54 | <div class="head"> |
55 | 55 | <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> |
56 | 56 | <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> |
58 | 58 | <div data-fill-with="spec-metadata"> |
59 | 59 | <dl> |
60 | 60 | <dt>This version: |
@@ -246,7 +246,11 @@ <h2 class="heading settled" data-level="2" id="fragmentation-model"><span class= |
246 | 246 | <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> |
247 | 247 | <dd> The portion of a box that belongs to exactly one <a data-link-type="dfn" href="#fragmentainer">fragmentainer</a>. |
248 | 248 | 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.) |
250 | 254 | <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> |
251 | 255 | <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, |
252 | 256 | 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>. |
|
0 commit comments