html5/spec-author-view/tools postprocess.xsl,1.15,1.16

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv2979/tools

Modified Files:
	postprocess.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: postprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/postprocess.xsl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- postprocess.xsl	22 Apr 2011 09:58:37 -0000	1.15
+++ postprocess.xsl	22 Apr 2011 10:55:49 -0000	1.16
@@ -54,6 +54,7 @@
       </xsl:otherwise>
     </xsl:choose>
   </xsl:template>
+  <xsl:template match="ol[not(child::li)]"/>
   <xsl:template match="dd[child::a = 'Table of Contents'][preceding::h2[@id = 'index-of-terms']]"/>
   <xsl:template name="get-filename">
     <xsl:param name="ref"/>

Received on Friday, 22 April 2011 10:55:52 UTC