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

noRecTrack

Type: boolean Default: false

Marks the document as not intended to become a W3C Recommendation. Use this for Group Notes, informational documents, and Working Group Notes that are on the Notes track rather than the Recommendation track.

Basic usage

var respecConfig = {
  specStatus: "NOTE",
  noRecTrack: true,
};

Notes

  • Use when specStatus is a Notes-track value ("DNOTE", "NOTE", "STMT") to make this explicit
  • ReSpec warns if a Rec-track specStatus is set alongside noRecTrack: true

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