- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2011 07:54:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv11592/tools
Modified Files:
preprocess.xsl
Log Message:
Pause a MediaController if all its slaves are paused, and make it so that the UA UI will unpause all the slaves when it unpauses a MediaController that is itself blocked because all its slaves are paused. (whatwg r6024)
[updated by splitter]
Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- preprocess.xsl 22 Apr 2011 02:42:10 -0000 1.6
+++ preprocess.xsl 22 Apr 2011 07:54:05 -0000 1.7
@@ -52,6 +52,7 @@
<a
href="http://dev.w3.org/html5/spec-author-view/">http://dev.w3.org/html5/spec-author-view/</a>
</xsl:template>
+ <!--
<xsl:template match="a[starts-with(normalize-space(.),'http://www.w3.org/TR/2010/WD-html5-201')]
[not(normalize-space(.)='http://www.w3.org/TR/2010/WD-html5-20100304/')]
">
@@ -60,6 +61,7 @@
</xsl:variable>
<a href="{$href}"><xsl:value-of select="$href"/></a>
</xsl:template>
+ -->
<xsl:template match="p[contains(normalize-space(.),'This specification is available in the following formats')]">
<p>
<xsl:text>This specification is available in the following formats: </xsl:text>
Received on Friday, 22 April 2011 07:54:09 UTC