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

latestVersion

Type: string Default: auto-generated from shortName

The URL of the latest version of this specification. For W3C Working Groups, this is auto-generated as https://www.w3.org/TR/shortName/. Set this explicitly for Community Groups, Business Groups, or to override the default.

Basic usage

var respecConfig = {
  latestVersion: "https://wicg.github.io/my-feature/",
};

Notes

  • For standard W3C Working Group specs, you normally don't need to set this
  • Set to null to suppress the "Latest Published Version" link entirely
  • For Community Groups publishing on GitHub Pages, set this to your GitHub Pages URL

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