prevRecURI - speced/respec GitHub Wiki

prevRecURI

Type: string Default: auto-generated from prevRecShortname

The URL of the previous W3C Recommendation this document supersedes. Use a dated URL for stability.

Basic usage

var respecConfig = {
  prevRecURI: "https://www.w3.org/TR/2014/REC-css-color-3-20140805/",
};

Notes

  • Prefer a dated URL over the /TR/shortname/ shortcut — if the Recommendation is later rescinded, the undated link may become stale or redirect
  • If omitted but prevRecShortname is set, ReSpec auto-generates https://www.w3.org/TR/prevRecShortname/