- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Jan 2011 20:57:25 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js
In directory hutz:/tmp/cvs-serv31080
Modified Files:
documentation.html
Log Message:
fix some validation errors.
Index: documentation.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/documentation.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- documentation.html 31 Dec 2010 01:45:24 -0000 1.48
+++ documentation.html 6 Jan 2011 20:57:23 -0000 1.49
@@ -2,7 +2,7 @@
<html>
<head>
<title>ReSpec.js — W3C Specification Writing Tool</title>
- <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
+ <meta http-equiv='Content-Type' content='text/html;charset=utf-8' />
<script src='js/respec.js" class='remove'></script>
<script class='remove'>
var respecConfig = {
@@ -190,6 +190,7 @@
</p>
<p>Best practices may be shown, numbered and formatted using the
following formatting:
+ <pre>
<pre class='example'>
<div class="practice">
<p><a name="sample-practice" id="sample-practice"></a>
@@ -200,7 +201,7 @@
</div>
</pre>
<div class="practice">
- <p><a name="sample-practice" id="sample-practice"></a>
+ <p><a id="sample-practice"></a>
<span class="practicelab">Summary of the practice </span></p>
<p class="practicedesc">
More detailed decription of the practice.
@@ -445,7 +446,7 @@
</tr>
</tbody>
</table>
- </dt>
+ </dd>
<dt>maxTocLevel</dt>
<dd>
If specified, is an integer used to indicate the maximum depth of the ToC. The depth is the
@@ -676,7 +677,7 @@
<pre class='example'>
function updateExample(doc, content) {
// perform transformations to make it render and prettier
- return '<pre class="example">' + doc._esc(content) + '</pre>';
+ return '<pre class="example">' + doc._esc(content) + '</pre>';
}
</pre>
</section>
@@ -696,7 +697,7 @@
<pre class='example'>
function updateExample(doc, content) {
// perform transformations to make it render and prettier
- return '<pre class="example">' + doc._esc(content) + '</pre>';
+ return '<pre class="example">' + doc._esc(content) + '</pre>';
}
</pre>
<p>And then the content:</p>
Received on Thursday, 6 January 2011 20:57:26 UTC