- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 30 Jul 2010 10:34:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv6382/tools Modified Files: generate-spec-source.xsl Log Message: streamline the structure of the permitted-attributes sections, and put all attribute descriptions at point of use Index: generate-spec-source.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v retrieving revision 1.278 retrieving revision 1.279 diff -u -d -r1.278 -r1.279 --- generate-spec-source.xsl 29 Jul 2010 09:39:26 -0000 1.278 +++ generate-spec-source.xsl 30 Jul 2010 10:34:16 -0000 1.279 @@ -358,120 +358,120 @@ </xsl:for-each> </section> <xsl:text> </xsl:text> - <section id="forms-attributes"> - <xsl:text> </xsl:text> - <h2>Forms attributes</h2> - <xsl:text> </xsl:text> - <p>This section describes attributes that are common to - a number of forms elements.</p> - <xsl:text> </xsl:text> - <dl class="attr-defs"> [...1044 lines suppressed...] + </xsl:choose> </xsl:for-each> </xsl:template> @@ -3582,6 +3480,15 @@ <xsl:when test=".='color'"> <a href="{@href}">simple color</a> </xsl:when> + <xsl:when test=".='rectangle'"> + <a href="{@href}">rectangle coordinates</a> + </xsl:when> + <xsl:when test=".='circle'"> + <a href="{@href}">circle coordinates</a> + </xsl:when> + <xsl:when test=".='polygon'"> + <a href="{@href}">polygon coordinates</a> + </xsl:when> <xsl:when test=".='normal-character-data'"> <a href="{@href}">normal character data</a> </xsl:when>
Received on Friday, 30 July 2010 10:34:21 UTC