Re: Last Call: (Concise Binary Object Representation (CBOR)) to Proposed Standard

2013-08-02 Thread Manger, James H
draft-bormann-cbor-04 adds text about handling maps with multiple identical keys., but it is contradictory. Section 3.4. "Specifying Keys for Maps" says: A CBOR-based protocol should make an intentional decision about what to do when a receiving application sees multiple identical keys in a

Re: Last Call: (Concise Binary Object Representation (CBOR)) to Proposed Standard

2013-08-01 Thread Manger, James H
draft-bormann-cbor-04 adds text about handling maps with multiple identical keys., but it is contradictory. Section 3.4. "Specifying Keys for Maps" says: A CBOR-based protocol should make an intentional decision about what to do when a receiving application sees multiple identical keys in a

RE: [apps-discuss] Last Call: (JSON Pointer) to Proposed Standard

2012-12-18 Thread Manger, James H
If we were starting from scratch and defining JSON Pointer again I would argue for distinguishing array indices and object names in the syntax. For instance, prefix an object name with "/" and an array index with ":". json-pointer = *segment segment = "/" name / ":" index name = *( un

RE: [whatwg] New URL Standard from Anne van Kesteren on 2012-09-24 (public-whatwg-arch...@w3.org from September 2012)

2012-10-24 Thread Manger, James H
> On Wed, 24 Oct 2012, Manger, James H wrote: > > > > Currently, I don't think url.spec.whatwg.org distinguishes between > > strings that are valid URLs and strings that can be interpreted as > > URLs by applying its standardised error handling. Consequently, err

RE: [whatwg] New URL Standard from Anne van Kesteren on 2012-09-24 (public-whatwg-arch...@w3.org from September 2012)

2012-10-24 Thread Manger, James H
> From: Ian Hickson [mailto:i...@hixie.ch] > I think we can agree that the error handling should be, at the option > of the software developer, either to handle the input as defined by the > spec's algorithms, or to abort and not handle the input at all. Currently, I don't think url.spec.whatwg.or