html5/markup/tools generate-spec-source.xsl,1.245,1.246

Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv7093/tools

Modified Files:
	generate-spec-source.xsl 
Log Message:
mark article and footer elements as new (thx=OlafHoffmann)


Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -d -r1.245 -r1.246
--- generate-spec-source.xsl	2 Mar 2010 05:12:41 -0000	1.245
+++ generate-spec-source.xsl	2 Mar 2010 07:29:51 -0000	1.246
@@ -966,6 +966,8 @@
             <xsl:text>&#10;      </xsl:text>
             <h2 class="element-head">
               <span class="element">command</span>
+              <xsl:text> </xsl:text>
+              <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
             </h2>
             <xsl:text>&#10;      </xsl:text>
             <div>

Received on Tuesday, 2 March 2010 07:29:55 UTC