Skip to content

Commit 6eb7b69

Browse files
committed
[css2] Added that text-align:<string>, when applied to other elts than cells,
will act like 'left' or 'right'. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401708
1 parent 9611262 commit 6eb7b69

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

css2/text.src

Lines changed: 5 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.20 1998-05-06 02:27:41 ijacobs Exp $ -->
3+
<!-- $Id: text.src,v 2.21 1998-05-12 12:49:02 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -66,7 +66,10 @@ class="value-inst-string"><strong>&lt;string&gt;</strong></span></span>
6666
align (see the section on <a href="tables.html#column-alignment">
6767
horizontal alignment in a column</a> for details and an example).
6868
This value applies <em>only</em> to <a href="tables.html">table</a>
69-
cells.
69+
cells. If set on other elements, it will be treated as 'left' or
70+
'right', depending on whether <span
71+
class="propinst-direction">'direction'</span> is 'ltr', or 'rtl',
72+
respectively.
7073
</dl>
7174

7275
<P>A block of text is a stack of <a href="visuren.html#line-box">line

0 commit comments

Comments
 (0)