Skip to content
Marcos Caceres edited this page Mar 28, 2026 · 8 revisions

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/

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