[Gd-chatter] r11253 - trunk/www/books/drm

cpage at gwydiondylan.org cpage at gwydiondylan.org
Tue Apr 10 12:26:02 CEST 2007


Author: cpage
Date: Tue Apr 10 12:25:59 2007
New Revision: 11253

Modified:
   trunk/www/books/drm/Built-In_Functions_Overview.html
   trunk/www/books/drm/Collection_Operations.html
   trunk/www/books/drm/Constructing_and_Initializing_Instances.html
   trunk/www/books/drm/Cover.html
   trunk/www/books/drm/Slots.html
   trunk/www/books/drm/Union_Types.html
Log:
Job: website

Fixed a few minor HTML errors in the DRM reported by the W3 HTML validator, and
added HTML validator link images to a couple of files missed in the previous
change.



Modified: trunk/www/books/drm/Built-In_Functions_Overview.html
==============================================================================
--- trunk/www/books/drm/Built-In_Functions_Overview.html	(original)
+++ trunk/www/books/drm/Built-In_Functions_Overview.html	Tue Apr 10 12:25:59 2007
@@ -92,7 +92,7 @@
 	    <li><a href="Built-In_Classes">The Built-In Classes</a></li>
 	    <li class="current parent"><a href="Built-In_Functions">The Built-In Functions</a>
 	      <ul class="sections">
-		<li id="current"><span>Overview</li></span>
+		<li id="current"><span>Overview</span></li>
 		<li><a href="Constructing_and_Initializing_Instances">Constructing and Initializing Instances</a></li>
 		<li><a href="Equality_and_Comparison">Equality and Comparison</a></li>
 		<li><a href="Arithmetic_Operations">Arithmetic Operations</a></li>

Modified: trunk/www/books/drm/Collection_Operations.html
==============================================================================
--- trunk/www/books/drm/Collection_Operations.html	(original)
+++ trunk/www/books/drm/Collection_Operations.html	Tue Apr 10 12:25:59 2007
@@ -3772,7 +3772,7 @@
 	  <p class="errata-note" id="errata-p341-1">
 	    <a class="note-tag" href="Errata#p341-1"><strong>Errata:</strong></a> In the published
 	    book, the <code>table-protocol</code> method signature is missing parentheses around the
-	    result values.</code>
+	    result values.
 	  </p>
 	</dd>
       </dl>

Modified: trunk/www/books/drm/Constructing_and_Initializing_Instances.html
==============================================================================
--- trunk/www/books/drm/Constructing_and_Initializing_Instances.html	(original)
+++ trunk/www/books/drm/Constructing_and_Initializing_Instances.html	Tue Apr 10 12:25:59 2007
@@ -529,11 +529,11 @@
 	<dd><p>Creates an instance of <code>&lt;range&gt;</code>. The arguments correspond to the
 	    initialization arguments of <code>&lt;range&gt;</code>, described
 	    on <a href="Collection_Classes#XREF-1454">page 230</a>.</p></dd>
-	<p class="errata-note" id="errata-p263-1">
-	  <a class="note-tag" href="Errata#p263-1"><strong>Errata:</strong></a> In the published
-	  book, an incorrect default value of <code>0</code> (zero) is given for <var>by</var>.
-	</p>
       </dl>
+      <p class="errata-note" id="errata-p263-1">
+	<a class="note-tag" href="Errata#p263-1"><strong>Errata:</strong></a> In the published
+	book, an incorrect default value of <code>0</code> (zero) is given for <var>by</var>.
+      </p>
       <a name="HEADING-98-77"></a>
       <h4 class="item-title"><span class="signature"><a name="IX-1557"></a><code id="IX-1556">singleton</code></span> <span class="attributes-summary">[Function]</span></h4>
       <hr class="item-title" />

Modified: trunk/www/books/drm/Cover.html
==============================================================================
--- trunk/www/books/drm/Cover.html	(original)
+++ trunk/www/books/drm/Cover.html	Tue Apr 10 12:25:59 2007
@@ -129,5 +129,12 @@
       </a>
     </div>
     
+    <div id="footer">
+      <p id="validate-xhtml"><a href="http://validator.w3.org/check/referer"><img
+        src="http://www.w3.org/Icons/valid-xhtml10"
+        alt="Valid XHTML 1.0!" height="31" width="88" /></a>
+      </p>
+    </div>
+    
   </body>
 </html>

Modified: trunk/www/books/drm/Slots.html
==============================================================================
--- trunk/www/books/drm/Slots.html	(original)
+++ trunk/www/books/drm/Slots.html	Tue Apr 10 12:25:59 2007
@@ -231,7 +231,7 @@
 end class &lt;window&gt;;
 </pre>
       <a name="HEADING-42-29"></a>
-      <h3 class="sub-subsection-title"><a name="IX-619"><a name="XREF-620"></a>Init Specifications</a></h3>
+      <h3 class="sub-subsection-title"><a name="XREF-620"></a><a name="IX-619">Init Specifications</a></h3>
       <p>An init specification provides a default initial value for a slot. It can do this directly
 	(if it is an init specification of a slot) or it can do it indirectly by providing a default
 	value for an init-keyword (if it is an init specification of an init-keyword).</p>

Modified: trunk/www/books/drm/Union_Types.html
==============================================================================
--- trunk/www/books/drm/Union_Types.html	(original)
+++ trunk/www/books/drm/Union_Types.html	Tue Apr 10 12:25:59 2007
@@ -222,6 +222,10 @@
       <p>Copyright Apple Computer, Inc. 1996. Apple&reg; and the Apple logo are registered
 	trademarks of Apple Computer, Inc. Used with permission. All Rights Reserved.</p>
       <p>Originally generated with Harlequin WebMaker&reg;, subsequently revised.</p>
+      <p id="validate-xhtml"><a href="http://validator.w3.org/check/referer"><img
+        src="http://www.w3.org/Icons/valid-xhtml10"
+        alt="Valid XHTML 1.0!" height="31" width="88" /></a>
+      </p>
 
     </div>
   </body>



More information about the chatter mailing list