- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 Jul 2011 11:16:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools In directory hutz:/tmp/cvs-serv19428/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.78 retrieving revision 1.79 diff -u -d -r1.78 -r1.79 --- preprocess.xsl 1 Jul 2011 10:45:47 -0000 1.78 +++ preprocess.xsl 1 Jul 2011 11:16:48 -0000 1.79 @@ -493,6 +493,8 @@ | 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-texttrackcue-')]] + | p[child::dfn[starts-with(@id, 'dom-texttrackcuelist-')]] | p[child::dfn[starts-with(@id, 'dom-window-')]] | p[child::dfn[starts-with(@id, 'dom-windowtimers-')]] | dl[descendant::dfn[starts-with(@id, 'dom-textarea-')]] @@ -587,7 +589,9 @@ 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-TextTrackCue-')) + and not(starts-with($title, 'dom-TextTrackCueList-')) and not(starts-with($title, 'dom-window-')) and not(starts-with($title, 'dom-windowtimers-')) and not(preceding::dfn[@id = translate($title, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz')])
Received on Friday, 1 July 2011 11:16:53 UTC