- From: Jim Ley <jim@jibbering.com>
- Date: Wed, 15 Feb 2006 17:14:11 -0000
- To: www-svg@w3.org
"Robin Berjon" <robin.berjon@expway.fr> wrote in message
news:45B470CD-D3BD-4CB1-8875-6A0B4379D187@expway.fr...
> I believe that the resolution from the Sydney f2f is that if the media
> type of the script indicates XML (text/xml, application/xml, .* +xml$)
> then elements are fine, otherwise they are ignored and the textContent is
> taken into account.
<script type="text/ecmascript">
alert("<chicken>1</chicken>");
</script>
should alert(1) ??
that seems rather odd.
Jim.
Received on Wednesday, 15 February 2006 17:15:50 UTC