Re: [Json] Proposal: the minimal edit
Tim Bray <tbray@textuality.com> Sat, 22 June 2013 17:31 UTC
Return-Path: <tbray@textuality.com>
X-Original-To: json@ietfa.amsl.com
Delivered-To: json@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9E01711E811A for <json@ietfa.amsl.com>; Sat, 22 Jun 2013 10:31:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.594
X-Spam-Level:
X-Spam-Status: No, score=0.594 tagged_above=-999 required=5 tests=[AWL=-0.763, BAYES_00=-2.599, FH_RELAY_NODNS=1.451, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001, RCVD_IN_PBL=0.905, RCVD_IN_SORBS_DUL=0.877, RDNS_NONE=0.1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 80QV26Lbi+Bv for <json@ietfa.amsl.com>; Sat, 22 Jun 2013 10:31:14 -0700 (PDT)
Received: from mail-vb0-x22c.google.com (mail-vb0-x22c.google.com [IPv6:2607:f8b0:400c:c02::22c]) by ietfa.amsl.com (Postfix) with ESMTP id 5B4C711E810B for <json@ietf.org>; Sat, 22 Jun 2013 10:31:14 -0700 (PDT)
Received: by mail-vb0-f44.google.com with SMTP id e15so7018778vbg.3 for <json@ietf.org>; Sat, 22 Jun 2013 10:31:12 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=E1A7Sdq3QF/JtWS+eCbTM8tZpb7X21Xr4DwTVTx9j20=; b=ZPyT7Pi2jzL+YDYhyJ6JgGPX2iTZ+j0uBVnTwYDusMHEEnRK7VBxgcluffnABRHNpa DDS4gsPQ47k+RYNGZQuRBlPFCOd0rFBXGMTeBBuDJvoQypa7aSGCTwqe4CMvyCbrUryF d7cRaMf8kk4vKwkxQkixd1SF/NoO26vbSqSg7kmpZKJr+oTB/0pT7X45iy9RhgbVruV4 rc9g85kZnnOQXnguQutYny0d0u8SGaxatSqxYPoi8Hi+jWhdsrZ2GhtQhZsTpBX11YP7 Bxu9LIluf9musaZjnAVdvtTsgJHj2uaebfmXc+lhh/ZBJMtopz2iLZLC0BptKl0KqdXV YP8A==
MIME-Version: 1.0
X-Received: by 10.220.197.72 with SMTP id ej8mr8071489vcb.66.1371922272757; Sat, 22 Jun 2013 10:31:12 -0700 (PDT)
Received: by 10.220.219.200 with HTTP; Sat, 22 Jun 2013 10:31:12 -0700 (PDT)
X-Originating-IP: [24.84.235.32]
In-Reply-To: <CAChr6SyN4Z3Hh8OFGHkK+AJN0+S09wMfjeobZ51GjKNL+GhPsw@mail.gmail.com>
References: <CAChr6SyN4Z3Hh8OFGHkK+AJN0+S09wMfjeobZ51GjKNL+GhPsw@mail.gmail.com>
Date: Sat, 22 Jun 2013 10:31:12 -0700
Message-ID: <CAHBU6ivhoUM9cfUnc1YfnyDdQnWQ=Mj10cSoYn0qouMQ0F94XA@mail.gmail.com>
From: Tim Bray <tbray@textuality.com>
To: R S <sayrer@gmail.com>
Content-Type: multipart/alternative; boundary="001a11c1f08eba3a1704dfc18b42"
X-Gm-Message-State: ALoCoQnQ3OtBUYjTd3KKLGoYDbajJDL4eMjfTWgulXCD57ylNhDhFh+bRgunIVdTutIicnhgrp4E
Cc: "json@ietf.org" <json@ietf.org>
Subject: Re: [Json] Proposal: the minimal edit
X-BeenThere: json@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "JavaScript Object Notation \(JSON\) WG mailing list" <json.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/json>, <mailto:json-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/json>
List-Post: <mailto:json@ietf.org>
List-Help: <mailto:json-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/json>, <mailto:json-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 22 Jun 2013 17:31:18 -0000
If we’re doing an ECMAdiff section... Since 4627 says “A string is a sequence of zero or more Unicode characters [UNICODE]” by definition this cannot include unpaired surrogates, since they’re not . So in Rob’s proposed section: ECMAScript implementations generate and consume unpaired Unicode surrogate code points in JSON documents. On Sat, Jun 22, 2013 at 9:57 AM, R S <sayrer@gmail.com> wrote: > From charter: > > "The work is essentially a reclassification in place, with minimal > changes. The working group will review errata and update the document as > needed to incorporate those, and will correct significant errors and inconsistencies, > but will keep changes to a minimum." > > I propose a new section, to appear after "Generators" and before "IANA > Considerations" > > + N. Differences from ECMAScript > + > + ECMAScript implementations produce and consume primitive JSON values at > the > + root level of JSON documents. > > It's my opinion that none of the errors or inconsistencies present in the > document are significant, since JSON works pretty well. I'll probably > oppose any edits that aren't to the introduction or the security > considerations, including updates to references such as ABNF and Unicode. > Note that the IETF does not update all standards track documents with > obsolete references, which demonstrates that leaving the current references > in place is tractable. > > - Rob > > _______________________________________________ > json mailing list > json@ietf.org > https://www.ietf.org/mailman/listinfo/json > >
- [Json] Proposal: the minimal edit R S
- Re: [Json] Proposal: the minimal edit Tim Bray
- Re: [Json] Proposal: the minimal edit Tim Bray
- Re: [Json] Proposal: the minimal edit Paul Hoffman
- Re: [Json] Proposal: the minimal edit R S
- Re: [Json] Proposal: the minimal edit Paul Hoffman
- Re: [Json] Proposal: the minimal edit Jorge
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit R S
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit R S
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit R S
- Re: [Json] Proposal: the minimal edit Tim Bray
- Re: [Json] Proposal: the minimal edit Carsten Bormann
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit Paul Hoffman
- Re: [Json] Proposal: the minimal edit Eliot Lear
- Re: [Json] Proposal: the minimal edit Norbert Lindenberg
- Re: [Json] Proposal: the minimal edit Norbert Lindenberg
- Re: [Json] Proposal: the minimal edit Norbert Lindenberg
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit Carsten Bormann
- Re: [Json] Proposal: the minimal edit Norbert Lindenberg
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit Paul Hoffman
- Re: [Json] Proposal: the minimal edit Tim Bray
- Re: [Json] Proposal: the minimal edit Carsten Bormann
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit Paul Hoffman
- Re: [Json] Proposal: the minimal edit Norbert Lindenberg
- Re: [Json] Proposal: the minimal edit Tim Bray
- Re: [Json] Proposal: the minimal edit Paul Hoffman
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit Norbert Lindenberg
- Re: [Json] Proposal: the minimal edit Norbert Lindenberg
- Re: [Json] Proposal: the minimal edit Paul Hoffman
- Re: [Json] Proposal: the minimal edit R S
- Re: [Json] Proposal: the minimal edit Paul Hoffman
- Re: [Json] Proposal: the minimal edit Paul Hoffman
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit Paul Hoffman
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit Tim Bray
- Re: [Json] Proposal: the minimal edit Norbert Lindenberg
- Re: [Json] Proposal: the minimal edit R S
- Re: [Json] Proposal: the minimal edit Norbert Lindenberg
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit Paul Hoffman
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit R S
- Re: [Json] Proposal: the minimal edit Carsten Bormann
- Re: [Json] Proposal: the minimal edit Tim Bray
- Re: [Json] Proposal: the minimal edit R S
- Re: [Json] Proposal: the minimal edit Martin J. Dürst
- Re: [Json] Proposal: the minimal edit Bjoern Hoehrmann
- Re: [Json] Proposal: the minimal edit Carsten Bormann
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit John Cowan
- Re: [Json] Proposal: the minimal edit Carsten Bormann
- Re: [Json] Proposal: the minimal edit Carsten Bormann
- Re: [Json] Proposal: the minimal edit John Cowan