- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2011 01:54:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools In directory hutz:/tmp/cvs-serv6605/tools Added Files: fix-index.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] --- NEW FILE: fix-index.xsl --- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:h="http://www.w3.org/1999/xhtml" exclude-result-prefixes="h" version='1.0'> <xsl:output method="html" indent="no" encoding="ascii" doctype-public="-//W3C//DTD HTML 4.01//EN" /> <xsl:template match="node() | @*"> <xsl:copy> <xsl:apply-templates select="@* | node()"/> </xsl:copy> </xsl:template> <xsl:template match="dd[child::a = 'Table of Contents']"/> </xsl:stylesheet>
Received on Friday, 22 April 2011 01:54:05 UTC