neysx 06/04/10 09:15:44
Modified: xml-guide.xml
Log:
#128998 Allow {row,col}span in <ti> like in <th>
Revision Changes Path
1.60 xml/htdocs/doc/en/xml-guide.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.60&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml?rev=1.60&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/xml-guide.xml.diff?r1=1.59&r2=1.60&cvsroot=gentoo
Index: xml-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- xml-guide.xml 10 Apr 2006 09:11:20 -0000 1.59
+++ xml-guide.xml 10 Apr 2006 09:15:44 -0000 1.60
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.59
2006/04/10 09:11:20 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.60
2006/04/10 09:15:44 neysx Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/xml-guide.xml">
@@ -32,8 +32,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>4</version>
-<date>2006-04-09</date>
+<version>5</version>
+<date>2006-04-10</date>
<chapter>
<title>Guide basics</title>
@@ -536,9 +536,9 @@
</p>
<p>
-Besides, the table header tag (<c><th></c>) accepts the <c>colspan</c>
-and <c>rowspan</c> attributes to span titles across rows, columns or both as
-shown below:
+Besides, both table headers (<c><th></c>) and table items
+(<c><ti></c>) accept the <c>colspan</c> and <c>rowspan</c> attributes to
+span their content across rows, columns or both as shown below:
</p>
<table>
--
[email protected] mailing list