Skip to content
Snippets Groups Projects
user avatar
deuce authored
The biggest issue was that end tags inside a script element are still part
of the outer document so this:

<b>
<script type="text/javascript">
document.write('Hello!'); // Don't forget the </b>
</script>
</b>

Would be illegal because the <b> tag was ended twice.
*ARGH*
46b69146
History
Name Last commit Last update
3rdp
CVSROOT
ctrl
docs
exec
install
node1
node2
node3
node4
src
text
web
xtrn