- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 May 2011 04:29:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv25204/tools
Modified Files:
preprocess.xsl
Log Message:
Fix event handler attribute interaction with ES (whatwg r6099)
[updated by splitter]
Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- preprocess.xsl 6 May 2011 04:09:06 -0000 1.16
+++ preprocess.xsl 6 May 2011 04:29:44 -0000 1.17
@@ -119,7 +119,7 @@
<xsl:template match="th[@class='impl']">
<th class="removed"> </th>
</xsl:template>
- <xsl:template match="h:dfn">
+ <xsl:template match="dfn">
<dfn>
<xsl:copy-of select="@*"/>
<xsl:attribute name="role">button</xsl:attribute>
Received on Friday, 6 May 2011 04:29:47 UTC