- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Feb 2012 08:02:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools In directory hutz:/tmp/cvs-serv25819/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.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- preprocess.xsl 15 Jan 2012 02:44:35 -0000 1.99 +++ preprocess.xsl 15 Feb 2012 08:02:46 -0000 1.100 @@ -601,6 +601,7 @@ 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 08:02:53 UTC