--- a/spec/PR/json-ld-api/20131105/diff-20130910.html Thu Oct 31 15:17:25 2013 +0100
+++ b/spec/PR/json-ld-api/20131105/diff-20130910.html Thu Oct 31 15:24:39 2013 +0100
@@ -1050,20 +1050,22 @@
Changes
since
the
-<a href="http://www.w3.org/TR/2013/WD-json-ld-api-20130411/">
<del class="diff-old">11 April 2013
-</del>
-<ins class="diff-chg">11 April 2013
-</ins>
Last
Call
Working
Draft
+</del>
+<a href="http://www.w3.org/TR/2013/CR-json-ld-api-20130910/">
+<ins class="diff-chg">10 September 2013
+Candidate
+Recommendation
+</ins>
</a>:
</p>
<ul>
<li>
-Use
+<del class="diff-old">Use
of
DOM
Futures
@@ -1075,8 +1077,6 @@
Application
Programming
Interface
-</li>
-<li>
Processing
of
terms
@@ -1088,29 +1088,15 @@
without
raising
an
-<code class="error">
-<a href="#idl-def-JsonLdErrorCode.cyclic-IRI-mapping">
cyclic
-<abbr title="Internationalized Resource Identifier">
-IRI
-</abbr>
-mapping
-</a>
-</code>
-error
-</li>
-<li>
+IRI
+mapping
+error
Raise
an
-<code class="error">
-<a href="#idl-def-JsonLdErrorCode.invalid-IRI-mapping">
-invalid
-<abbr title="Internationalized Resource Identifier">
-IRI
-</abbr>
-mapping
-</a>
-</code>
+invalid
+IRI
+mapping
error
if
relative
@@ -1120,34 +1106,18 @@
in
term
definitions
-</li>
-<li>
Support
relative
IRIs
in
-<code>
@base
-</code>
-</li>
-<li>
Remove
default
value
of
-<code class="idlMemberName">
-<a href="#idl-def-JsonLdOptions">
JsonLdOption's
-</a>
-</code>
-<code class="idlMemberName">
-<a href="#widl-JsonLdOptions-base">
-base
-</a>
-</code>
-member
-</li>
-<li>
+base
+member
Support
lists
of
@@ -1157,44 +1127,33 @@
RDF
as
JSON-LD
-</li>
-<li>
Support
for
relative
URLs
in
-<code>
@base
-</code>
and
documents
that
do
not
have
-a
-base
-value
-</li>
-</ul>
-<p>
+</del>
+<ins class="diff-chg">Fixed
+</ins>
+a
+<del class="diff-old">base
+value
Changes
since
the
-<a href="http://www.w3.org/TR/2013/WD-json-ld-api-20130516/">
-<del class="diff-old">16 May 2013
-</del>
-<ins class="diff-chg">16 May 2013
-</ins>
+16 May 2013
Last
Call
Working
Draft
-</a>:
-</p>
-<ul>
-<li>
+:
Ensure
determinism
of
@@ -1209,19 +1168,15 @@
the
processing
order
-</li>
-<li>
Change
the
default
value
of
the
-<em>
use
native
types
-</em>
flag
in
the
@@ -1231,23 +1186,18 @@
JSON-LD
algorithm
to
-<code>
false
-</code>
-</li>
-<li>
Clarify
-that
-the
-<i>
-identifier
-map
-</i>
-and
-the
-<i>
+</del>
+<ins class="diff-chg">bug
+</ins>
+that
+<del class="diff-old">the
+identifier
+map
+and
+the
counter
-</i>
used
by
the
@@ -1269,22 +1219,24 @@
to
RDF
algorithms
-</li>
-<li>
Raise
an
error
if
a
-blank
-node
-is
-used
-as
+</del>
+<ins class="diff-chg">relabeled
+</ins>
+blank
+node
+<del class="diff-old">is
+</del>
+<ins class="diff-chg">identifiers
+</ins>
+used
+<del class="diff-old">as
data
type
-</li>
-<li>
Clarify
that
blank
@@ -1295,41 +1247,28 @@
as
value
of
-<code>
@vocab
-</code>
-</li>
-<li>
When
generating
RDF,
exclude
-<a href="#dfn-rdf-triple" title="rdf-triple" class="tref internalDFN">
triples
-</a>
containing
a
-<a href="#dfn-blank-node" title="blank-node" class="tref internalDFN">
-blank
-node
-</a>
-<a href="#dfn-rdf-predicate" title="rdf-predicate" class="tref internalDFN">
+blank
+node
predicate
-</a>,
+,
unless
the
-<i>
produce
generalized
RDF
-</i>
flag
is
set;
discard
-<a href="#dfn-rdf-triple" title="rdf-triple" class="tref internalDFN">
triples
-</a>
containing
relative
IRIs
@@ -1338,14 +1277,10 @@
with
a
relative
-<abbr title="Internationalized Resource Identifier">
-IRI
-</abbr>
+IRI
as
graph
name
-</li>
-<li>
Update
reference
to
@@ -1356,58 +1291,45 @@
called
DOM
Futures)
-</li>
-<li>
Fix
bug
in
-<a href="#serialize-rdf-as-json-ld-algorithm">
Serialize
RDF
to
JSON-LD
algorithm
-</a>
to
handle
lists
correctly
-</li>
-<li>
Support
processing
of
documents
-with
-a
-<code>
-+json
-</code>
+</del>
+with
+<ins class="diff-new">reverse
+properties
+inconsistently
+when
+creating
+</ins>
+a
+<del class="diff-old">+json
media
type
as
defined
in
[
-<cite>
-<a href="#bib-RFC6839" class="bibref">
RFC6839
-</a>
-</cite>
]
-</li>
-<li>
Use
the
-<a class="idlType" href="#idl-def-LoadDocumentCallback">
-<code>
LoadDocumentCallback
-</code>
-</a>
(previously
-<code>
LoadContextCallback
-</code>
)
to
retrieve
@@ -1416,17 +1338,25 @@
and
remote
documents
-</li>
-<li>
-Allow
+</del>
+<ins class="diff-chg">node
+map
+.
+</ins>
+</li>
+<li>
+<del class="diff-old">Allow
contexts
to
be
passed
into
+</del>
+<ins class="diff-chg">Made
+</ins>
the
API
-directly.
+<del class="diff-old">directly.
Previously
only
context
@@ -1435,60 +1365,19 @@
objects
having
a
-<code>
@context
-</code>
member
were
allowed.
-</li>
-<li>
Clarify
the
usage
of
the
-<code class="idlMemberName">
-<a href="#widl-JsonLdOptions-documentLoader">
documentLoader
-</a>
-</code>
option.
-</li>
-</ul>
-<p>
-<ins class="diff-new">Changes
-since
-the
-</ins><a href="http://www.w3.org/TR/2013/CR-json-ld-api-20130910/"><ins class="diff-new">
-10 September 2013
-Candidate
-Recommendation
-</ins></a>:</p><ul><li><ins class="diff-new">
-Fixed
-a
-bug
-that
-relabeled
-blank
-node
-identifiers
-used
-with
-reverse
-properties
-inconsistently
-when
-creating
-a
-node
-map
-.
-</ins></li><li><ins class="diff-new">
-Made
-the
-API
-non-normative
+</del>
+<ins class="diff-chg">non-normative
given
that
Promises
@@ -1497,7 +1386,10 @@
not
properly
specified.
-</ins></li></ul><p>
+</ins>
+</li>
+</ul>
+<p>
This
document
was
@@ -35622,8 +35514,7 @@
http://www.ietf.org/rfc/rfc5988.txt
</a>
<del class="diff-old">[WEBIDL]
-</del>
-<del class="diff-old">Cameron
+Cameron
McCormack,
Editor.
Web
@@ -35781,8 +35672,9 @@
</ins></dt><dd rel="dcterms:references"><ins class="diff-new">
Domenic
Denicola.
-</ins><cite><a href="https://github.com/domenic/promises-unwrapping"><ins class="diff-new">
-Promise
+</ins><cite>
+<a href="https://github.com/domenic/promises-unwrapping">
+<ins class="diff-new">Promise
Objects
</ins></a>.</cite><ins class="diff-new">
October
@@ -35802,8 +35694,7 @@
at
</ins><a href="https://github.com/domenic/promises-unwrapping"><ins class="diff-new">
https://github.com/domenic/promises-unwrapping
-</ins></a>
-</dd>
+</ins></a></dd>
<dt id="bib-RDF11-CONCEPTS">
[RDF11-CONCEPTS]
</dt>
--- a/spec/PR/json-ld-api/20131105/index.html Thu Oct 31 15:17:25 2013 +0100
+++ b/spec/PR/json-ld-api/20131105/index.html Thu Oct 31 15:24:39 2013 +0100
@@ -552,52 +552,6 @@
next two months.</p>
<p>Changes since the
- <a href="http://www.w3.org/TR/2013/WD-json-ld-api-20130411/">11 April 2013 Last Call Working Draft</a>:</p>
-
- <ul>
- <li>Use of DOM Futures instead of callbacks in the Application Programming Interface</li>
- <li>Processing of terms that are redefined to themselves without raising an
- <code class="error"><a href="#idl-def-JsonLdErrorCode.cyclic-IRI-mapping">cyclic <abbr title="Internationalized Resource Identifier">IRI</abbr> mapping</a></code> error</li>
- <li>Raise an <code class="error"><a href="#idl-def-JsonLdErrorCode.invalid-IRI-mapping">invalid <abbr title="Internationalized Resource Identifier">IRI</abbr> mapping</a></code>
- error if relative URLs are used in term definitions</li>
- <li>Support relative IRIs in <code>@base</code></li>
- <li>Remove default value of <code class="idlMemberName"><a href="#idl-def-JsonLdOptions">JsonLdOption's</a></code>
- <code class="idlMemberName"><a href="#widl-JsonLdOptions-base">base</a></code> member</li>
- <li>Support lists of lists when serializing RDF as JSON-LD</li>
- <li>Support for relative URLs in <code>@base</code> and documents that
- do not have a base value</li>
- </ul>
-
- <p>Changes since the
- <a href="http://www.w3.org/TR/2013/WD-json-ld-api-20130516/">16 May 2013 Last Call Working Draft</a>:</p>
-
- <ul>
- <li>Ensure determinism of the Deserialize JSON-LD to RDF algorithm by specifying the processing order</li>
- <li>Change the default value of the <em>use native types</em> flag in the Serialize RDF as JSON-LD
- algorithm to <code>false</code></li>
- <li>Clarify that the <i>identifier map</i> and the <i>counter</i> used by the
- Generate Blank Node Identifier algorithm are reset before running the Flattening
- and the Deserialize JSON-LD to RDF algorithms</li>
- <li>Raise an error if a blank node is used as data type</li>
- <li>Clarify that blank node identifier are supported as value of <code>@vocab</code></li>
- <li>When generating RDF, exclude <a href="#dfn-rdf-triple" title="rdf-triple" class="tref internalDFN">triples</a> containing a
- <a href="#dfn-blank-node" title="blank-node" class="tref internalDFN">blank node</a> <a href="#dfn-rdf-predicate" title="rdf-predicate" class="tref internalDFN">predicate</a>, unless the
- <i>produce generalized RDF</i> flag is set; discard <a href="#dfn-rdf-triple" title="rdf-triple" class="tref internalDFN">triples</a>
- containing relative IRIs and graphs with a relative <abbr title="Internationalized Resource Identifier">IRI</abbr> as graph name</li>
- <li>Update reference to DOM Promises (have been called DOM Futures)</li>
- <li>Fix bug in <a href="#serialize-rdf-as-json-ld-algorithm">Serialize RDF to JSON-LD algorithm</a> to
- handle lists correctly</li>
- <li>Support processing of documents with a <code>+json</code> media type as defined in
- [<cite><a href="#bib-RFC6839" class="bibref">RFC6839</a></cite>]</li>
- <li>Use the <a class="idlType" href="#idl-def-LoadDocumentCallback"><code>LoadDocumentCallback</code></a> (previously <code>LoadContextCallback</code>)
- to retrieve remote contexts and remote documents</li>
- <li>Allow contexts to be passed into the API directly. Previously only context documents, i.e.,
- objects having a <code>@context</code> member were allowed.</li>
- <li>Clarify the usage of the
- <code class="idlMemberName"><a href="#widl-JsonLdOptions-documentLoader">documentLoader</a></code> option.</li>
- </ul>
-
- <p>Changes since the
<a href="http://www.w3.org/TR/2013/CR-json-ld-api-20130910/">10 September 2013 Candidate Recommendation</a>:</p>
<ul>