logo       
Google Custom Search
    AddThis Social Bookmark Button

r10397 - trunk/www/books/drm: msg#00006

Subject: r10397 - trunk/www/books/drm
Author: cpage
Date: Fri Dec  9 10:54:21 2005
New Revision: 10397

Modified:
   trunk/www/books/drm/drm.css
   trunk/www/books/drm/drm_68.html
   trunk/www/books/drm/drm_82.html
Log:
Job: website

Replaced the last remaining uses of <i class="parameter"> with <var> and 
removed the stylesheet
rules for formatting i.parameter.



Modified: trunk/www/books/drm/drm.css
==============================================================================
--- trunk/www/books/drm/drm.css (original)
+++ trunk/www/books/drm/drm.css Fri Dec  9 10:54:21 2005
@@ -901,16 +901,11 @@
   in a body font instead of the code font. Additionally, references in
   documentation to any of those non-literals should be rendered using the
   same font (class="parameter" or VAR).
-
-  NOTE: The HTML originally used I and class="parameter" to identify
-  variables, parameters, and arguments, but we're slowly migrating them to
-  use VAR. Eventually, we should be able to remove the patterns for them
-  and just use VAR.
 */
 
 code.pre { white-space: pre }
 
-code i, i.parameter, var { font-family: serif }
+code i, var { font-family: serif }
 
 
 

Modified: trunk/www/books/drm/drm_68.html
==============================================================================
--- trunk/www/books/drm/drm_68.html     (original)
+++ trunk/www/books/drm/drm_68.html     Fri Dec  9 10:54:21 2005
@@ -163,16 +163,16 @@
 </td></tr><tr><td><p class="TbT.TblText"> 
<code>&lt;simple-object-vector&gt;</code></p>
 </td><td><p class="TbT.TblText"> <code>&lt;object&gt;</code></p>
 </td></tr><tr><td><p class="TbT.TblText"> 
<code>&lt;unicode-string&gt;</code></p>
-</td><td><p class="TbT.TblText"> <code><i class="parameter 
TbT.TblText">K<em><sub>1</sub></em></i></code> (see note below)</p>
+  </td><td><p class="TbT.TblText"> 
<code><var>K<em><sub>1</sub></em></var></code> (see note below)</p>
 </td></tr><tr><td><p class="TbT.TblText"> <code>&lt;byte-string&gt;</code></p>
-</td><td><p class="TbT.TblText"> <code><i class="parameter 
TbT.TblText">K<em><sub>2</sub></em></i></code> (see note below)</p>
+  </td><td><p class="TbT.TblText"> 
<code><var>K<em><sub>2</sub></em></var></code> (see note below)</p>
 </td></tr><tr><td><p class="TbT.TblText"> <code>&lt;list&gt;</code></p>
 </td><td><p class="TbT.TblText"> <code>&lt;object&gt;</code></p>
 </td></tr><tr><td><p class="TbT.TblText"> <code>&lt;pair&gt;</code></p>
 </td><td><p class="TbT.TblText"> <code>&lt;object&gt;</code></p>
 </td></tr><tr><td><p class="TbT.TblText"> <code>&lt;empty-list&gt;</code></p>
 </td><td><p class="TbT.TblText"> <code>&lt;object&gt;</code></p>
-</td></tr></table><p class="T1.Text1">Note: <var>K<em><sub>1</sub></em></var> 
and <var>K<em><sub>2</sub></em></var> are subtypes of <code><a 
name="MARKER-2-1057"></a>&lt;character&gt;</code> that have not been given 
standardized  names.</p>
+</td></tr></table><p class="T1.Text1">Note: <var>K<em><sub>1</sub></em></var> 
and <var>K<em><sub>2</sub></em></var> are subtypes of <code><a 
name="MARKER-2-1057"></a>&lt;character&gt;</code> that have not been given 
standardized names.</p>
 <p class="T1.Text1">By convention, if <var>C</var> is an instantiable subtype 
of <code>&lt;collection&gt;</code> and <var>C</var>'s element-type is 
indefinite <code>&lArr;</code> <code>&lt;object&gt;</code>, then instantiating 
<var>C</var> produces a collection whose element type is 
<code>&lt;object&gt;</code>.</p>
 <p class="T1.Text1">Instantiating <code>&lt;range&gt;</code> produces a 
collection whose element-type is unspecified except that it is a subtype of 
<code>&lt;real&gt;</code> and every element of the range is an instance of the 
element type.</p>
 <p class="T1.Text1">The preceding section describes the element type of every 
object that is created by <code>make</code> of an instantiable built-in 
collection class. <a name="MARKER-2-1058"></a>The element type of an instance 
of a user-defined collection class is unspecified, but should follow the rules 
given here in order to preserve the property that any operation that works on 
an instance of a supertype must work on an instance of a subtype.<a 
name="MARKER-2-1059"></a></p>

Modified: trunk/www/books/drm/drm_82.html
==============================================================================
--- trunk/www/books/drm/drm_82.html     (original)
+++ trunk/www/books/drm/drm_82.html     Fri Dec  9 10:54:21 2005
@@ -143,10 +143,10 @@
 </td><td><p class="TbT.TblText"> <span class="BNF"><em 
class="BNFCaps">token</em></span></p>
 </td><td><p class="TbT.TblText"> one-token fragment</p>
 </td></tr><tr><td><p class="TbT.TblText"> <code>body</code></p>
-</td><td><p class="TbT.TblText"> <span class="BNF"><i class="parameter 
TbT.TblText">body<em><sub>opt</sub></em></i></span> (3)</p>
+  </td><td><p class="TbT.TblText"> <span 
class="BNF"><var>body<em><sub>opt</sub></em></var></span> (3)</p>
 </td><td><p class="TbT.TblText"> parsed expression fragment (4)</p>
 </td></tr><tr><td><p class="TbT.TblText"> <code>case-body</code></p>
-</td><td><p class="TbT.TblText"> <span class="BNF"><i class="parameter 
TbT.TblText">case-body<em><sub>opt</sub></em></i></span> (3)</p>
+  </td><td><p class="TbT.TblText"> <span 
class="BNF"><var>case-body<em><sub>opt</sub></em></var></span> (3)</p>
 </td><td><p class="TbT.TblText"> fragment(2)</p>
 </td></tr><tr><td><p class="TbT.TblText"> <code>macro</code></p>
 </td><td><p class="TbT.TblText"> <span class="BNF"><var>macro</var></span></p>
-- 
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
https://gauss.gwydiondylan.org/mailman/listinfo/gd-chatter




Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>