- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 Jul 2011 10:06:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv11036/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.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- preprocess.xsl 1 Jul 2011 09:47:20 -0000 1.75
+++ preprocess.xsl 1 Jul 2011 10:06:38 -0000 1.76
@@ -484,7 +484,6 @@
| 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-')]]
@@ -496,6 +495,7 @@
| p[child::dfn[starts-with(@id, 'dom-texttrack-')]]
| p[child::dfn[starts-with(@id, 'dom-window-')]]
| p[child::dfn[starts-with(@id, 'dom-windowtimers-')]]
+ | dl[descendant::dfn[starts-with(@id, 'dom-textarea-')]]
">
<xsl:text> </xsl:text>
<p>
@@ -551,6 +551,42 @@
<xsl:when test="not(preceding::dl[@class = 'domintro']/dt/code[@title = $title])
and not($title = 'dom-dir')
and not($title = 'dom-hidden')
+ and not($title = 'dom-a-protocol')
+ and not($title = 'dom-applicationcache')
+ and not($title = 'dom-area-protocol')
+ and not($title = 'dom-area-protocol')
+ and not($title = 'dom-audio-s')
+ and not($title = 'dom-audio')
+ and not($title = 'dom-base-href')
+ and not($title = 'dom-cva-validity')
+ and not($title = 'dom-document-nameditem')
+ and not($title = 'dom-dragevent-initdragevent')
+ and not($title = 'dom-external')
+ and not($title = 'dom-fieldset-elements')
+ and not($title = 'dom-history')
+ and not($title = 'dom-htmlallcollection-nameditem')
+ and not($title = 'dom-htmloptionscollection-remove')
+ and not($title = 'dom-keygen-type')
+ and not($title = 'dom-meter-value')
+ and not($title = 'dom-hashchangeevent-inithashchangeevent')
+ and not($title = 'dom-pagetransitionevent-initpagetransitionevent')
+ and not($title = 'dom-popstateevent-initpopstateevent')
+ and not($title = 'dom-progress-value')
+ and not($title = 'dom-input-indeterminate')
+ 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-form-'))
+ and not(starts-with($title, 'dom-iframe-'))
+ and not(starts-with($title, 'dom-image-'))
+ and not(starts-with($title, 'dom-object-'))
+ 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-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'])
Received on Friday, 1 July 2011 10:06:46 UTC