hi,
Weil rein technisch damit die Ausgabe einer Zeichenkette zwischen <table> und <tr> erzeugt werden könnte, welche da nichts zu suchen hätte.
<table>
<script type="text/javascript">
[code lang=javascript]document.write('Was will ich hier?');
> </script>
> <tr>
> <td>Foo</td>
> </tr>
> </table>[/code]
~~~html
<head>
<script type="text/javascript">
[code lang=javascript]document.write('Was will ich hier?');
</script>
</head>[/code]
Huch - <script> hätte nach der Argumentation also auch innerhalb von <head> absolut nichts verloren ...?
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }