2009/dap/ReSpec.js documentation.html,1.54,1.55

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

Modified Files:
	documentation.html 
Log Message:
Added processing for RDFa 1.1 if doRDFa is set to "1.1".
Added @version to document element with a setting of XHTML+RDFa 1.0 if using 1.0.

Index: documentation.html
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/documentation.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- documentation.html	13 Sep 2011 11:31:20 -0000	1.54
+++ documentation.html	15 May 2012 17:13:09 -0000	1.55
@@ -438,9 +438,11 @@
         </dd>
         <dt>doRDFa</dt>
         <dd>
-          If this parameter is set to true, ReSpec.js will embed various RDFa attributes throughout 
+          If this parameter is set, ReSpec.js will embed various RDFa attributes throughout 
           the generated specification.  The triples generated use vocabulary items from the dcterms, 
-          foaf, and bibo.  The parameter defaults to false.
+          foaf, and bibo.  The parameter defaults to false.  If set to true
+          the system will generate RDFa 1.0 content.  If set to "1.1" it will
+          generate RDFa 1.1 content.
         </dd>
         <dt>noIDLSorting</dt>
         <dd>

Received on Tuesday, 15 May 2012 17:13:15 UTC