Skip to content

Commit 422e039

Browse files
committed
[css-display] Fix errors in glossary appendix, clean up some links.
1 parent ef8d548 commit 422e039

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

css-display/Overview.bs

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -185,24 +185,24 @@ Inner Display Layout Models: the ''flow'', ''flow-root'', ''table'', ''grid'', a
185185

186186
If its <a>outer display type</a> is ''inline'' or ''run-in'',
187187
and it is participating in a
188-
<a href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting">block</a>
189-
or <a href="http://www.w3.org/TR/CSS21/visuren.html#inline-formatting">inline</a>
188+
<a lt="block formatting context">block</a>
189+
or <a lt="inline formatting context">inline</a>
190190
formatting context,
191-
then it generates an <a href="http://www.w3.org/TR/CSS21/visuren.html#inline-box">inline box</a>.
191+
then it generates an <a>inline box</a>.
192192

193193
Otherwise it generates a <a>block container</a> box.
194194

195195
Depending on the value of other properties (such as 'position', 'float', or 'overflow')
196196
and whether it is itself participating in a block or inline <a>formatting context</a>,
197-
it either establishes a new <a href="http://www.w3.org/TR/CSS21/visuren.html#block-formatting">block formatting context</a> for its contents
197+
it either establishes a new <a>block formatting context</a> for its contents
198198
or integrates its contents into its parent <a>formatting context</a>.
199199
See <a href="http://www.w3.org/TR/CSS21/visuren.html">CSS2.1 Chapter 9</a>. [[!CSS21]]
200200

201201
<dt><dfn>flow-root</dfn>
202202
<dd>
203203
The element generates a <a>block container</a> box,
204204
and lays out its contents using <a>flow layout</a>.
205-
It always establishes a new <a href="http://www.w3.org/TR/CSS21/visuren.html#block-formatting">block formatting context</a> for its contents. [[!CSS21]]
205+
It always establishes a new <a>block formatting context</a> for its contents. [[!CSS21]]
206206

207207
<dt><dfn>table</dfn>
208208
<dd>
@@ -559,7 +559,7 @@ Run-In Layout</h2>
559559
Note: This run-in model is slightly different from the one proposed in earlier revisions of [[!CSS21]].
560560

561561
<h2 id='glossary'>
562-
Appendix B: Glossary</h2>
562+
Appendix A: Glossary</h2>
563563

564564
The following terms are defined here for convenience:
565565

@@ -576,22 +576,24 @@ Appendix B: Glossary</h2>
576576

577577
<dt><dfn lt="inline|inline box">inline</dfn>
578578
<dd>
579-
A non-replaced <a>inline-level</a> box whose 'display' is ''flow''.
579+
A non-replaced <a>inline-level</a> box whose <a>inner display type</a> is ''flow''.
580580
The contents of an inline box participate in the same inline formatting context as the inline box itself.
581581

582582
<dt><dfn lt="atomic inline|atomic inline box">atomic inline</dfn>
583583
<dd>
584584
An inline-level box that is replaced or that establishes a new formatting context.
585-
(An inline-level box whose 'display' is not ''flow'' establishes a new formatting context of the specified type.)
585+
(An inline-level box whose <a>inner display type</a> is not ''flow''
586+
establishes a new formatting context of the specified <a>inner display type</a>.)
586587

587588
<dt><dfn lt="block container|block container box">block container</dfn>
588589
<dd>
589-
A box whose contents participate in a block formatting context,
590-
i.e. one whose computed 'display' value is ''block''.
590+
A box whose contents participate in a <a>block formatting context</a>.
591+
A block container does not necessarily establish a <em>new</em> <a>block formatting context</a>
592+
if its parent formatting context is also a <a>block formatting context</a>.
591593

592594
<dt><dfn>block box</dfn>
593595
<dd>
594-
A <a>block-level box</a> that is a <a>block container</a>.
596+
A <a>block-level box</a> that is also a <a>block container</a>.
595597

596598
<dt><dfn>block</dfn>
597599
<dd>
@@ -625,8 +627,10 @@ Appendix B: Glossary</h2>
625627
Issue: wordsmith this.
626628

627629
<dt><dfn>block formatting context</dfn>
630+
<dt><dfn>inline formatting context</dfn>
628631
<dd>
629-
Block and inline formatting contexts are defined in CSS 2.1 Section 9.4.
632+
Block and inline formatting contexts are defined in
633+
<a href="http://www.w3.org/TR/CSS21/visuren.html#normal-flow">CSS 2.1 Section 9.4</a>.
630634
</dl>
631635

632636
See [[!CSS21]] <a href="http://www.w3.org/TR/CSS21/visuren.html">Chapter 9</a> for a fuller definition of these terms.

0 commit comments

Comments
 (0)