Skip to content

Commit cd52459

Browse files
committed
[css2] removed text-align: top, added some markup
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401617
1 parent 2156a0d commit cd52459

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

css2/visuren.src

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
467467
name="value-inst-inline-table"><strong>inline-table</strong></a></span>, <span
468468
class="index-inst" title="'table-row-group'"><a
469469
name="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
471472
name="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
15101510
flow 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
15571556
class="propinst-position">'position'</span> property to 'relative'
15581557
means that its box may serve as the containing block for positioned
15591558
descendants. 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
15651565
established by inline elements -IJ -->

0 commit comments

Comments
 (0)