html5/spec-author-view/tools preprocess.xsl,1.64,1.65

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

Modified Files:
	preprocess.xsl 
Log Message:
Revamp how audioTracks and videoTracks work on HTMLMediaElement and MediaStream. (whatwg r6275)

[updated by splitter]


Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- preprocess.xsl	1 Jul 2011 02:50:23 -0000	1.64
+++ preprocess.xsl	1 Jul 2011 03:42:36 -0000	1.65
@@ -491,10 +491,11 @@
       <xsl:value-of select="."/>
     </span>
   </xsl:template>
-  <xsl:template match="dl[@class = 'domintro']/dt/code[@title[starts-with(.,'dom-')]]">
+  <xsl:template match="dl[@class = 'domintro']/dt/*[@title[starts-with(.,'dom-')]]">
     <xsl:variable name="title" select="@title"/>
     <xsl:choose>
       <xsl:when test="not(preceding::dl[@class = 'domintro']/dt/code[@title = $title])
+        and not(preceding::dfn[@id = $title])
         and not($title = 'dom-applicationCache' and preceding::code[@title = 'dom-applicationCache'])
         and not($title = 'dom-BarProp-visible' and preceding::code[@title = 'dom-BarProp-visible'])
         and not($title = 'dom-cva-validity' and preceding::code[@title = 'dom-cva-validity'])

Received on Friday, 1 July 2011 03:42:41 UTC