- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Feb 2010 18:47:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv1584/tools
Modified Files:
generate-spec-source.xsl
Log Message:
checkpointing + added some DOM interfaces
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -d -r1.238 -r1.239
--- generate-spec-source.xsl 10 Feb 2010 13:14:00 -0000 1.238
+++ generate-spec-source.xsl 10 Feb 2010 18:47:41 -0000 1.239
@@ -2014,13 +2014,11 @@
<xsl:choose>
<xsl:when
test="@href='#area.attrs.shape'">
- <br/>
<xsl:copy-of
select="document($rnc-html)//*[@id='area.attrs.shape']/node()"/>
</xsl:when>
<xsl:otherwise>
- <xsl:copy-of
- select="."/>
+ <xsl:copy-of select="."/>
</xsl:otherwise>
</xsl:choose>
</xsl:for-each>
Received on Wednesday, 10 February 2010 18:47:45 UTC