OL - OPTION falls into infinite loop

Hello, My name is Hiroyuki Okamoto.
I'm Japanese, so I'm not good at English.

I have a question about HTML Tidy.

HTML Tidy is falling into an infinite loop when it tidies the contents below.

<OL>
  <OPTION>
    This is an tiny invalid content including ol and option.
  </OPTION>
</OL>

and 

<UL>
  <OPTION>
    This is an tiny invalid content including ul and option.
  </OPTION>
</UL>

and

<DL>
  <OPTION>
    This is an tiny invalid content including dl and option.
  </OPTION>
</DL>

They are invalid contents against HTML DTD. 
However, is there any way that HTML Tidy can come out of the infinite loop ?

Received on Saturday, 15 December 2001 09:19:38 UTC