2009/dap/ReSpec.js documentation.html,1.50,1.51

Update of /sources/public/2009/dap/ReSpec.js
In directory hutz:/tmp/cvs-serv10721

Modified Files:
	documentation.html 
Log Message:
update for same-document reference documentation.


Index: documentation.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/documentation.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- documentation.html	6 Jan 2011 21:03:26 -0000	1.50
+++ documentation.html	7 Jan 2011 20:41:20 -0000	1.51
@@ -182,11 +182,15 @@
       </p>
 <p>Same document references may be created using the following
   formatting:
-&lt;a href="#theId" class="sectionRef"&gt;&lt;/a&gt;
-</p>
-<p>The class signals that this will be replaced with a link containing
+<pre>
+&lt;a href="#general-structure" class="sectionRef"&gt;&lt;/a&gt;
+</pre>(It is
+  necessary for the explicit closing tag to be present.)
+The class signals that this will be replaced with a link containing
   the section number and title as follows:
-&lt;a href="#theId" class="sectionRef"&gt;section Section-Number Section-Title&lt;/a&gt;
+<pre>&lt;a href="#general-structure" class="sectionRef"&gt;section Section-Number Section-Title&lt;/a&gt;</pre>
+This results in a link such as the following <a href="#general-structure"
+  class="sectionRef"></a> for this document, in this example.
 </p>
 <p>Best practices may be shown, numbered and formatted using the
   following formatting:
@@ -972,6 +976,7 @@
           configuration parameters.  Also added header about English being
           the only normative format but that there may be translations 
           available.  This is required in RECs.</li>
+          <li>2011-01-07 - added same document references (fjh)</li>
       </ul>
     </section>
     

Received on Friday, 7 January 2011 20:41:24 UTC