Skip to content

atrisk #137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4628,7 +4628,7 @@ <h3>Algorithm</h3>
convert <var>value</var> to the <a>canonical lexical form</a>
using the result of transforming the <a>internal representation</a> of <var>value</var>
to JSON and set <var>datatype</var> to <code>rdf:JSON</code>.
<div class="issue atrisk">The JSON Canonicalization Scheme [[?JCS]]
<div class="issue">The JSON Canonicalization Scheme [[?JCS]]
is an emerging standard for JSON canonicalization
not yet ready to be referenced.
When a JSON canonicalization standard becomes available,
Expand Down Expand Up @@ -5127,7 +5127,7 @@ <h2>Data Round Tripping</h2>
which SHOULD be serialized as <code>\\</code> and <code>\"</code> respectively.</li>
</ul>

<p class="issue atrisk changed">The JSON Canonicalization Scheme [[?JCS]]
<p class="issue changed">The JSON Canonicalization Scheme [[?JCS]]
is an emerging standard for JSON canonicalization
not yet ready to be referenced.
When a JSON canonicalization standard becomes available,
Expand Down Expand Up @@ -5851,11 +5851,6 @@ <h3>LoadDocumentCallback</h3>
<li>Set <var>documentUrl</var> to the the <a data-cite="HTML/urls-and-fetching.html#document-base-url">Document Base URL</a>
of <a data-link-for="LoadDocumentCallback">url</a>, as defined in [[HTML]],
using the existing <var>documentUrl</var> as the document's URL.
<div class="issue atrisk">
The use of the <a data-cite="HTML/urls-and-fetching.html#document-base-url">Document Base URL</a>
from [[HTML]] for setting the <a>base IRI</a> of the enclosed JSON-LD
is an experimental feature, which may be changed in a future version of this specification.
</div>
</li>
<li>If the <a data-link-for="LoadDocumentCallback">url</a> parameter
contains a <a data-cite="RFC3986#section-3.5">fragment identifier</a>,
Expand Down