You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract: This module describes how the CSS formatting box tree is generated from the document element tree and defines the 'display' and 'box-suppress' properties that control it.
16
16
Ignored Terms: display-model, display-role, table row group box
17
17
</pre>
18
+
<pre class="link-defaults">
19
+
spec:css-break-3; type:dfn; text:fragment;
20
+
</pre>
18
21
19
22
<h2 id="intro">
20
23
Introduction</h2>
@@ -278,7 +281,7 @@ Outer Display Roles for Flow Layout: the ''block'', ''inline'', and ''run-in'' k
278
281
The element generates a <a>run-in box</a>.
279
282
Run-in elements act like inlines or blocks,
280
283
depending on the surrounding elements.
281
-
See [[#run-in]] for details.
284
+
See [[#run-in-layout]] for details.
282
285
</dl>
283
286
284
287
If a <<display-outside>> value is specified but <<display-inside>> is omitted,
@@ -597,7 +600,7 @@ Toggling Box Generation: the 'box-suppress' property</h2>
597
600
Issue: Please send use cases (examples of where this property or something close to it is useful and necessary)
598
601
<a href="mailto:www-style@w3.org?subject=%5Bcss-display%5D%20box-suppres%20use%20cases">to the CSSWG</a> so that we can be sure we're designing the details of its behavior correctly.
599
602
600
-
<h2 id='run-in'>
603
+
<h2 id='run-in-layout'>
601
604
Run-In Layout</h2>
602
605
603
606
A <dfn export lt="run-in | run-in box">run-in box</dfn>
@@ -794,7 +797,7 @@ Appendix A: Glossary</h2>
794
797
<dt><dfn>in-flow</dfn>
795
798
<dd>
796
799
A box is <a>in-flow</a> if it is floated (via 'float')
797
-
or absolutely-positioned (via ''absolute'' or ''fixed'' positioning).
800
+
or absolutely-positioned (via ''absolute'' or ''position/fixed'' positioning).
798
801
A box is <a>in-flow</a> if it not <a>out-of-flow</a>.
799
802
800
803
Note: some formatting contexts inhibit floating,
@@ -825,6 +828,12 @@ Acknowledgments</h2>
825
828
<h2 class=no-num id="changes">
826
829
Changes</h2>
827
830
831
+
Changes since the <a href="http://www.w3.org/TR/2015/WD-css-display-3-20150721/">21 July 2015 Working Draft</a> include:
832
+
833
+
<ul>
834
+
<li>Added definitions for <a>in-flow</a> and <a>out-of-flow</a> to glossary.
835
+
</ul>
836
+
828
837
Changes since the <a href="http://www.w3.org/TR/2014/WD-css-display-3-20140911/">11 September 2014 Working Draft</a> include:
0 commit comments