Skip to content

Commit 6788212

Browse files
committed
[css2] Minor edits, text-alignment -> alignment
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40331
1 parent 02c3fd3 commit 6788212

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

css2/tables.src

Lines changed: 6 additions & 7 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 1.22 1997-10-29 16:46:02 bbos Exp $ -->
3+
<!-- $Id: tables.src,v 1.23 1997-10-30 08:43:18 ian Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66
<title>Tables</title>
@@ -253,8 +253,7 @@ table:</p>
253253
<var>border-width</var><sub><var>i</var></sub> refers to the border
254254
between cells <var>i</var> and <var>i</var> + 1.</p>
255255

256-
<p><img src="images/tbl-width.gif" alt="Schema showing the widths of
257-
cells and borders and the padding of cells"></p>
256+
<p><img src="images/tbl-width.gif" alt="Schema showing the widths of cells and borders and the padding of cells"></p>
258257

259258
<p>Note that for a table element, the width includes the border, and
260259
that a table doesn't have a padding. It does have a margin,
@@ -438,18 +437,18 @@ violating this rule.</p>
438437

439438
<p>A cell is similar to a block in the way its contents are rendered,
440439
that means, in particular, that <span
441-
class="propinst-text-align">'text-align'</span> applies to
440+
class="propinst-alignment">'alignment'</span> applies to
442441
it. However, tables also allow a way of aligning text that does not
443442
apply to other blocks, and that is aligning the contents of several
444443
cells so that they all align on, e.g., a decimal point (".")
445444

446-
<p>More precisely, if the value of 'text-align' for a certain cell is
445+
<p>More precisely, if the value of 'alignment' for a certain cell is
447446
a string, that cell has an <dfn>alignment point</dfn>, which is the
448-
start of that string. The aligment point must be straight above or
447+
start of that string. The alignment point must be straight above or
449448
below the alignment points of all other cells in the same column that
450449
have an alignment point. (Note that the other cells do not need to
451450
have the same value for <span
452-
class="propinst-text-align">'text-align'</span>; as long as they are
451+
class="propinst-alignment">'alignment'</span>; as long as they are
453452
aligned on a string, they have an alignment point.)
454453

455454
<p>Aligning text in this way is only useful if the text is short

0 commit comments

Comments
 (0)