Re: Problems with mapping OL to BLOCKQUOTE.

> The repaired HTML script produced by HTML Tidy with the above code patch
> is as follows.
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
> <HTML>
> <HEAD>
> <TITLE>The Title</TITLE>
> </HEAD>
> <BODY>
> <BLOCKQUOTE><FONT color="blue"><B>Blue Bold Text</B></FONT>
> <OL>
> <LI><FONT color="blue"><B>Item 1</B></FONT></LI>
> <LI><FONT color="blue"><B>Item 2</B></FONT></LI>
> </OL>
> </BLOCKQUOTE>
> </BODY>
> </HTML>

IMO, this is an abuse of BLOCKQUOTE and HTML Tidy should not 
encourage it by generating it.  BLOCKQUOTE should not be used as an 
indent tag.  If the preservation of the list indenting is preferred, 
a DIV STYLE="text-indent: 3em;" or some such should be generated 
instead so as not to abuse a structural tag for an unrelated 
presentational effect.

-- 
          ,=<#)-=#  <http://www.war-of-the-worlds.org/>
     ,_--//--_,
  _-~_-(####)-_~-_  "Did you see that Parkins boy's body in the tunnels?" "Just
(#>_--'~--~`--_<#)  the photos.  Worst thing I've ever seen; kid had no face."

Received on Friday, 20 August 1999 18:38:29 UTC