From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FSsUI-0000LQ-PM for garchives@archives.gentoo.org; Mon, 10 Apr 2006 09:15:11 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k3A9FjZb000723; Mon, 10 Apr 2006 09:15:45 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.6/8.13.5) with ESMTP id k3A9Fj7L025121 for ; Mon, 10 Apr 2006 09:15:45 GMT Message-Id: <200604100915.k3A9Fj7L025121@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark) by smtp.gentoo.org with smtp (Exim 4.54) id 1FSsUq-0005IT-Vd for gentoo-doc-cvs@lists.gentoo.org; Mon, 10 Apr 2006 09:15:45 +0000 Received: by lark (sSMTP sendmail emulation); Mon, 10 Apr 2006 09:15:44 +0000 From: "Xavier Neys" Date: Mon, 10 Apr 2006 09:15:44 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: xml-guide.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: c303654f-66dc-4cf3-8568-ee4c1f54d4cd X-Archives-Hash: 2adc99a2e9ad9d0682ef0b72da6b3eca neysx 06/04/10 09:15:44 Modified: xml-guide.xml Log: #128998 Allow {row,col}span in like in 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 @@ - + @@ -32,8 +32,8 @@ -4 -2006-04-09 +5 +2006-04-10 Guide basics @@ -536,9 +536,9 @@

-Besides, the table header tag (<th>) accepts the colspan -and rowspan attributes to span titles across rows, columns or both as -shown below: +Besides, both table headers (<th>) and table items +(<ti>) accept the colspan and rowspan attributes to +span their content across rows, columns or both as shown below:

-- gentoo-doc-cvs@gentoo.org mailing list