Skip to content
Marcos Caceres edited this page Mar 27, 2026 · 9 revisions

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/)

Guides

Configuration options

W3C Configuration options

Linting rules

Internal properties

Handled by ReSpec for you.

Special <section> IDs

HTML elements

Custom Elements

HTML attributes

CSS Classes

Special properties

Clone this wiki locally