Re: Script inside a TABLE gets damaged

On Fri, 10 Nov 2000, Hubert Kauker wrote:

> Hello,
> Tidy does not correctly work when I have a <script>...</script> nested
> inside a <table>...</table>.

HTML (4.01) does not allow a <script> element directly inside a <table>.
You'll need to either move the <script> inside a table cell (<th> or
<td>), or have the script write the <table> element. Either of these
changes needs the script to be modified, which is beyond Tidy's abilities.

-- 
Daniel Biddle <deltab@osian.net>

Received on Friday, 10 November 2000 06:39:09 UTC