html5/markup/tools specgen.xsl,1.57,1.58

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

Modified Files:
	specgen.xsl 
Log Message:
suggestions from Oli Studholme: note that the HTML5 a element can contain flow content, note that ID values now have fewer restrictions


Index: specgen.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/specgen.xsl,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- specgen.xsl	18 Feb 2010 18:41:33 -0000	1.57
+++ specgen.xsl	22 Feb 2010 12:12:22 -0000	1.58
@@ -1053,7 +1053,7 @@
       <xsl:text> </xsl:text>
       <span class="postfix or">or</span>
       <xsl:text> </xsl:text>
-      <a href="{$terminology.html}#phrasing-content">flow content</a>
+      <a href="{$terminology.html}#flow-content">flow content</a>
       <xsl:text>)</xsl:text>
     </span>
     </p>

Received on Monday, 22 February 2010 12:12:29 UTC