- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Mar 2010 05:29:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv16636/tools Modified Files: specgen.xsl Log Message: attempt to work around some cluelessness in the pubrules checker Index: specgen.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/specgen.xsl,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- specgen.xsl 2 Mar 2010 05:12:41 -0000 1.60 +++ specgen.xsl 2 Mar 2010 05:29:30 -0000 1.61 @@ -559,7 +559,8 @@ <span class="obsolete">(obsolete)</span> </xsl:if> <xsl:text> </xsl:text> - <xsl:if test='not(../@id = "abstract")'> + <xsl:if test='not(../@id = "abstract") + and not(../@id="status")'> <a class="hash" href="#{$myid}">#</a> </xsl:if> <xsl:if test='not(../@id = "abstract")
Received on Tuesday, 2 March 2010 05:29:34 UTC