- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Feb 2012 06:34:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv11885/tools Modified Files: generate-spec-source.xsl specgen.xsl Log Message: Brought up to date with latest schema and spec. Index: generate-spec-source.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v retrieving revision 1.311 retrieving revision 1.312 diff -u -d -r1.311 -r1.312 --- generate-spec-source.xsl 24 Aug 2011 07:56:17 -0000 1.311 +++ generate-spec-source.xsl 13 Feb 2012 06:34:49 -0000 1.312 @@ -3106,17 +3106,30 @@ <xsl:param name="name"/> <xsl:choose> <xsl:when test="$name = 'input'">#the-input-element</xsl:when> - <xsl:when test="$name = 'input.text'">#text-state-and-search-state</xsl:when> - <xsl:when test="$name = 'input.search'">#text-state-and-search-state</xsl:when> - <xsl:when test="$name = 'input.radio'">#radio-button-state</xsl:when> - <xsl:when test="$name = 'input.submit'">#submit-button-state</xsl:when> - <xsl:when test="$name = 'input.reset'">#reset-button-state</xsl:when> - <xsl:when test="$name = 'input.tel'">#telephone-state</xsl:when> - <xsl:when test="$name = 'input.datetime'">#date-and-time-state</xsl:when> - <xsl:when test="$name = 'input.datetime-local'">#local-date-and-time-state</xsl:when> - <xsl:when test="$name = 'input.file'">#file-upload-state</xsl:when> - <xsl:when test="$name = 'input.image'">#image-button-state</xsl:when> - <xsl:when test="$name = 'input.email'">#e-mail-state</xsl:when> + <xsl:when test="$name = 'input.password'">#password-state-type-password</xsl:when> + <xsl:when test="$name = 'input.checkbox'">#checkbox-state-type-checkbox</xsl:when> + <xsl:when test="$name = 'input.hidden'">#hidden-state-type-hidden</xsl:when> + <xsl:when test="$name = 'input.button'">#button-state-type-button</xsl:when> + <xsl:when test="$name = 'input.date'">#date-state-type-date</xsl:when> + <xsl:when test="$name = 'input.month'">#month-state-type-month</xsl:when> + <xsl:when test="$name = 'input.time'">#time-state-type-time</xsl:when> + <xsl:when test="$name = 'input.week'">#week-state-type-week</xsl:when> + <xsl:when test="$name = 'input.number'">#number-state-type-number</xsl:when> + <xsl:when test="$name = 'input.range'">#range-state-type-range</xsl:when> + <xsl:when test="$name = 'input.url'">#url-state-type-url</xsl:when> + <xsl:when test="$name = 'input.color'">#color-state-type-color</xsl:when> + <xsl:when test="$name = 'input.text'">#text-type-text-state-and-search-state-type-search</xsl:when> + <xsl:when test="$name = 'input.text'">#text-type-text-state-and-search-state-type-search</xsl:when> + <xsl:when test="$name = 'input.search'">#text-type-text-state-and-search-state-type-search</xsl:when> + <xsl:when test="$name = 'input.radio'">#radio-button-state-type-radio</xsl:when> + <xsl:when test="$name = 'input.submit'">#submit-button-state-type-submit</xsl:when> + <xsl:when test="$name = 'input.reset'">#reset-button-state-type-reset</xsl:when> + <xsl:when test="$name = 'input.tel'">#telephone-state-type-tel</xsl:when> + <xsl:when test="$name = 'input.datetime'">#date-and-time-state-type-datetime</xsl:when> + <xsl:when test="$name = 'input.datetime-local'">#local-date-and-time-state-type-datetime-local</xsl:when> + <xsl:when test="$name = 'input.file'">#file-upload-state-type-file</xsl:when> + <xsl:when test="$name = 'input.image'">#image-button-state-type-image</xsl:when> + <xsl:when test="$name = 'input.email'">#e-mail-state-type-email</xsl:when> <xsl:when test="starts-with($name,'input.')"> <xsl:value-of select="concat('#',substring-after($name,'input.'),'-state')"/> </xsl:when> Index: specgen.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/specgen.xsl,v retrieving revision 1.100 retrieving revision 1.101 diff -u -d -r1.100 -r1.101 --- specgen.xsl 24 Aug 2011 07:56:17 -0000 1.100 +++ specgen.xsl 13 Feb 2012 06:34:49 -0000 1.101 @@ -463,42 +463,42 @@ <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.eu/"><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> </xsl:when> <xsl:otherwise> - <xsl:if test="$person-nodeset"> - <div class="main-license"> - <p class="copyright"> - Copyright © <xsl:value-of select="date:year()"/> - <xsl:text> </xsl:text> - <xsl:for-each select='$person-nodeset'> - <xsl:choose> - <xsl:when test="h:span[contains(@class, 'affiliation') = 'W3C']"/> - <xsl:otherwise> - <span> - <xsl:value-of select='h:span[@class = "name"]'/> - </span> - <xsl:if test="not(position() = last())"> - <xsl:text>, </xsl:text> - </xsl:if> - </xsl:otherwise> - </xsl:choose> - </xsl:for-each> - </p> - <xsl:if test="$maturity = 'ED'"> - <p class="copyright"> - Permission is hereby granted, free of charge, to any - person obtaining a copy of this document (the “Document”), to deal - in the Document without restriction, including without limitation - the rights to use, copy, modify, merge, publish, distribute, - sublicense, and/or sell copies of the Document, and to permit - persons to whom the Document is furnished to do so, subject to the - following conditions: - </p> - <p class="copyright"> - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Document. - </p> - </xsl:if> - </div> - </xsl:if> + <!-- * <xsl:if test="$person-nodeset"> --> + <!-- * <div class="main-license"> --> + <!-- * <p class="copyright"> --> + <!-- * Copyright © <xsl:value-of select="date:year()"/> --> + <!-- * <xsl:text> </xsl:text> --> + <!-- * <xsl:for-each select='$person-nodeset'> --> + <!-- * <xsl:choose> --> + <!-- * <xsl:when test="h:span[contains(@class, 'affiliation') = 'W3C']"/> --> + <!-- * <xsl:otherwise> --> + <!-- * <span> --> + <!-- * <xsl:value-of select='h:span[@class = "name"]'/> --> + <!-- * </span> --> + <!-- * <xsl:if test="not(position() = last())"> --> + <!-- * <xsl:text>, </xsl:text> --> + <!-- * </xsl:if> --> + <!-- * </xsl:otherwise> --> + <!-- * </xsl:choose> --> + <!-- * </xsl:for-each> --> + <!-- * </p> --> + <!-- * <xsl:if test="$maturity = 'ED'"> --> + <!-- * <p class="copyright"> --> + <!-- * Permission is hereby granted, free of charge, to any --> + <!-- * person obtaining a copy of this document (the “Document”), to deal --> + <!-- * in the Document without restriction, including without limitation --> + <!-- * the rights to use, copy, modify, merge, publish, distribute, --> + <!-- * sublicense, and/or sell copies of the Document, and to permit --> + <!-- * persons to whom the Document is furnished to do so, subject to the --> + <!-- * following conditions: --> + <!-- * </p> --> + <!-- * <p class="copyright"> --> + <!-- * The above copyright notice and this permission notice shall be --> + <!-- * included in all copies or substantial portions of the Document. --> + <!-- * </p> --> + <!-- * </xsl:if> --> + <!-- * </div> --> + <!-- * </xsl:if> --> </xsl:otherwise> </xsl:choose> </div>
Received on Monday, 13 February 2012 06:34:53 UTC