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

crEnd

Type: string Default: undefined

The end date of the Candidate Recommendation review period, in "YYYY-MM-DD" format. Required when specStatus is "CR" or "CRD". This date tells implementers how long they have before the spec may advance to Proposed Recommendation.

Basic usage

var respecConfig = {
  specStatus: "CR",
  crEnd: "2025-09-01",
};

Notes

  • Required for "CR" and "CRD" — ReSpec will warn if missing
  • Also required for "PR" (alongside prEnd)
  • Format must be "YYYY-MM-DD"
  • This is the date the group commits to maintaining the document at its current maturity level until

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