- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
 - Date: Wed, 06 Jul 2011 04:57:53 +0000
 - To: public-html-commits@w3.org
 
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv19717/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.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- preprocess.xsl	6 Jul 2011 03:55:15 -0000	1.97
+++ preprocess.xsl	6 Jul 2011 04:57:51 -0000	1.98
@@ -474,7 +474,7 @@
           <xsl:for-each select="p[child::dfn[@id = 'space-character']]
             | p[@class = 'note']
             | p[child::dfn[@id = 'white_space']]
-            | p[child::dfn[@id = 'alphanumeric-ascii-characters']]">
+            ">
             <xsl:copy-of select="."/>
           </xsl:for-each>
         </div>
Received on Wednesday, 6 July 2011 04:57:54 UTC