- From: Bjoern Hoehrmann <bjoern@hoehrmann.de>
- Date: Fri, 6 Aug 1999 20:59:06 +0200
- To: <html-tidy@w3.org>
Hi,
In the Microsoft Developer Network (I got the CDs and no url, sorry) and in
the ie3.dtd ( found via validator.w3.org ) BGSOUND is defined as an element of
HEAD and not as an inline element, so the line
"bgsound", VERS_MICROSOFT, (CM_INLINE|CM_EMPTY), ParseInline, null,
is wrong and should be corrected to
"bgsound", VERS_MICROSOFT, (CM_HEAD|CM_EMPTY), ParseInline, null,
regards,
Bjoern Hoehrmann
Received on Friday, 6 August 1999 16:06:57 UTC