Skip to content

Commit b7f9a03

Browse files
committed
Add changes since PR and errata configuration. Fix prevPublishDate.
1 parent 2117044 commit b7f9a03

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
2626
// and its maturity status
2727
prevVersion: "https://www.w3.org/TR/2020/PR-json-ld11-api-20200507/",
28-
previousPublishDate: "2020-05-17",
28+
previousPublishDate: "2020-05-07",
2929
previousMaturity: "PR",
3030
prevRecURI: "https://www.w3.org/TR/2014/REC-json-ld-api-20140116/",
31+
errata: "https://w3c.github.io/json-ld-api/errata/",
3132

3233
// if there a publicly available Editor's Draft, this is the link
3334
edDraftURI: "https://w3c.github.io/json-ld-api/",
@@ -7087,10 +7088,16 @@ <h2>Changes since Candidate Release of 05 March 2020</h2>
70877088
to update <var>cl reference</var> and not <var>node</var>.</li>
70887089
<li>Added <a href="#api-keywords" class="sectionRef"></a> to describe
70897090
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>
70907098
<li>Changed `[Exposed=(Window,Worker)]` to `[Exposed=JsonLd]`,
70917099
which is declared as a global interface in order to expose the {{JsonLdProcessor}} interface
70927100
for non-browser usage to address review suggestions.</li>
7093-
<li>Update bibliographic reference for JCS to [[RFC8785]].</li>
70947101
</ul>
70957102
</section>
70967103
<section id="ack"

0 commit comments

Comments
 (0)