html5/markup/tools generate-spec-source.xsl,1.256,1.257

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

Modified Files:
	generate-spec-source.xsl 
Log Message:
added per-attribute HTML5 spec links for <area> element


Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -d -r1.256 -r1.257
--- generate-spec-source.xsl	5 Jul 2010 09:53:01 -0000	1.256
+++ generate-spec-source.xsl	5 Jul 2010 10:19:39 -0000	1.257
@@ -2757,6 +2757,16 @@
           <xsl:copy-of select="//*[@id=$coords.pattern]//*[@class='model']"/>
         </span>
       </xsl:if>
+      <xsl:text> </xsl:text>
+      <span class="spec-link">
+        <a title="Read about this attribute in the HTML5 spec"
+          href="http://dev.w3.org/html5/spec-author-view/#attr-area-shape">&#9432;</a>
+      </span>
+      <xsl:text> </xsl:text>
+      <span class="spec-link">
+        <a title="Read about this attribute in the HTML5 spec"
+          href="http://dev.w3.org/html5/spec-author-view/#attr-area-coords">&#9432;</a>
+      </span>
     </dt>
     <xsl:text>&#10;            </xsl:text>
     <xsl:choose>

Received on Monday, 5 July 2010 10:19:43 UTC