noRecTrack - speced/respec GitHub Wiki

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