Skip to content

Commit d46b7ea

Browse files
committed
[css2] Actions from 2 Mar ftf.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402071
1 parent ca11925 commit d46b7ea

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

css2/tables.src

Lines changed: 11 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.60 2003-01-22 14:37:38 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 2.61 2003-03-03 04:57:55 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -9,10 +9,16 @@
99
<h1>Tables</h1>
1010
<h2>Introduction to tables</h2>
1111

12-
<p><span class="index-def" title="tables">Tables</span> represent
13-
relationships between data. Authors specify these relationships in the
14-
<a href="conform.html#doclanguage">document language</a> and specify
15-
their <em>presentation</em> in CSS, in two ways: visually and aurally.
12+
<p><span class="index-def" title="tables">Table</span> layout can be
13+
used to represent tabular relationships between data. Authors specify
14+
these relationships in the <a href="conform.html#doclanguage">document
15+
language</a> and can specify their <em>presentation</em> using
16+
CSS&nbsp;2.1.
17+
18+
<p>In a visual medium, CSS tables can also be used to achieve specific
19+
layouts. In this case, authors should not use table-related elements
20+
in the document language, but should apply the CSS to the relevant
21+
structural elements to achieve the desired layout.
1622

1723
<P>Authors may specify the visual formatting of a table as a
1824
rectangular grid of cells. Rows and columns of cells may be organized

0 commit comments

Comments
 (0)