- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 23 Apr 2011 01:54:20 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools In directory hutz:/tmp/cvs-serv3874/tools Modified Files: postprocess.xsl Log Message: Fix a few places where a media element could get out of sync with its controller, and re-enable media fragments for loading resources with a controller. (whatwg r6025) [updated by splitter] Index: postprocess.xsl =================================================================== RCS file: /sources/public/html5/spec-author-view/tools/postprocess.xsl,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- postprocess.xsl 22 Apr 2011 11:52:05 -0000 1.17 +++ postprocess.xsl 23 Apr 2011 01:54:18 -0000 1.18 @@ -55,8 +55,8 @@ </xsl:choose> </xsl:template> <xsl:template match="ol[not(child::li)]"/> - <xsl:template match="tr[. = '']"/> <xsl:template match="dd[child::a = 'Table of Contents'][preceding::h2[@id = 'index-of-terms']]"/> + <xsl:template match="p[child::i = 'This section is non-normative.']"/> <xsl:template name="get-filename"> <xsl:param name="ref"/> <xsl:for-each select="document('../fragment-links.xhtml')">
Received on Saturday, 23 April 2011 01:54:22 UTC