Diff for /Amaya/amaya/HTML.trans between versions 1.41 and 1.42

version 1.41, 2005/09/14 12:44:26 version 1.42, 2006/02/17 15:58:38
Line 366  Numbered list:(p|ul|menu|dir|pre|form)+; Line 366  Numbered list:(p|ul|menu|dir|pre|form)+;
 ! Remove elements  ! Remove elements
 !!!!!!!!!!!!!!!!!!!!!!!!!  !!!!!!!!!!!!!!!!!!!!!!!!!
   
 Remove the division: (div{*+})+;  Remove division: (div{*+})+;
         {          {
         * > :*;          * > :*;
         }          }
   
 Remove the Center element: (center{*+})+;  Remove Center element: (center{*+})+;
         {          {
         * > :*;          * > :*;
         }          }
   
 Remove the paragraph level: p{img};  !Remove paragraph level: p{img};
   !       {
   !        img > :*;
   !       }
   
   Remove paragraph level: (p{*+})+;
         {          {
         img > :*;          * > :*;
         }          }
   
 Remove the BlockQuote element: blockquote{*+};  Remove blockquote element: blockquote{*+};
         {          {
         * > :*;          * > :*;
         }          }
   
 Remove the font element: font{*+};  Remove font element: font{*+};
         {          {
         * > :*;          * > :*;
         }          }
   
 Remove the span element: span{*+};  Remove span element: span{*+};
         {          {
         * > :*;          * > :*;
         }          }
   
 Remove the Subscript: sub{*+};  Remove Subscript: sub{*+};
         {          {
         * > :*;          * > :*;
         }          }
                   
 Remove the Superscript: sup{*+};  Remove Superscript: sup{*+};
         {          {
         * > :*;          * > :*;
         }          }
                   
 Remove the Quotation: q{*+};  Remove Quotation: q{*+};
         {          {
         * > :*;          * > :*;
         }          }
   
 Remove the BiDi: bdo{*+};  Remove BiDi: bdo{*+};
         {          {
         * > :*;          * > :*;
         }          }

Removed from v.1.41  
changed lines
  Added in v.1.42


Webmaster