html5/spec-author-view/tools preprocess.xsl,1.69,1.70

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv21279/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.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- preprocess.xsl	1 Jul 2011 05:58:33 -0000	1.69
+++ preprocess.xsl	1 Jul 2011 06:39:29 -0000	1.70
@@ -435,7 +435,7 @@
       <a href="#the-menu-element">menu</a>
       elements.</p>
   </xsl:template>
-  <xsl:template match="div[@class = 'impl'][child::p[child::a[@href = '#reflect']]]" priority="100">
+  <xsl:template match="div[@class = 'impl']">
     <xsl:for-each select="p[child::a[@href = '#reflect']]">
       <xsl:text>&#10;</xsl:text>
       <p>
@@ -443,26 +443,6 @@
       </p>
       <xsl:text>&#10;</xsl:text>
     </xsl:for-each>
-  </xsl:template>
-  <xsl:template match="div[@class = 'impl'][child::p[child::dfn[@id = 'dom-area-href']]]">
-    <xsl:for-each select="p[child::dfn[@id = 'dom-area-href']]">
-      <xsl:text>&#10;</xsl:text>
-      <p>
-        <xsl:apply-templates/>
-      </p>
-      <xsl:text>&#10;</xsl:text>
-    </xsl:for-each>
-  </xsl:template>
-  <xsl:template match="div[@class = 'impl'][child::p[child::dfn[@id = 'dom-a-href']]]">
-    <xsl:for-each select="p[child::dfn[@id = 'dom-a-href']]">
-      <xsl:text>&#10;</xsl:text>
-      <p>
-        <xsl:apply-templates/>
-      </p>
-      <xsl:text>&#10;</xsl:text>
-    </xsl:for-each>
-  </xsl:template>
-  <xsl:template match="div[@class = 'impl'][child::p[child::dfn[@id = 'dom-a-protocol']]]">
     <xsl:for-each select="p[child::dfn[@id = 'dom-a-protocol']]">
       <xsl:text>&#10;</xsl:text>
       <p>
@@ -470,8 +450,6 @@
       </p>
       <xsl:text>&#10;</xsl:text>
     </xsl:for-each>
-  </xsl:template>
-  <xsl:template match="div[@class = 'impl'][child::p[child::dfn[@id = 'dom-area-protocol']]]">
     <xsl:for-each select="p[child::dfn[@id = 'dom-area-protocol']]">
       <xsl:text>&#10;</xsl:text>
       <p>

Received on Friday, 1 July 2011 06:39:32 UTC