Re: Odd error message; no explanation...

* Havard Eidnes wrote:
>I'm working on trying to make the NetBSD install documentation in HTML
>form validate, and I've been using your validator service while trying
>to do so.  I'm currently left with a single error which says:
>
>   1.  Line 3666, column 3:  document type does not allow element "DL"
>       here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME",
>       "BUTTON" start-tag
>
>  <dl>
>     ^

<font> does not allow <dl> children. Font allows <applet>, <object>,
<map>, <iframe> and <button> children which allow <dl> children, thus
there is a missing start-tag for one of these elements between the
<font> start-tag and the <dl> start-tag.

Received on Tuesday, 15 July 2003 07:02:36 UTC