Skip to content

Commit 69414a9

Browse files
committed
[css-break] Clarify that inline blocks can't be fragmented, per WG resolution.
1 parent b3abb56 commit 69414a9

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

css-break/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,9 @@ Possible Break Points</h3>
571571
<dt id="btw-lines">Class B</dt>
572572
<dd>
573573
Between line boxes inside a block container box.
574+
575+
Note: Since line boxes cannot be broken,
576+
''inline-block'' and ''inline-table'' boxes cannot be fragmented.
574577
</dd>
575578
<dt id="end-block">Class C</dt>
576579
<dd>

css-break/Overview.html

Lines changed: 12 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-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>
5858
<div data-fill-with="spec-metadata">
5959
<dl>
6060
<dt>This version:
@@ -538,7 +538,9 @@ <h3 class="heading settled" data-level="4.1" id="possible-breaks"><span class="s
538538
multi-column column boxes.
539539
</dl>
540540
<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>
542544
<dt id="end-block"><a class="self-link" href="#end-block"></a>Class C
543545
<dd> Between the content edge of a block container box and the outer edges of its
544546
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
11261128
<ul>
11271129
<li><a href="https://drafts.csswg.org/css-cascade-4/#valdef-all-initial">initial</a>
11281130
</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>
11291137
<li>
11301138
<a data-link-type="biblio" href="#biblio-css-overflow-3">[css-overflow-3]</a> defines the following terms:
11311139
<ul>
@@ -1193,6 +1201,8 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ
11931201
<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>
11941202
<dt id="biblio-css-cascade-4"><a class="self-link" href="#biblio-css-cascade-4"></a>[CSS-CASCADE-4]
11951203
<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>
11961206
<dt id="biblio-css-overflow-3"><a class="self-link" href="#biblio-css-overflow-3"></a>[CSS-OVERFLOW-3]
11971207
<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>
11981208
<dt id="biblio-css-page-3"><a class="self-link" href="#biblio-css-page-3"></a>[CSS-PAGE-3]

0 commit comments

Comments
 (0)