|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html>
|
3 | 3 | <head>
|
4 |
| - <title>Verifiable Credential Data Integrity 1.0</title> |
| 4 | + <title>Verifiable Credential Data Integrity 1.1</title> |
5 | 5 | <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
|
6 | 6 | <!--
|
7 | 7 | === NOTA BENE ===
|
|
16 | 16 | <script type="text/javascript" class="remove">
|
17 | 17 | var respecConfig = {
|
18 | 18 | // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
|
19 |
| - specStatus: "REC", |
| 19 | + specStatus: "ED", |
20 | 20 |
|
21 | 21 | // the specification's short name, as in http://www.w3.org/TR/short-name/
|
22 |
| - shortName: "vc-data-integrity", |
| 22 | + shortName: "vc-data-integrity-1.1", |
23 | 23 |
|
24 | 24 | // subtitle
|
25 | 25 | subtitle: "Securing the Integrity of Verifiable Credential Data",
|
26 | 26 |
|
27 | 27 | // if you wish the publication date to be other than today, set this
|
28 |
| - publishDate: "2025-5-15", |
| 28 | + //publishDate: "2025-5-15", |
29 | 29 | //crEnd: "2025-01-19",
|
30 | 30 | //prEnd: "2025-4-17",
|
31 | 31 |
|
32 | 32 | // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
|
33 | 33 | // and its maturity status
|
34 |
| - // previousPublishDate: "1977-03-15", |
35 |
| - // previousMaturity: "WD", |
| 34 | + previousPublishDate: "2025-5-15", |
| 35 | + previousMaturity: "REC", |
36 | 36 |
|
37 | 37 | // if there a publicly available Editor's Draft, this is the link
|
38 | 38 | edDraftURI: "https://w3c.github.io/vc-data-integrity/",
|
39 | 39 | errata: "https://w3c.github.io/vc-data-integrity/errata.html",
|
40 | 40 |
|
41 | 41 | // if this is a LCWD, uncomment and set the end of its review period
|
42 |
| - implementationReportURI: "https://w3c.github.io/vc-data-integrity/implementations/", |
| 42 | + //implementationReportURI: "https://w3c.github.io/vc-data-integrity/implementations/", |
43 | 43 |
|
44 | 44 | // if you want to have extra CSS, append them to this list
|
45 | 45 | // it is recommended that the respec.css stylesheet be kept
|
|
0 commit comments