- From: Jelks Cabaniss <jelks@jelks.nu>
- Date: Sat, 20 Jul 2002 21:33:33 -0400
- To: <html-tidy@w3.org>, <Tidy-develop@lists.sourceforge.net>
Charles Reitzel wrote:
> > Ideally this option should also remove the extraneous
> > <p> </p>
> Dave's relatively recent -bare option might do that.
No, -bare turns it either into something like this
<p class="c3"> </p>
or this
<p> </p>
which means there are no 's, but it doesn't actually remove
content-void "paragraphs" that were only put there for visual effects in
various browsers.
I'm also looking at things like
<p class="c3"><br />
</p>
(and other variations thereof). IMO, a 'strip-presentation' option
should also remove all such content-void paragraphs, headings, and
list-items.
/Jelks
Received on Saturday, 20 July 2002 21:34:05 UTC