File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ const jsonld = {
63
63
title : "JSON Canonicalization Scheme (JCS)" ,
64
64
href : 'https://www.rfc-editor.org/rfc/rfc8785' ,
65
65
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'
69
69
} ,
70
70
// These necessary as specref uses the wrong URLs
71
71
"RFC7231" : {
Original file line number Diff line number Diff line change @@ -4975,8 +4975,7 @@ <h3>Algorithm</h3>
4975
4975
to JSON and set < var > datatype</ var > to < code > rdf:JSON</ code > .
4976
4976
< div class ="issue "> The JSON Canonicalization Scheme (JCS) [[?RFC8785]]
4977
4977
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.
4980
4979
Users are cautioned from depending on the
4981
4980
< a > JSON literal</ a > lexical representation as an < a > RDF literal</ a > ,
4982
4981
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>
7091
7090
< li > Changed `[Exposed=(Window,Worker)]` to `[Exposed=JsonLd]`,
7092
7091
which is declared as a global interface in order to expose the {{JsonLdProcessor}} interface
7093
7092
for non-browser usage to address review suggestions.</ li >
7093
+ < li > Update bibliographic reference for JCS to [[RFC8785]].</ li >
7094
7094
</ ul >
7095
7095
</ section >
7096
7096
< section id ="ack "
You can’t perform that action at this time.
0 commit comments