- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Sun, 27 Aug 2000 23:37:49 +0200
- To: <html-tidy@w3.org>
For XHTML output HTML Tidy should not use empty element syntax for empty
non-empty elements. Sounds cool, ha? :-)
For example:
<head>
<title />
</head>
...
Navigator 4.5 wont display any content of the page. So Tidy should produce
something like
<head>
<title></title>
</head>
regards,
--
Björn Höhrmann ^ mailto:bjoern@hoehrmann.de ^ http://www.bjoernsworld.de
am Badedeich 7 ° Telefon: +49(0)4667/981ASK ° http://bjoern.hoehrmann.de
25899 Dagebüll # PGP Pub. KeyID: 0xA4357E78 # http://learn.to/quote +{i}
--- Usenet - Kein Club! Kein Kaufzwang! ---
Received on Sunday, 27 August 2000 17:40:37 UTC