- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 Jul 2011 10:27:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv13829/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.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- preprocess.xsl 1 Jul 2011 10:06:38 -0000 1.76
+++ preprocess.xsl 1 Jul 2011 10:27:52 -0000 1.77
@@ -566,8 +566,10 @@
and not($title = 'dom-history')
and not($title = 'dom-htmlallcollection-nameditem')
and not($title = 'dom-htmloptionscollection-remove')
+ and not($title = 'dom-image')
and not($title = 'dom-keygen-type')
and not($title = 'dom-meter-value')
+ and not($title = 'dom-option')
and not($title = 'dom-hashchangeevent-inithashchangeevent')
and not($title = 'dom-pagetransitionevent-initpagetransitionevent')
and not($title = 'dom-popstateevent-initpopstateevent')
@@ -576,7 +578,7 @@
and not($title = 'dom-media-startoffsettime')
and not($title = 'dom-radionodelist-value')
and not($title = 'dom-tokenlist-tostring')
- and not(starts-with($title, 'dom-datatransferitemlist-'))
+ and not(starts-with($title, 'dom-DataTransferItemList-'))
and not(starts-with($title, 'dom-form-'))
and not(starts-with($title, 'dom-iframe-'))
and not(starts-with($title, 'dom-image-'))
@@ -584,14 +586,13 @@
and not(starts-with($title, 'dom-option-'))
and not(starts-with($title, 'dom-select-'))
and not(starts-with($title, 'dom-textarea-'))
- and not(starts-with($title, 'dom-texttrack-'))
+ and not(starts-with($title, 'dom-TextTrack'))
and not(starts-with($title, 'dom-window-'))
and not(starts-with($title, 'dom-windowtimers-'))
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-document-open' and preceding::code[@title = 'dom-document-open'])
and not($title = 'dom-external' and preceding::code[@title = 'dom-external'])
and not($title = 'dom-history' and preceding::code[@title = 'dom-history'])
Received on Friday, 1 July 2011 10:27:55 UTC