|
25 | 25 | // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
|
26 | 26 | // and its maturity status
|
27 | 27 | prevVersion: "https://www.w3.org/TR/2020/PR-json-ld11-api-20200507/",
|
28 |
| - previousPublishDate: "2020-05-17", |
| 28 | + previousPublishDate: "2020-05-07", |
29 | 29 | previousMaturity: "PR",
|
30 | 30 | prevRecURI: "https://www.w3.org/TR/2014/REC-json-ld-api-20140116/",
|
| 31 | + errata: "https://w3c.github.io/json-ld-api/errata/", |
31 | 32 |
|
32 | 33 | // if there a publicly available Editor's Draft, this is the link
|
33 | 34 | edDraftURI: "https://w3c.github.io/json-ld-api/",
|
@@ -7087,10 +7088,16 @@ <h2>Changes since Candidate Release of 05 March 2020</h2>
|
7087 | 7088 | to update <var>cl reference</var> and not <var>node</var>.</li>
|
7088 | 7089 | <li>Added <a href="#api-keywords" class="sectionRef"></a> to describe
|
7089 | 7090 | the `preserve` keyword, which is only used for framing.</li>
|
| 7091 | + </ul> |
| 7092 | +</section> |
| 7093 | +<section class="appendix informative" id="changes-from-cr"> |
| 7094 | + <h2>Changes since Proposed Recommendation Release of 7 May 2020</h2> |
| 7095 | + <ul> |
| 7096 | + <li>Removed remaining "at-risk" notes.</li> |
| 7097 | + <li>Update bibliographic reference for JCS to [[RFC8785]].</li> |
7090 | 7098 | <li>Changed `[Exposed=(Window,Worker)]` to `[Exposed=JsonLd]`,
|
7091 | 7099 | which is declared as a global interface in order to expose the {{JsonLdProcessor}} interface
|
7092 | 7100 | for non-browser usage to address review suggestions.</li>
|
7093 |
| - <li>Update bibliographic reference for JCS to [[RFC8785]].</li> |
7094 | 7101 | </ul>
|
7095 | 7102 | </section>
|
7096 | 7103 | <section id="ack"
|
|
0 commit comments