Skip to content

Commit 0fced36

Browse files
committed
[css2] Fixed note about positioning of cells in table in 17.5
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401784
1 parent 8db371f commit 0fced36

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

css2/tables.src

Lines changed: 8 additions & 5 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: tables.src,v 2.43 1999-11-02 19:18:01 ijacobs Exp $ -->
3+
<!-- $Id: tables.src,v 2.44 1999-11-04 16:43:17 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -581,10 +581,13 @@ row-group; the
581581
user agents must shorten it until it fits.
582582
</ol>
583583

584-
<p><strong>Note.</strong>
585-
Table cells may be relatively and absolutely positioned, but
586-
this is not recommended: positioning and floating remove a box
587-
from the flow, affecting table alignment.
584+
<div class="note">
585+
<p><em><strong>Note.</strong> Table cells may be
586+
positioned, but this is not recommended: absolute and fixed
587+
positioning, as well as floating, remove a box from the flow, affecting
588+
table size.
589+
</em>
590+
</div>
588591

589592
<div class="html-example">
590593
<p>Here are two examples. The first is assumed to occur in an HTML

0 commit comments

Comments
 (0)