2009/dap/ReSpec.js/js respec.js,1.99,1.100

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

Modified Files:
	respec.js 
Log Message:
SOTD nits


Index: respec.js
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- respec.js	15 Mar 2010 10:44:30 -0000	1.99
+++ respec.js	15 Mar 2010 10:51:28 -0000	1.100
@@ -559,6 +559,8 @@
     
     makeSotD:     function () {
         var sotd;
+        var mat = (this.status2maturity[this.specStatus]) ? this.status2maturity[this.specStatus] : this.specStatus;
+
         if (this.specStatus == "unofficial") {
             sotd = "<section id='sotd' class='introductory'><h2>Status of This Document</h2>" +
             "<p>This document is merely a public working draft of a potential specification. It has " +
@@ -603,7 +605,13 @@
                         "relevant technical requirements and is sufficiently stable to advance through the Technical Recommendation process.</p>";
             sotd +=
                 "<p>This document was produced by a group operating under the <a href='http://www.w3.org/Consortium/Patent-Policy-20040205/'>5 February " +
-                "2004 W3C Patent Policy</a>. W3C maintains a <a href='" + this.wgPatentURI + "' rel='disclosure'>public list of any patent disclosures</a> " +
+                "2004 W3C Patent Policy</a>.";
+
+			if (!this.isRecTrack && mat == "WD")
+				sotd += " The group does not expect this document to become a W3C Recommendation.";
+			
+			sotd +=
+				" W3C maintains a <a href='" + this.wgPatentURI + "' rel='disclosure'>public list of any patent disclosures</a> " +
                 "made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An " +
                 "individual who has actual knowledge of a patent which the individual believes contains " +
                 "<a href='http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential'>Essential Claim(s)</a> must disclose the " +

Received on Monday, 15 March 2010 10:51:34 UTC