11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: visudet.src,v 2.51 2002-07-08 14:57:51 bbos Exp $ -->
3+ <!-- $Id: visudet.src,v 2.52 2002-07-15 11:39:41 bbos Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Visual formatting model details</TITLE>
@@ -19,9 +19,12 @@ block</span></dfn> of the element. The containing block of an element
1919is defined as follows:</p>
2020
2121<ol>
22- <li>The containing block (called the initial containing block)
22+ <li>The containing block
2323in which the <a href="conform.html#root">root
24- element</a> lives is chosen by the user agent.
24+ element</a> lives is chosen by the user agent. It is suggested that
25+ UAs use a rectangle with the width and height of the viewport
26+ excluding scrolling mechanisms, anchored at the origin of the infinite
27+ canvas.
2528
2629<li>For other elements, if the element's position is 'relative' or 'static',
2730the containing block is formed by the content edge of the nearest
@@ -58,8 +61,10 @@ are the bottom and left content edges of the last box of the ancestor.
5861</ol>
5962</ol>
6063
61- <p>If there is no such ancestor, the content edge of the root element's
62- box establishes the containing block.
64+ <p>If there is no such ancestor, the contianing block is UA dependent,
65+ but it is suggested that UAs use a rectangle with the width and height
66+ of the viewport excluding scrolling mechanisms, anchored at the origin
67+ of the infinite canvas.
6368</ol>
6469
6570<div class="example">
@@ -546,7 +551,8 @@ agent if the value of this property is different than 'auto'.
546551with respect to the height of the
547552generated box's <a href="visuren.html#containing-block">containing
548553block</a>. If the height of the containing block is not
549- specified explicitly (i.e., it depends on content height), the
554+ specified explicitly (i.e., it depends on content height), and this
555+ element is not positioned, the
550556value is interpreted like 'auto'.
551557<dt><strong>auto</strong>
552558<dd>The height depends on the values of other properties.
0 commit comments