- From: Philip TAYLOR (Ret'd) <P.Taylor@Rhul.Ac.Uk>
- Date: Thu, 15 May 2008 12:53:16 +0100
- To: Simon Pieters <simonp@opera.com>
- CC: Ian Hickson <ian@hixie.ch>, "public-html@w3.org" <public-html@w3.org>
Simon Pieters wrote:
>
> On Thu, 15 May 2008 09:28:50 +0200, Philip TAYLOR (Ret'd)
> <P.Taylor@Rhul.Ac.Uk> wrote:
>
>>
>>
>> Simon Pieters wrote:
>>
>>> Note though that // and <!-- are also javascript comments.
>>
>> Can you provide a reference for the latter assertion ?
>> SAMS "Pure JavaScript" makes no mention of "<!--",
>> although it documents "//" and "/* ... */".
>
> It's not specced anywhere AFAIK, but de facto it's equivalent to "//".
I respectfully disagree; a simple test using Seamonkey
javascript:alert("<!--");
Received on Thursday, 15 May 2008 11:54:03 UTC