File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
5555In 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
You can’t perform that action at this time.
0 commit comments