html5/spec-author-view/tools preprocess.xsl,1.89,1.90

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv22974/tools

Modified Files:
	preprocess.xsl 
Log Message:
Attempt to reorganise the rendering section to make it more usable for implementors (whatwg r6276)

[updated by splitter]


Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- preprocess.xsl	4 Jul 2011 04:32:08 -0000	1.89
+++ preprocess.xsl	4 Jul 2011 07:57:40 -0000	1.90
@@ -612,4 +612,5 @@
     </xsl:choose>
   </xsl:template>
   <xsl:template match="link[@href[starts-with(.,'data:text/css')]]"/>
+  <xsl:template match="ol[@class = 'toc']"/>
 </xsl:stylesheet>

Received on Monday, 4 July 2011 07:57:46 UTC