edDraftURI - speced/respec GitHub Wiki

edDraftURI

Type: string Default: auto-generated from github and shortName

The URL of the Editor's Draft. Shown in the document header as a "This version" or "Latest editor's draft" link.

Basic usage

var respecConfig = {
  specStatus: "ED",
  edDraftURI: "https://w3c.github.io/payment-request/",
};

Notes

  • When github is set, edDraftURI is automatically derived from the repo — you usually don't need to set it manually
  • Set to null to suppress the link: edDraftURI: null
  • For published W3C documents, editors' drafts are typically hosted on GitHub Pages (https://w3c.github.io/short-name/)