- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 Jul 2011 04:39:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools In directory hutz:/tmp/cvs-serv10222/tools Modified Files: preprocess.xsl Log Message: Revamp how audioTracks and videoTracks work on HTMLMediaElement and MediaStream. (whatwg r6275) [updated by splitter] Index: preprocess.xsl =================================================================== RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- preprocess.xsl 1 Jul 2011 04:09:47 -0000 1.66 +++ preprocess.xsl 1 Jul 2011 04:39:05 -0000 1.67 @@ -444,7 +444,6 @@ <xsl:text> </xsl:text> </xsl:for-each> </xsl:template> - <xsl:template match="div[@class = 'impl']/p[child::a[@href = '#reflect']]"/> <xsl:template match="div[@class = 'impl'][child::p[child::dfn[@id = 'dom-a-protocol']]]"> <xsl:for-each select="p[child::dfn[@id = 'dom-a-protocol']]"> <xsl:text> </xsl:text> @@ -454,7 +453,6 @@ <xsl:text> </xsl:text> </xsl:for-each> </xsl:template> - <xsl:template match="div[@class = 'impl']/p[child::dfn[@id = 'dom-a-protocol']]"/> <xsl:template match="div[@class = 'impl'][child::p[child::dfn[@id = 'dom-area-protocol']]]"> <xsl:for-each select="p[child::dfn[@id = 'dom-area-protocol']]"> <xsl:text> </xsl:text> @@ -464,7 +462,6 @@ <xsl:text> </xsl:text> </xsl:for-each> </xsl:template> - <xsl:template match="div[@class = 'impl']/p[child::dfn[@id = 'dom-area-protocol']]"/> <xsl:template match="pre[@class = 'idl']//a[@href[starts-with(.,'#handler-')]]"> <a> <xsl:copy-of select="@*"/>
Received on Friday, 1 July 2011 04:39:08 UTC