|
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-09-16">16 September 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-07">7 October 2015</time></span></h2> |
58 | 58 | <div data-fill-with="spec-metadata"> |
59 | 59 | <dl> |
60 | 60 | <dt>This version: |
@@ -538,7 +538,9 @@ <h3 class="heading settled" data-level="4.1" id="possible-breaks"><span class="s |
538 | 538 | multi-column column boxes. |
539 | 539 | </dl> |
540 | 540 | <dt id="btw-lines"><a class="self-link" href="#btw-lines"></a>Class B |
541 | | - <dd> Between line boxes inside a block container box. |
| 541 | + <dd> |
| 542 | + Between line boxes inside a block container box. |
| 543 | + <p class="note" role="note">Note: Since line boxes cannot be broken, <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-display-3/#valdef-display-inline-block">inline-block</a> and <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-display-3/#valdef-display-inline-table">inline-table</a> boxes cannot be fragmented.</p> |
542 | 544 | <dt id="end-block"><a class="self-link" href="#end-block"></a>Class C |
543 | 545 | <dd> Between the content edge of a block container box and the outer edges of its |
544 | 546 | child content (margin edges of block-level children or line box |
@@ -1126,6 +1128,12 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con |
1126 | 1128 | <ul> |
1127 | 1129 | <li><a href="https://drafts.csswg.org/css-cascade-4/#valdef-all-initial">initial</a> |
1128 | 1130 | </ul> |
| 1131 | + <li> |
| 1132 | + <a data-link-type="biblio" href="#biblio-css-display-3">[css-display-3]</a> defines the following terms: |
| 1133 | + <ul> |
| 1134 | + <li><a href="https://drafts.csswg.org/css-display-3/#valdef-display-inline-block">inline-block</a> |
| 1135 | + <li><a href="https://drafts.csswg.org/css-display-3/#valdef-display-inline-table">inline-table</a> |
| 1136 | + </ul> |
1129 | 1137 | <li> |
1130 | 1138 | <a data-link-type="biblio" href="#biblio-css-overflow-3">[css-overflow-3]</a> defines the following terms: |
1131 | 1139 | <ul> |
@@ -1193,6 +1201,8 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ |
1193 | 1201 | <dd>CSS Backgrounds and Borders Module Level 3 URL: <a href="http://www.w3.org/TR/css3-background/">http://www.w3.org/TR/css3-background/</a> |
1194 | 1202 | <dt id="biblio-css-cascade-4"><a class="self-link" href="#biblio-css-cascade-4"></a>[CSS-CASCADE-4] |
1195 | 1203 | <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> |
| 1204 | + <dt id="biblio-css-display-3"><a class="self-link" href="#biblio-css-display-3"></a>[CSS-DISPLAY-3] |
| 1205 | + <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> |
1196 | 1206 | <dt id="biblio-css-overflow-3"><a class="self-link" href="#biblio-css-overflow-3"></a>[CSS-OVERFLOW-3] |
1197 | 1207 | <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> |
1198 | 1208 | <dt id="biblio-css-page-3"><a class="self-link" href="#biblio-css-page-3"></a>[CSS-PAGE-3] |
|
0 commit comments