- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Jun 2010 09:37:30 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js
In directory hutz:/tmp/cvs-serv10457/ReSpec.js
Modified Files:
documentation.html
Log Message:
noRecTrack
Index: documentation.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/documentation.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- documentation.html 16 Apr 2010 14:31:30 -0000 1.43
+++ documentation.html 23 Jun 2010 09:37:28 -0000 1.44
@@ -272,14 +272,15 @@
If the previous version wasn't in the W3C TR space, you can supply an explicit URI. If it
is in TR space then the URI will be automatically determined.
</dd>
-<dt>additionalCopyrightHolders</dt>
-<dd>If there are additional copyright holders in addition to the W3,
- they can be listed in this parameter. For example, if the copyright
- notice without <code>additionalCopyrightHolders</code> reads
- "Copyright © 2009 W3C ... " then with
- "Foo" listed it will read "Copyright © 2009 Foo &
- W3C ... ".
-</dd>
+ <dt>additionalCopyrightHolders</dt>
+ <dd>
+ If there are additional copyright holders in addition to the W3,
+ they can be listed in this parameter. For example, if the copyright
+ notice without <code>additionalCopyrightHolders</code> reads
+ "Copyright © 2009 W3C ... " then with
+ "Foo" listed it will read "Copyright © 2009 Foo &
+ W3C ... ".
+ </dd>
<dt>edDraftURI</dt>
<dd>
If there a publicly available Editor's Draft, this is the link to it. This will typically be
@@ -437,6 +438,11 @@
Historically, IDL parameters have all started with "in", as inherited from OMG IDL. In WebIDL
this is optional, and this option turns it off for the entire document.
</dd>
+ <dt>noRecTrack</dt>
+ <dd>
+ If this document is of a status that usually goes with Rec Track, but isn't intended for it,
+ set this to true.
+ </dd>
<dt>refNote</dt>
<dd>
<p>If the <code>refNote</code> parameter is defined, the
Received on Wednesday, 23 June 2010 09:37:32 UTC