Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: xml-guide.xml
Date: Wed, 26 Apr 2006 10:26:56
Message-Id: 200604261026.k3QAQuAY011732@robin.gentoo.org
1 neysx 06/04/26 10:26:56
2
3 Modified: xml-guide.xml
4 Log:
5 Add al-IAN-gment to <ti>
6
7 Revision Changes Path
8 1.61 xml/htdocs/doc/en/xml-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.61&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.61&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml.diff?r1=1.60&r2=1.61&cvsroot=gentoo
13
14 Index: xml-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v
17 retrieving revision 1.60
18 retrieving revision 1.61
19 diff -u -r1.60 -r1.61
20 --- xml-guide.xml 10 Apr 2006 09:15:44 -0000 1.60
21 +++ xml-guide.xml 26 Apr 2006 10:26:55 -0000 1.61
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.60 2006/04/10 09:15:44 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.61 2006/04/26 10:26:55 neysx Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/xml-guide.xml">
29 @@ -32,8 +32,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>5</version>
34 -<date>2006-04-10</date>
35 +<version>6</version>
36 +<date>2006-04-26</date>
37
38 <chapter>
39 <title>Guide basics</title>
40 @@ -538,7 +538,13 @@
41 <p>
42 Besides, both table headers (<c>&lt;th&gt;</c>) and table items
43 (<c>&lt;ti&gt;</c>) accept the <c>colspan</c> and <c>rowspan</c> attributes to
44 -span their content across rows, columns or both as shown below:
45 +span their content across rows, columns or both.
46 +</p>
47 +
48 +<p>
49 +Furthermore, table items (<c>&lt;ti&gt;</c>) can be right-aligned or centered
50 +with the <c>align</c> attribute. Table headers (<c>&lt;th&gt;</c>) are
51 +automatically centered.
52 </p>
53
54 <table>
55 @@ -552,21 +558,21 @@
56 <ti>Item A3</ti>
57 </tr>
58 <tr>
59 - <ti>Item B1</ti>
60 + <ti align="center">Item B1</ti>
61 <th colspan="2" rowspan="2">Blocky 2x2 title</th>
62 </tr>
63 <tr>
64 - <ti>Item C1</ti>
65 + <ti align="right">Item C1</ti>
66 </tr>
67 <tr>
68 - <ti colspan="3">Item D1..D3</ti>
69 + <ti colspan="3" align="center">Item D1..D3</ti>
70 </tr>
71 <tr>
72 <ti rowspan="2">Item E1..F1</ti>
73 - <ti colspan="2">Item E2..E3</ti>
74 + <ti colspan="2" align="right">Item E2..E3</ti>
75 </tr>
76 <tr>
77 - <ti colspan="2">Item F2..F3</ti>
78 + <ti colspan="2" align="right">Item F2..F3</ti>
79 </tr>
80 </table>
81
82
83
84
85 --
86 gentoo-doc-cvs@g.o mailing list