11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: visuren.src,v 2.58 1998-04-30 23:21:53 ijacobs Exp $ -->
3+ <!-- $Id: visuren.src,v 2.59 1998-05-02 23:45:32 ijacobs Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Visual formatting model</TITLE>
@@ -467,6 +467,7 @@ class="index-inst" title="'inline-table'"><a
467467name="value-inst-inline-table"><strong>inline-table</strong></a></span>, <span
468468class="index-inst" title="'table-row-group'"><a
469469name="value-inst-table-row-group"><strong>table-row-group</strong></a></span>,
470+ <span class="index-inst" title="'table-column'"><span class="value-inst-table-column"><strong>table-column</strong></span></span>,
470471<span class="index-inst" title="'table-column-group'"><a
471472name="value-inst-table-column-group"><strong>table-column-group</strong></a></span>,
472473<span class="index-inst" title="'table-header-group'"><a name="value-inst-table-header-group"><strong>table-header-group</strong></a></span>,
@@ -1449,7 +1450,7 @@ rules:
14491450
14501451<PRE class="example">
14511452#outer { color: red }
1452- #inner { float: right; width: 130px; text-align: top; color: blue }
1453+ #inner { float: right; width: 130px; color: blue }
14531454</PRE>
14541455
14551456<P>Text flows normally up to the <em>inner</em> box, which is pulled
@@ -1488,8 +1489,7 @@ element to the example:
14881489<P>The following rules:
14891490
14901491<PRE class="example">
1491- #inner { float: right; width: 130px;
1492- text-align: top; color: blue }
1492+ #inner { float: right; width: 130px; color: blue }
14931493#sibling { color: red }
14941494</PRE>
14951495
@@ -1510,8 +1510,7 @@ floating boxes to its right), the <em>sibling</em> content begins to
15101510flow below the float:
15111511
15121512<PRE class="example">
1513- #inner { float: right; width: 130px;
1514- text-align: top; color: blue }
1513+ #inner { float: right; width: 130px; color: blue }
15151514#sibling { clear: right; color: red }
15161515</PRE>
15171516
@@ -1557,9 +1556,10 @@ child of a relatively positioned box. Although the parent
15571556class="propinst-position">'position'</span> property to 'relative'
15581557means that its box may serve as the containing block for positioned
15591558descendants. Since the <em>outer</em> box is an inline box that is
1560- split across several lines, the first inline box's top and left
1561- edges (at the location designed by the "@" in the following illustration)
1562- serve as references for 'top' and 'left' offsets.
1559+ split across several lines, the first inline box's top and left edges
1560+ (at the location designed by the "@" in the following illustration)
1561+ serve as references for <span class="propinst-top">'top'</span> and
1562+ <span class="propinst-left">'left'</span> offsets.
15631563
15641564<!-- Change the above if the WG changes the semantics of c.b.s
15651565established by inline elements -IJ -->
0 commit comments