HTML parsing bug?

Istvan Albert istvan.albert at gmail.com
Mon Jan 30 10:08:21 EST 2006


> this is a comment in JavaScript, which is itself inside an HTML comment

Don't nest HTML comments. Occasionaly it may break the browsers as
well.

(I remember this from one of the weirdest of bughunts : whenever the
number of characters between nested HTML comments was divisible by four
the page would render incorrectly ... or something of that sorts)

i.




More information about the Python-list mailing list