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

prEnd

Type: string Default: undefined

The end date of the Proposed Recommendation review period, in "YYYY-MM-DD" format. Required when specStatus is "PR".

Basic usage

var respecConfig = {
  specStatus: "PR",
  crEnd: "2025-06-01",
  prEnd: "2025-08-01",
};

Notes

  • Required for "PR" — ReSpec will warn if missing
  • "PR" also requires crEnd
  • Format must be "YYYY-MM-DD"

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