- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 Jul 2011 10:45:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools In directory hutz:/tmp/cvs-serv16111/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.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- preprocess.xsl 1 Jul 2011 10:27:52 -0000 1.77 +++ preprocess.xsl 1 Jul 2011 10:45:47 -0000 1.78 @@ -496,6 +496,7 @@ | p[child::dfn[starts-with(@id, 'dom-window-')]] | p[child::dfn[starts-with(@id, 'dom-windowtimers-')]] | dl[descendant::dfn[starts-with(@id, 'dom-textarea-')]] + | dl[descendant::dfn[starts-with(@id, 'dom-texttrack-')]] "> <xsl:text> </xsl:text> <p> @@ -556,7 +557,7 @@ 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-Audio') and not($title = 'dom-base-href') and not($title = 'dom-cva-validity') and not($title = 'dom-document-nameditem')
Received on Friday, 1 July 2011 10:45:50 UTC