Skip to content

Commit 8b49c22

Browse files
committed
[css2] Minor typo fix. Added value list to text-align, added <string> value for table columns
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40844
1 parent d060672 commit 8b49c22

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

css2/text.src

Lines changed: 17 additions & 2 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: text.src,v 2.0 1998-02-02 18:49:02 bbos Exp $ -->
3+
<!-- $Id: text.src,v 2.1 1998-02-10 00:55:31 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -60,11 +60,26 @@ class="propinst-text-align">'text-align'</span> property</H2>
6060

6161
<P> This property describes how a paragraph of text is aligned. More
6262
precisely, it specifies how boxes in each <a
63-
href="visuren.html#line-box">line box</a> of a block align width
63+
href="visuren.html#line-box">line box</a> of a block align with
6464
respect to the line box. (Note that alignment is not with respect to
6565
the <a href="visuren.html#viewport">viewport</a> but the current <a
6666
href="visuren.html#containing-block">containing block</a>.)
6767

68+
<P>Values have the following meanings:</P>
69+
70+
<dl>
71+
<dt><strong>left</strong>, <dt><strong>right</strong>,
72+
<strong>center</strong>, and <strong>justify</strong>
73+
<dd>Left, right, center, and double justify text, respectively.
74+
<dt><span class="index-inst" title="&lt;string&gt;"><span
75+
class="value-inst-string"><strong>&lt;string&gt;</strong></span></span>
76+
<dd>Specifies a string on which cells in a table column will
77+
align (see the section on <a href="tables.html#column-alignment">
78+
horizontal alignment in a column</a> for details and an example).
79+
This value <em>only</em> applies to <a href="tables.html">table</a>
80+
columns.
81+
</dl>
82+
6883
<div class="example"><P>
6984
In this example, note that since <span
7085
class="propinst-text-align">'text-align'</span> inherits, all

0 commit comments

Comments
 (0)