- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 07 Jan 2011 20:41:22 +0000
- To: public-dap-commits@w3.org
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:
-<a href="#theId" class="sectionRef"></a>
-</p>
-<p>The class signals that this will be replaced with a link containing
+<pre>
+<a href="#general-structure" class="sectionRef"></a>
+</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:
-<a href="#theId" class="sectionRef">section Section-Number Section-Title</a>
+<pre><a href="#general-structure" class="sectionRef">section Section-Number Section-Title</a></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