From 2b3fbf83acfb26eb85110b49ecefc5634fce09ad Mon Sep 17 00:00:00 2001 From: Ivan Herman Date: Fri, 25 Apr 2025 08:48:25 +0200 Subject: [PATCH 1/2] Added errata management --- errata.html | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 2 ++ 2 files changed, 92 insertions(+) create mode 100644 errata.html diff --git a/errata.html b/errata.html new file mode 100644 index 0000000..6d0d9da --- /dev/null +++ b/errata.html @@ -0,0 +1,90 @@ + + + + + + Open Errata for the Bitstring Status List v1.0 + + + + + + + + + + +
+ +
+

Open Errata for the Bitstring Status List v1.0

+
+
Latest errata update:
+
+
Number of recorded errata:
+
+
Link to all errata:
+
+
+ +
+

How to Submit an Erratum?

+

Errata are introduced and stored in the issue list of the group‘s GitHub repository. The workflow to add a new erratum is as follows:

+
    +
  • An issue is raised for a possible erratum. The label of the issue SHOULD be set to “PossibleErratum”. One erratum might have several labels.
  • +
  • The community discusses the issue. If it is accepted as a genuine erratum, the label “Errata” is added to the entry and the “PossibleErratum” label should be removed. Additionally, a new comment on the issue MAY be added, beginning with the word "Summary:" (if such a summary is useful based on the discussion).
  • +
  • Issues labeled as “Errata” are displayed below.
  • +
  • If the community rejects the issue as an erratum, the issue should be closed (but they will not be removed from the listing below, to ensure a historical record).
  • +
  • Each errata may also be labelled as “Editorial”; editorial errata are listed separately from the substantive ones.
  • +
  • ALL substantive errata are generally expected to have corresponding test(s), either in the form of new tests or modifications to existing tests, or must include the rationale for why test updates are not required for the erratum.
  • +
+ +

This report contains a reference to all open issues with the label Errata.

+ +

If you have problems following this process, but you want nevertheless to report an error, you can also contact the staff contact of the Working Group, ivan.

+
+
+ +
+ +
+ +
+

Open Errata on the “Bitstring Status List v1.0"

+
+
Latest Published Version:
+
https://www.w3.org/TR/vc-bitstring-status-list/
+
Editor’s draft:
+
https://github.com/w3c/vc-bitstring-status-list
+
Latest Publication Date:
+
15 May 2025
+
+
+

Substantive Issues

+
+
+

Editorial Issues

+
+
+
+ + + + diff --git a/index.html b/index.html index 849332b..c1c6655 100644 --- a/index.html +++ b/index.html @@ -114,6 +114,8 @@ // post process postProcess: [window.respecVc.createVcExamples], + errata: "https://w3c.github.io/vc-bitstring-status-list/errata.html", + // URI of the patent status for this WG, for Rec-track documents // !!!! IMPORTANT !!!! // This is important for Rec-track documents, do not copy a patent URI from a random From dde491e86cb91d2f46c5b2585720507854ee8039 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sun, 27 Apr 2025 15:19:58 -0400 Subject: [PATCH 2/2] Fix quote matching in errata.html. Co-authored-by: Dave Longley --- errata.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errata.html b/errata.html index 6d0d9da..d6b79c4 100644 --- a/errata.html +++ b/errata.html @@ -57,7 +57,7 @@

How to Submit an Erratum?

-

Open Errata on the “Bitstring Status List v1.0"

+

Open Errata on the “Bitstring Status List v1.0”

Latest Published Version:
https://www.w3.org/TR/vc-bitstring-status-list/