Diff for /libwww/Library/src/HTStyle.html between versions 2.11 and 2.12

version 2.11, 1994/09/25 13:50:28 version 2.12, 1994/11/24 21:11:37
Line 1 Line 1
 <HTML>  <HTML>
 <HEAD>  <HEAD>
 <TITLE>HTStyle: Style management for libwww</TITLE></HEAD>  <TITLE>HTStyle: Style management for libwww</TITLE>
   </HEAD>
 <BODY>  <BODY>
   
 <H1>Style Definition for Hypertext</H1>Styles allow the translation  <H1>Style Definition for Hypertext</H1>
 between a logical property of a piece of text and its physical  
 representation.<P> A StyleSheet is a collection of styles, defining  <PRE>
 the translation necessary to represent a document. It is a linked list  /*
 of styles.  **      (c) COPYRIGHT CERN 1994.
   **      Please first read the full copyright statement in the file COPYRIGH.
   */
   </PRE>
   
   Styles allow the translation between a logical property of a piece of
   text and its physical representation. A StyleSheet is a collection of
   styles, defining the translation necessary to represent a document. It
   is a linked list of styles.
   
 <H2>Overriding this module</H2>  <H2>Overriding this module</H2>
   
Line 31  HTStypeNamed().<P> Line 40  HTStypeNamed().<P>
 You can in any case override this function in your own code, which  You can in any case override this function in your own code, which
 will prevent the HTStyle from being loaded.  You will be able to  will prevent the HTStyle from being loaded.  You will be able to
 redefine your style structure in this case without problems, as no  redefine your style structure in this case without problems, as no
 other moule needs to know it.  other moule needs to know it. <P>
   
   This module is implemented by <A HREF="HTStyle.c">HTStyle.c</A>, and
   it is a part of the <A
   HREF="http://info.cern.ch/hypertext/WWW/Library/User/Guide/Guide.html">
   Library of Common Code</A>.
   
 <PRE>  <PRE>
 #ifndef HTStyle_H  #ifndef HTStyle_H

Removed from v.2.11  
changed lines
  Added in v.2.12


Webmaster