From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ac4955b8006bd13c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.190.104 with SMTP id gp8mr707361pbc.4.1339027315198; Wed, 06 Jun 2012 17:01:55 -0700 (PDT) MIME-Version: 1.0 Path: l9ni16646pbj.0!nntp.google.com!news1.google.com!goblin2!goblin.stu.neva.ru!news.stack.nl!nuzba.szn.dk!news.jacob-sparre.dk!munin.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Q: type ... is new String Date: Wed, 6 Jun 2012 19:01:44 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <82defba0-2d39-4418-b678-ebbefeb105d7@x21g2000vbc.googlegroups.com> <4fcccd1f$0$6583$9b4e6d93@newsspool3.arcor-online.net> <4fcd283e$0$9502$9b4e6d93@newsspool1.arcor-online.net> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1339027313 8982 69.95.181.76 (7 Jun 2012 00:01:53 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Thu, 7 Jun 2012 00:01:53 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-RFC2646: Format=Flowed; Response Date: 2012-06-06T19:01:44-05:00 List-Id: "Georg Bauhaus" wrote in message news:4fcd283e$0$9502$9b4e6d93@newsspool1.arcor-online.net... > On 04.06.12 22:33, Yannick Duch�ne (Hibou57) wrote: >> Le Mon, 04 Jun 2012 17:14:49 +0200, Dmitry A. Kazakov >> a �crit: >>> Miserable state of internet standards >> >> JavaScript is not representative of Internet standards ;-) . There are >> not all so miserable as JavaScript is. > > The internet is largely operated without following standards. Which is why the Internet is a warren of attacks and vulrabilities. If at all possible, reject malformed stuff, and there will be less of it over time. (Things would be so much better if Google's crawler rejected many sorts of malformed pages, because SEO effects alone would eliminate those sorts of pages from most sites.) Randy.