- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2011 12:14:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv31542/tools
Modified Files:
preprocess.xsl
Log Message:
Looks like whitespace stripping needs to happen to non-keywords too. (whatwg r6123)
[updated by splitter]
Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- preprocess.xsl 9 May 2011 06:46:00 -0000 1.31
+++ preprocess.xsl 9 May 2011 12:14:47 -0000 1.32
@@ -200,7 +200,6 @@
<xsl:text> </xsl:text>
<meta name="viewport" content="width=device-width;"/>
<xsl:text> </xsl:text>
- <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'/>
</xsl:template>
<xsl:template match="a[normalize-space(.)='http://www.w3.org/TR/html5/']">
<a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a>
Received on Monday, 9 May 2011 12:14:52 UTC