- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Jul 2010 10:19:41 +0000
- To: public-html-commits@w3.org
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">ⓘ</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">ⓘ</a>
+ </span>
</dt>
<xsl:text> </xsl:text>
<xsl:choose>
Received on Monday, 5 July 2010 10:19:43 UTC