- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 15 Jan 2012 02:44:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv4798/tools
Modified Files:
preprocess.xsl
Log Message:
Make <wbr> less magical. (whatwg r6898)
[updated by splitter]
Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- preprocess.xsl 6 Jul 2011 04:57:51 -0000 1.98
+++ preprocess.xsl 15 Jan 2012 02:44:35 -0000 1.99
@@ -217,7 +217,6 @@
<xsl:copy-of select="."/>
<xsl:text> </xsl:text>
</xsl:template>
- <xsl:template match="style[contains(.,'.domintro:before')]"/>
<xsl:template match="link[starts-with(@href,'http://www.w3.org/StyleSheets/TR/')][last()]">
<xsl:text> </xsl:text>
<link href="style.css" rel="stylesheet"/>
Received on Sunday, 15 January 2012 02:45:39 UTC