- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Feb 2010 08:35:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools In directory hutz:/tmp/cvs-serv6013/tools Modified Files: generate-spec-source.xsl Log Message: checkpointing Index: generate-spec-source.xsl =================================================================== RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v retrieving revision 1.232 retrieving revision 1.233 diff -u -d -r1.232 -r1.233 --- generate-spec-source.xsl 5 Feb 2010 08:17:24 -0000 1.232 +++ generate-spec-source.xsl 5 Feb 2010 08:35:45 -0000 1.233 @@ -1308,6 +1308,11 @@ </xsl:choose> </xsl:variable> <xsl:text> </xsl:text> + <xsl:if test=" + $name='audio' or $name='video' or $name='object'"> + <p class="content-model-prologue"><a href="#transparent">Transparent</a>, + with the following specific structure:</p> + </xsl:if> <xsl:element name="{$wrapper}"> <xsl:attribute name="id"> <xsl:value-of select="concat($name,'-mdls')"/>
Received on Friday, 5 February 2010 08:35:48 UTC