Skip to content

Commit fa4f800

Browse files
committed
[css-display] Update Changes list, fix links
1 parent e558fe4 commit fa4f800

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

css-display/Overview.bs

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.n
1515
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.
1616
Ignored Terms: display-model, display-role, table row group box
1717
</pre>
18+
<pre class="link-defaults">
19+
spec:css-break-3; type:dfn; text:fragment;
20+
</pre>
1821

1922
<h2 id="intro">
2023
Introduction</h2>
@@ -278,7 +281,7 @@ Outer Display Roles for Flow Layout: the ''block'', ''inline'', and ''run-in'' k
278281
The element generates a <a>run-in box</a>.
279282
Run-in elements act like inlines or blocks,
280283
depending on the surrounding elements.
281-
See [[#run-in]] for details.
284+
See [[#run-in-layout]] for details.
282285
</dl>
283286

284287
If a <<display-outside>> value is specified but <<display-inside>> is omitted,
@@ -597,7 +600,7 @@ Toggling Box Generation: the 'box-suppress' property</h2>
597600
Issue: Please send use cases (examples of where this property or something close to it is useful and necessary)
598601
<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.
599602

600-
<h2 id='run-in'>
603+
<h2 id='run-in-layout'>
601604
Run-In Layout</h2>
602605

603606
A <dfn export lt="run-in | run-in box">run-in box</dfn>
@@ -794,7 +797,7 @@ Appendix A: Glossary</h2>
794797
<dt><dfn>in-flow</dfn>
795798
<dd>
796799
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).
798801
A box is <a>in-flow</a> if it not <a>out-of-flow</a>.
799802

800803
Note: some formatting contexts inhibit floating,
@@ -825,6 +828,12 @@ Acknowledgments</h2>
825828
<h2 class=no-num id="changes">
826829
Changes</h2>
827830

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+
828837
Changes since the <a href="http://www.w3.org/TR/2014/WD-css-display-3-20140911/">11 September 2014 Working Draft</a> include:
829838

830839
<ul>

0 commit comments

Comments
 (0)