Skip to content

Commit 2117044

Browse files
committed
Fix JCS bibref.
1 parent e25edc0 commit 2117044

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

common/jsonld.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ const jsonld = {
6363
title: "JSON Canonicalization Scheme (JCS)",
6464
href: 'https://www.rfc-editor.org/rfc/rfc8785',
6565
authors: ['A. Rundgren', 'B. Jordan', 'S. Erdtman'],
66-
publisher: 'Informational',
67-
status: 'Internet-Draft',
68-
date: '20 January 2020'
66+
publisher: 'Network Working Group',
67+
status: 'Informational',
68+
date: 'June 2020'
6969
},
7070
// These necessary as specref uses the wrong URLs
7171
"RFC7231": {

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4975,8 +4975,7 @@ <h3>Algorithm</h3>
49754975
to JSON and set <var>datatype</var> to <code>rdf:JSON</code>.
49764976
<div class="issue">The JSON Canonicalization Scheme (JCS) [[?RFC8785]]
49774977
is a standard for JSON canonicalization.
4978-
When a JSON canonicalization standard becomes available,
4979-
this specification will likely be updated to require such a canonical representation.
4978+
This specification will likely be updated to require such a canonical representation.
49804979
Users are cautioned from depending on the
49814980
<a>JSON literal</a> lexical representation as an <a>RDF literal</a>,
49824981
as the specifics of serialization may change in a future revision of this document.</div></li>
@@ -7091,6 +7090,7 @@ <h2>Changes since Candidate Release of 05 March 2020</h2>
70917090
<li>Changed `[Exposed=(Window,Worker)]` to `[Exposed=JsonLd]`,
70927091
which is declared as a global interface in order to expose the {{JsonLdProcessor}} interface
70937092
for non-browser usage to address review suggestions.</li>
7093+
<li>Update bibliographic reference for JCS to [[RFC8785]].</li>
70947094
</ul>
70957095
</section>
70967096
<section id="ack"

0 commit comments

Comments
 (0)