I'd like to see TWiki modified to always emit the
<br />,
<hr />, and
<img ... /> forms of these tags. Also, since
<p> is often used without a corresponding
</p> tag, for it to be emitted as
<p />. This would make the resulting
HTML conformant with the
XHTML spec. Thanks.
--
MikeOwens - 20 Aug 2001
Mostly done and in
TWikiAlphaRelease. Let me know if you discover other parts that are not conformant.
--
PeterThoeny - 21 Aug 2001
<p /> is not a legal "singleton" tag.
--
DavidLeBlanc - 22 Apr 2002
See
MozillaNotStylingXHTML for some discussion of the <p /> issue.
--
RichardDonkin - 23 Apr 2002
Related Topic: ConvertToXHTML10