<html xmlns:un="http://usablenet.com/namespaces/508_rules">
   <link rel="stylesheet" href="josh.css">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
   
      <title>Detailed View for rule: Avoid deprecated features of W3C technologies</title>
      <!--
  508/W3C Accessibility Suite OEM V2 for Macromedia Dreamweaver
  (C) Copyright 2001-2005 UsableNet Inc. All rights reserved.
  -->
   </head>
   <body bgcolor="#ffffff">
      <div id="Description">
         <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
            <tr>
               <td valign="top" nowrap="true" class="name">Avoid deprecated features of W3C technologies</td>
               <td valign="top" nowrap="true" class="compatibility">&nbsp;</td>
            </tr>
            <tr>
               <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
            </tr>
            <tr>
               <td valign="top" align="right" nowrap="true" colspan="2" class="requirements">WAI / WCAG 1.0 Priority 2 checkpoint 11.2</td>
            </tr>
            <tr>
               <td colspan="2" class="clearseparation">&nbsp;</td>
            </tr>
            <tr>
               <td colspan="2" class="clearseparation">&nbsp;</td>
            </tr>
            <tr>
               <td valign="top" colspan="2" class="description"><b>Issue Description</b><br>
                  
                  
                  <p>
                     The page contains tags  that are deprecated in HTML
                     4.01. Avoid using them.
                     	 
                  </p>
                  
                  
               </td>
            </tr>
            <tr>
               <td colspan="2" class="clearseparation">&nbsp;</td>
            </tr>
            <tr>
               <td colspan="2" class="clearseparation">&nbsp;</td>
            </tr>
            <tr>
               <td valign="top" colspan="2" class="description"><b>How to fix</b>
                  
                  
                  <p>
                     To see the deprecated tags and attributes refer to
                     the official HTML document <strong>HTML 4.01 Specification</strong>
                     [http://www.w3.org/TR/html401/appendix/changes.html#h-A.3.1.2]
                     .
                     	 
                  </p>
                  
                  
                  <p>
                     Some of the following tags have been found in the page:
                     
                  </p>
                  
                  <ul>
                     
                     <li> APPLET </li>
                     
                     <li>BASEFONT </li>
                     
                     <li>CENTER </li>
                     
                     <li>DIR </li>
                     
                     <li>FONT </li>
                     
                     <li>ISINDEX </li>
                     
                     <li>MENU </li>
                     
                     <li> S </li>
                     
                     <li>STRIKE </li>
                     
                     <li>U </li>
                     
                     <li>LISTING </li>
                     
                     <li>PLAINTEXT </li>
                     
                     <li>XMP </li>
                     
                  </ul>
                  
                  
               </td>
            </tr>
            <tr>
               <td colspan="2" class="clearseparation">&nbsp;</td>
            </tr>
            <tr>
               <td colspan="2" class="clearseparation">&nbsp;</td>
            </tr>
            <tr>
               <td valign="top" colspan="2" class="description"><b>Issue Explanation</b><br>
                  
                  
                  <p>
                     Deprecated tags and attributes are not part of an HTML standard. They
                     have been removed from the standard, by the W3C, because they are
                     redundant with other tags or technology and because they are against
                     the latest development trends of the standards.
                     	 
                  </p>
                  
                  <p>
                     For example, the FONT tag is deprecated because it is possible to specify all
                     the font properties using CSS rules (redundancy). In addition a higher level of modularity and a better separation between
                     structure and presentation (trends) is achieved.
                     
                  </p>
                  
                  
               </td>
            </tr>
         </table>
      </div>
   </body>
</html>