- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Feb 2010 13:14:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv30726/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.237
retrieving revision 1.238
diff -u -d -r1.237 -r1.238
--- generate-spec-source.xsl 10 Feb 2010 12:49:09 -0000 1.237
+++ generate-spec-source.xsl 10 Feb 2010 13:14:00 -0000 1.238
@@ -1734,7 +1734,7 @@
</xsl:when>
<xsl:otherwise>
<p class="dom-interface">Uses
- <a href="{$spec-url}#HTMLElement" title="HTMLElement">HTMLElement</a>.
+ <a href="{$spec-url}#htmlelement" title="HTMLElement">HTMLElement</a>.
</p>
</xsl:otherwise>
</xsl:choose>
Received on Wednesday, 10 February 2010 13:14:04 UTC