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
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="inlineformatting context">inline</a>
190
190
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>.
192
192
193
193
Otherwise it generates a <a>block container</a> box.
194
194
195
195
Depending on the value of other properties (such as 'position', 'float', or 'overflow')
196
196
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
198
198
or integrates its contents into its parent <a>formatting context</a>.
199
199
See <a href="http://www.w3.org/TR/CSS21/visuren.html">CSS2.1 Chapter 9</a>. [[!CSS21]]
200
200
201
201
<dt><dfn>flow-root</dfn>
202
202
<dd>
203
203
The element generates a <a>block container</a> box,
204
204
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]]
206
206
207
207
<dt><dfn>table</dfn>
208
208
<dd>
@@ -559,7 +559,7 @@ Run-In Layout</h2>
559
559
Note: This run-in model is slightly different from the one proposed in earlier revisions of [[!CSS21]].
560
560
561
561
<h2 id='glossary'>
562
-
Appendix B: Glossary</h2>
562
+
Appendix A: Glossary</h2>
563
563
564
564
The following terms are defined here for convenience:
565
565
@@ -576,22 +576,24 @@ Appendix B: Glossary</h2>
576
576
577
577
<dt><dfn lt="inline|inline box">inline</dfn>
578
578
<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''.
580
580
The contents of an inline box participate in the same inline formatting context as the inline box itself.
0 commit comments