html5/markup/tools generate-spec-source.xsl,1.305,1.306

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

Modified Files:
	generate-spec-source.xsl 
Log Message:
Correct allowed value of alt. Thanks John Foliot.


Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -d -r1.305 -r1.306
--- generate-spec-source.xsl	5 May 2011 18:12:10 -0000	1.305
+++ generate-spec-source.xsl	12 May 2011 07:23:50 -0000	1.306
@@ -3373,7 +3373,7 @@
         <a href="{@href}">polygon coordinates</a>
       </xsl:when>
       <xsl:when test=".='normal-character-data'">
-        <a href="{@href}">normal character data</a>
+        <a href="#syntax-attribute-value">any value</a>
       </xsl:when>
       <xsl:otherwise>
         <xsl:copy-of select="."/>

Received on Thursday, 12 May 2011 07:23:55 UTC