errata - speced/respec GitHub Wiki

errata

Type: string Default: undefined

URL to the errata document for this specification. Shown in the document header. Typically only relevant for "REC" (Recommendation) documents.

Basic usage

var respecConfig = {
  specStatus: "REC",
  errata: "https://www.w3.org/XML/xml-V10-5e-errata",
};

Notes

  • Primarily used for "REC" documents that have accumulated corrections since publication
  • For active specs still being edited, corrections go into the spec itself rather than a separate errata document