html5/spec-author-view/tools preprocess.xsl,1.74,1.75

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv8047/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.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- preprocess.xsl	1 Jul 2011 09:14:48 -0000	1.74
+++ preprocess.xsl	1 Jul 2011 09:47:20 -0000	1.75
@@ -461,9 +461,41 @@
   <xsl:template match="div[@class = 'impl']">
     <xsl:for-each select="p[child::a[@href = '#reflect']]
       | p[child::dfn[@id = 'dom-a-protocol']]
+      | p[child::dfn[@id = 'dom-applicationcache']]
+      | p[child::dfn[@id = 'dom-area-protocol']]
       | p[child::dfn[@id = 'dom-area-protocol']]
+      | p[child::dfn[@id = 'dom-audio-s']]
+      | p[child::dfn[@id = 'dom-base-href']]
       | p[child::dfn[@id = 'dom-cva-validity']]
+      | p[child::dfn[@id = 'dom-document-nameditem']]
+      | p[child::dfn[@id = 'dom-dragevent-initdragevent']]
+      | p[child::dfn[@id = 'dom-external']]
+      | p[child::dfn[@id = 'dom-fieldset-elements']]
+      | p[child::dfn[@id = 'dom-history']]
+      | p[child::dfn[@id = 'dom-htmlallcollection-nameditem']]
+      | p[child::dfn[@id = 'dom-htmloptionscollection-remove']]
+      | p[child::dfn[@id = 'dom-keygen-type']]
+      | p[child::dfn[@id = 'dom-meter-value']]
+      | p[child::dfn[@id = 'dom-hashchangeevent-inithashchangeevent']]
+      | p[child::dfn[@id = 'dom-pagetransitionevent-initpagetransitionevent']]
+      | p[child::dfn[@id = 'dom-popstateevent-initpopstateevent']]
+      | p[child::dfn[@id = 'dom-progress-value']]
+      | p[child::dfn[@id = 'dom-input-indeterminate']]
+      | p[child::dfn[@id = 'dom-media-startoffsettime']]
+      | p[child::dfn[@id = 'dom-radionodelist-value']]
+      | p[child::dfn[@id = 'dom-tokenlist-tostring']]
+      | p[child::dfn[@id = 'domstringmap']]
+      | p[child::dfn[starts-with(@id, 'dom-datatransferitemlist-')]]
+      | p[child::dfn[starts-with(@id, 'dom-form-')]]
+      | p[child::dfn[starts-with(@id, 'dom-iframe-')]]
+      | p[child::dfn[starts-with(@id, 'dom-image-')]]
+      | p[child::dfn[starts-with(@id, 'dom-object-')]]
+      | p[child::dfn[starts-with(@id, 'dom-option-')]]
+      | p[child::dfn[starts-with(@id, 'dom-select-')]]
       | p[child::dfn[starts-with(@id, 'dom-textarea-')]]
+      | p[child::dfn[starts-with(@id, 'dom-texttrack-')]]
+      | p[child::dfn[starts-with(@id, 'dom-window-')]]
+      | p[child::dfn[starts-with(@id, 'dom-windowtimers-')]]
       ">
       <xsl:text>&#10;</xsl:text>
       <p>

Received on Friday, 1 July 2011 09:47:23 UTC