- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 May 2012 15:36:15 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js In directory hutz:/tmp/cvs-serv3728 Modified Files: documentation.html Log Message: Added handling for prevRecHeader and prevRecURI to make previous recommendation references in the document head more specific if needed. Updated documentation about these and about testsuiteURI and implementationReportURI which were not in the docs. Index: documentation.html =================================================================== RCS file: /sources/public/2009/dap/ReSpec.js/documentation.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- documentation.html 15 May 2012 17:13:09 -0000 1.55 +++ documentation.html 22 May 2012 15:36:13 -0000 1.56 @@ -312,6 +312,17 @@ Recommendation level, set this to the shortname of that version. This is optional and not usually necessary. + <dt>prevRecURI</dt> + <dd>An optional URI if the previous recommendation specified by prevRecShortname + needs a specific URI as opposed to just the simple shortname + in TR space at W3C.</dd> + <dt>prevRecHeader</dt> + <dd>An optional header if the previous recommendation reference needs a more specific + header than the default "Latest recommendation".</dd> + <dt>testSuiteURI</dt> + <dd>Specifies the optional URI to the test suite for the specification.</dd> + <dt>implementationReportURI</dt> + <dd>Specifies the optional URI to the implementation report for the specification. This is normally only used during the Proposed Recommendation phase of publication.</dd> <dt>extraCSS</dt> <dd> This is an array that contains URI references (that may be absolute or relative) to additional @@ -1002,6 +1013,9 @@ practices processing and to generate best practice summary if section with class id bp-summary present. Clean up section ref documentation. (fjh).</li> + <li>2012-05-22 - added additional prevRecShortname handling s + authors can specify a different header for the item (via + prevRecHeader) and a different URI (via prevRecURI). (spm).</li> </ul> </section>
Received on Tuesday, 22 May 2012 15:36:43 UTC