Skip to content

Commit a710717

Browse files
committed
Remove atrisk on JSON Canonicallization.
Remove atrisk div on the use of HTML base. This was resolved in w3c/json-ld-syntax#134 (comment) which is reflected in the syntax document.
1 parent 59f6d31 commit a710717

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

index.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4628,7 +4628,7 @@ <h3>Algorithm</h3>
46284628
convert <var>value</var> to the <a>canonical lexical form</a>
46294629
using the result of transforming the <a>internal representation</a> of <var>value</var>
46304630
to JSON and set <var>datatype</var> to <code>rdf:JSON</code>.
4631-
<div class="issue atrisk">The JSON Canonicalization Scheme [[?JCS]]
4631+
<div class="issue">The JSON Canonicalization Scheme [[?JCS]]
46324632
is an emerging standard for JSON canonicalization
46334633
not yet ready to be referenced.
46344634
When a JSON canonicalization standard becomes available,
@@ -5127,7 +5127,7 @@ <h2>Data Round Tripping</h2>
51275127
which SHOULD be serialized as <code>\\</code> and <code>\"</code> respectively.</li>
51285128
</ul>
51295129

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

0 commit comments

Comments
 (0)