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

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv17419/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.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- preprocess.xsl	1 Jul 2011 05:05:00 -0000	1.68
+++ preprocess.xsl	1 Jul 2011 05:58:33 -0000	1.69
@@ -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']]]">
+  <xsl:template match="div[@class = 'impl'][child::p[child::a[@href = '#reflect']]]" priority="100">
     <xsl:for-each select="p[child::a[@href = '#reflect']]">
       <xsl:text>&#10;</xsl:text>
       <p>
@@ -510,15 +510,15 @@
     <xsl:variable name="title" select="@title"/>
     <xsl:choose>
       <xsl:when test="not(preceding::dl[@class = 'domintro']/dt/code[@title = $title])
+        and not($title = 'dom-dir')
+        and not($title = 'dom-hidden')
         and not(preceding::dfn[@id = translate($title, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz')])
         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'])
         and not($title = 'dom-DataTransferItemList-add' and preceding::code[@title = 'dom-DataTransferItemList-add'])
-        and not($title = 'dom-dir' and preceding::code[@title = 'dom-dir'])
         and not($title = 'dom-document-open' and preceding::code[@title = 'dom-document-open'])
         and not($title = 'dom-external' and preceding::code[@title = 'dom-external'])
-        and not($title = 'dom-hidden' and preceding::code[@title = 'dom-hidden'])
         and not($title = 'dom-history' and preceding::code[@title = 'dom-history'])
         and not($title = 'dom-id' and preceding::code[@title = 'dom-id'])
         and not($title = 'dom-title' and preceding::code[@title = 'dom-title'])

Received on Friday, 1 July 2011 05:58:37 UTC