- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Jan 2010 17:38:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv22577/tools Modified Files: specgen.xsl Log Message: updated Status section Index: specgen.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/specgen.xsl,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- specgen.xsl 3 Sep 2009 02:39:07 -0000 1.41 +++ specgen.xsl 28 Jan 2010 17:38:37 -0000 1.42 @@ -106,7 +106,7 @@ <xsl:template name='top'> <div class='head'> <!-- * CHANGE_ME_BACK --> - <!-- * <div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C"></img></a></div> --> + <div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C"></img></a></div> <!-- * CHANGE_ME_BACK --> <h1><xsl:value-of select='/*/h:head/h:title'/></h1> <xsl:if test='//*[@id="subtitle"]'> @@ -114,7 +114,7 @@ </xsl:if> <h2> <!-- * CHANGE_ME_BACK --> - <!-- * W3C --> + W3C <!-- * CHANGE_ME_BACK --> <xsl:choose> <xsl:when test=' @@ -205,7 +205,7 @@ </xsl:choose> </p> <!-- * CHANGE_ME_BACK --> - <!-- * <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © <xsl:value-of select="date:year()"/><xsl:text> </xsl:text><a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.org/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p> --> + <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © <xsl:value-of select="date:year()"/><xsl:text> </xsl:text><a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.org/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p> <!-- * CHANGE_ME_BACK --> </div> <hr/> @@ -289,38 +289,38 @@ <xsl:variable name='comments-archive' select='$groupinfo-nodeset/*[@id = "comments-archive"]'/> <xsl:variable name='group-url' select='$groupinfo-nodeset/*[@id = "group-url"]'/> <xsl:variable name='group-name' select='$groupinfo-nodeset/*[@id = "group-name"]'/> - <!-- * <xsl:variable name="activity"> --> - <!-- * <a href="{$groupinfo-nodeset/*[@id = 'activity']}"> --> - <!-- * <xsl:choose> --> - <!-- * <xsl:when test="$groupinfo-nodeset/*[@id = 'activity'] = 'http://www.w3.org/MarkUp/Activity.html'" --> - <!-- * >HTML Activity</xsl:when> --> - <!-- * <xsl:otherwise>[undefined activity]</xsl:otherwise> --> - <!-- * </xsl:choose> --> - <!-- * </a> --> - <!-- * </xsl:variable> --> - <!-- * <xsl:variable name="domain"> --> - <!-- * <a href="{$groupinfo-nodeset/*[@id = 'domain']}"> --> - <!-- * <xsl:choose> --> - <!-- * <xsl:when test="$groupinfo-nodeset/*[@id = 'domain'] = 'http://www.w3.org/Interaction/'" --> - <!-- * >Interaction Domain</xsl:when> --> - <!-- * <xsl:otherwise>[undefined domain]</xsl:otherwise> --> - <!-- * </xsl:choose> --> - <!-- * </a> --> - <!-- * </xsl:variable> --> + <xsl:variable name="activity"> + <a href="{$groupinfo-nodeset/*[@id = 'activity']}"> + <xsl:choose> + <xsl:when test="$groupinfo-nodeset/*[@id = 'activity'] = 'http://www.w3.org/MarkUp/Activity.html'" + >HTML Activity</xsl:when> + <xsl:otherwise>[undefined activity]</xsl:otherwise> + </xsl:choose> + </a> + </xsl:variable> + <xsl:variable name="domain"> + <a href="{$groupinfo-nodeset/*[@id = 'domain']}"> + <xsl:choose> + <xsl:when test="$groupinfo-nodeset/*[@id = 'domain'] = 'http://www.w3.org/Interaction/'" + >Interaction Domain</xsl:when> + <xsl:otherwise>[undefined domain]</xsl:otherwise> + </xsl:choose> + </a> + </xsl:variable> <xsl:variable name="source"> <a href="{$source}">online</a> </xsl:variable> <xsl:text> </xsl:text> <!-- * CHANGE_ME_BACK --> - <!-- * <p> --> - <!-- * <em> --> - <!-- * This section describes the status of this document at the time of --> - <!-- * its publication. Other documents may supersede this document. A list --> - <!-- * of current W3C publications and the latest revision of this technical --> - <!-- * report can be found in the <a href="http://www.w3.org/TR/">W3C technical --> - <!-- * reports index</a> at http://www.w3.org/TR/. --> - <!-- * </em> --> - <!-- * </p> --> + <p> + <em> + This section describes the status of this document at the time of + its publication. Other documents may supersede this document. A list + of current W3C publications and the latest revision of this technical + report can be found in the <a href="http://www.w3.org/TR/">W3C technical + reports index</a> at http://www.w3.org/TR/. + </em> + </p> <!-- * CHANGE_ME_BACK --> <xsl:text> </xsl:text> <p> @@ -330,28 +330,30 @@ <cite><xsl:value-of select='/*/h:head/h:title'/></cite>. </xsl:if> <!-- * CHANGE_ME_BACK --> - <!-- * Please send comments about this document to --> - <!-- * <a href='mailto:{$comments-address}'><xsl:value-of select='$comments-address'/></a> --> - <!-- * (<a href='{$comments-archive}'>archived</a>). --> + To comment on this document, either submit your comments through the + <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG">HTML Working Group bugzilla database</a> + or by sending an e-mail message to + <a href='mailto:{$comments-address}'><xsl:value-of select='$comments-address'/></a> + (<a href='{$comments-archive}'>archived</a>). <!-- * CHANGE_ME_BACK --> </p> <xsl:text> </xsl:text> <!-- * CHANGE_ME_BACK --> - <!-- * <p> --> - <!-- * This document --> - <!-- * <xsl:choose> --> - <!-- * <xsl:when test="$maturity='ED'"> --> - <!-- * <xsl:text> is associated with </xsl:text> --> - <!-- * </xsl:when> --> - <!-- * <xsl:otherwise> --> - <!-- * <xsl:text> was produced by </xsl:text> --> - <!-- * </xsl:otherwise> --> - <!-- * </xsl:choose> --> - <!-- * the <a href="{$group-url}" --> - <!-- * ><xsl:copy-of select="normalize-space($group-name)"/></a>. --> - <!-- * part of the <xsl:copy-of select="$activity"/> --> - <!-- * in the W3C <xsl:copy-of select="$domain"/>. --> - <!-- * </p> --> + <p> + This document + <xsl:choose> + <xsl:when test="$maturity='ED'"> + <xsl:text> is associated with </xsl:text> + </xsl:when> + <xsl:otherwise> + <xsl:text> was produced by </xsl:text> + </xsl:otherwise> + </xsl:choose> + the <a href="{$group-url}" + ><xsl:copy-of select="normalize-space($group-name)"/></a>. + part of the <xsl:copy-of select="$activity"/> + in the W3C <xsl:copy-of select="$domain"/>. + </p> <!-- * CHANGE_ME_BACK --> <xsl:text> </xsl:text> <xsl:copy-of select="document('../src/status.html')"/>
Received on Thursday, 28 January 2010 17:38:40 UTC