Skip to content

Commit 87a47f1

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

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

css2/text.src

Lines changed: 8 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: text.src,v 1.18 1997-10-21 01:07:25 ian Exp $ -->
3+
<!-- $Id: text.src,v 1.19 1997-10-30 08:51:11 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -53,14 +53,15 @@ human-language dependent.
5353
<div class="example"><P>
5454

5555
In this example, note that since <span
56-
class="propinst-text-align">'text-align'</span> inherits, all block-level elements inside the DIV element with 'class=center' will be
57-
centered. Note that alignments are relative to the width of the
58-
element, not the canvas. If 'justify' is not supported, the UA will
59-
supply a replacement. Typically, this will be 'left' for western
60-
languages.
56+
class="propinst-alignment">'alignment'</span> inherits, all
57+
block-level elements inside the DIV element with 'class=center' will
58+
be centered. Note that alignments are relative to the width of the
59+
element, not the <a href="media.html#canvas">canvas</a>. If 'justify'
60+
is not supported, the UA will supply a replacement. Typically, this
61+
will be 'left' for western languages.
6162

6263
<PRE>
63-
DIV.center { text-align: center }
64+
DIV.center { alignment: center }
6465
</PRE>
6566
</div>
6667

0 commit comments

Comments
 (0)