- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Feb 2012 09:35:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools In directory hutz:/tmp/cvs-serv8516/tools Modified Files: preprocess.xsl Log Message: Define <command command='foo'> to reference other commands (whatwg r6995) [updated by splitter] Index: preprocess.xsl =================================================================== RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v retrieving revision 1.100 retrieving revision 1.101 diff -u -d -r1.100 -r1.101 --- preprocess.xsl 15 Feb 2012 08:02:46 -0000 1.100 +++ preprocess.xsl 15 Feb 2012 09:34:59 -0000 1.101 @@ -597,11 +597,11 @@ and not($title = 'dom-select-item' and preceding::code[@title = 'dom-select-item']) and not($title = 'dom-HTMLAllCollection-namedItem' and preceding::code[@title = 'dom-HTMLAllCollection-namedItem']) and not($title = 'dom-HTMLCollection-item' and preceding::code[@title = 'dom-HTMLCollection-item']) + and not($title = 'dom-HTMLAllCollection-item-string' and preceding::code[@title = 'dom-HTMLAllCollection-item-string']) and not($title = 'dom-HTMLCollection-length' and preceding::code[@title = 'dom-HTMLCollection-length']) and not($title = 'dom-HTMLFormControlsCollection-namedItem' and preceding::code[@title = 'dom-HTMLFormControlsCollection-namedItem']) and not($title = 'dom-HTMLOptionsCollection-namedItem' and preceding::code[@title = 'dom-HTMLOptionsCollection-namedItem']) and not($title = 'dom-document-open' and preceding::code[@title = 'dom-document-open']) - and not($title = 'dom-htmlallcollection-item-string') and not($title = 'dom-document-nameditem') "> <xsl:choose>
Received on Wednesday, 15 February 2012 09:35:11 UTC