Gregg Kellogg: Dave commented on it. Can we reclassify it Dave? ✪
David I. Lehn: I do not remember exactly as it was back in November ✪
Benjamin Young: This is related to safe mode and we haven't got an issue about safe mode yet. Need to make an issue on json-ld-api about describing JSON-LD Safe Mode ✪
Benjamin Young: VC and other implementations depend on that and we need to make an issue to add it to the charter at least ✪
https://github.com/w3c/json-ld-api/pull/625 -> Pull Request 625 (closes #555) Fall back to default logic in `useNativeTypes` mode for RDF numbers which are not JSON numbers (by anatoly-scherbakov) [class-3] ✪
Gregg Kellogg: We can finish this soon but Pierre-Antoine came up with approval and change requests ✪
Pierre-Antoine Champin: Spec text is ok but the test has an issue. It tests something against xsd:decimal which mismatches the text ✪
Pierre-Antoine Champin: Exponential notation is not allowed in the lexical representation ✪
David I. Lehn: That's what jsonld.js does and there are a bunch of tests for it ✪
Gregg Kellogg: Changes like this need people to sponsor and track them ✪
Benjamin Young: We will do this but what is the process? PR to the API spec perhaps, or write it up in some giant issue? ✪
David I. Lehn: Maybe it doesn't need to be in the spec initially ✪
David I. Lehn: But we can describe what this mode does and put it somewhere else to see whether that's what people want ✪
Benjamin Young: Maybe this could be a separate document or a separate issue ✪
David I. Lehn: Might be hard to write this as an issue. If we did a PR this would change the spec text. Maybe it would be easier to keep it as a separate document ✪
Gregg Kellogg: Maybe a wiki article which can then be edited then ✪
Gregg Kellogg: Champions in the group would drive this discussion, communication with VC and other groups, and ultimately PRs ✪
David I. Lehn: I wrote the code, just need time to drive this ✪
Benjamin Young: We do not have an issue to track this and keep it on the radar ✪
Gregg Kellogg: Let's create a tracking issue in the syntax repo if it influences multiple specs ✪
Gregg Kellogg: But the ideas might be developed in a wiki entry rather than in issue comments ✪
Benjamin Young: It works to reference wiki page from the issue ✪
David I. Lehn: Haven't seen projects using GitHub wiki functionality ✪
https://github.com/w3c/json-ld-api/issues/627 -> Issue 627 Recommend a way for dependent specs to call into this one, that's not WebIDL (by jyasskin) [ms:future-work] [needs discussion] ✪
Gregg Kellogg: We specify interfaces with WebIDL. If you call spec to spec it is not very useful, it was designed to describe web browser interfaces ✪
Gregg Kellogg: We hijacked that in 1.1 to describe JSON-LD interfaces ✪
Benjamin Young: There is a bit of confusion about usage of WebIDL ✪
Ivan Herman: We might look into using IDL instead of WebIDL because json-ld is not necessarily implemented in a browser ✪
Gregg Kellogg: WebIDL describes method signatures, how to create Promises, and ultimately returning the data structures ✪
Gregg Kellogg: If not WebIDL then we'd invent something that does what WebIDL does ✪
Gregg Kellogg: WebIDL does what we want but strict conformance to WebIDL is confusing especially because its tools are JS specific ✪
Gregg Kellogg: We might to add some text to JSON-LD Processor Interface that explains why we use WebIDL ✪
Gregg Kellogg: Removal of WebIDL will mean a substantial change worth JSON-LD 2.0 ✪
Anatoly Scherbakov: I recall a conversation that not every implementation may strictly conform to WebIDL, for instance BISON> ✪
... Does that mean the implementation is not conformant? We might add something to the spec saying that WebIDL interface does not need to be followed to the letter, but if you conform to the norms of your language, you would be conformant.
... Secondly, could a theoretical replacement be an RDF Ontology? That would be a big undertaking.
Pierre-Antoine Champin: We could respond to the issue that we were required to use WebIDL in the past ✪
Pierre-Antoine Champin: Removal of WebIDL would create a lot of work and break backwards compatibility ✪
Pierre-Antoine Champin: We could clarify that the use of WebIDL should be a requirement for browsers to implement it, it is just a language customary for use in W3C ✪
Pierre-Antoine Champin: Will look into documenting that in our issues ✪
Pierre-Antoine Champin: If we acknowledge it has some issues we might not need to do huge work on this subject ✪
Ted Thibodeau Jr.: Within .doc documents, there were multiple versions but at some point .docx was introduced ✪
Pierre-Antoine Champin: Also, the move from .doc to .docx was a move from a closed proprietary format to an open-ish format ✪
Ted Thibodeau Jr.: There is original JPEG and JPEG2000 but applications can distinguish ✪
Niklas Lindström: Indeed. HTML, javascript, XML, CSS; the web is full of formats whose syntax evolves in sometimes non-backwards-compatible ways, yet keep the same media type? Some may be better designed than others to cater for it though. ✪
Anatoly Scherbakov: .Doc and .docx are fundamentally different formats, one proprietary, the other open-ish. ✪
... I don't think the same can be said about JSON-LD.
Ted Thibodeau Jr.: What happens when a tool for JSON-LD 1.1 encounters a document in 1.2? Does it choke, or a part of 1.2 document gets ignored or does it just work? ✪
Ted Thibodeau Jr.: 1.2 Changes are a bit deeper than what happened between 1.0 and 1.1 ✪
Ted Thibodeau Jr.: They might be important enough to go to 2.0 which might even warrant a new media type ✪
Benjamin Young: There's a huge risk about changing the media type for JSON-LD, most of these are embedded in html pages ✪
Benjamin Young: These tools are very unlikely to change and people are unlikely to opt into 2.0 unless there is a really good reason ✪
Benjamin Young: With 1.1 we tried to gradually improve the standard ✪
Benjamin Young: We might end up creating two things: 1.2 with backward compatibility and 2.0 that breaks it ✪
Gregg Kellogg: In many instances media type hasn't changed because consequences would be too drastic ✪
Pierre-Antoine Champin: Agree with everything that had been said| ✪
Gregg Kellogg: I will not be here on next meeting in two weeks ✪