previousMaturity
Pages 154
Guides
Configuration options
- addSectionLinks
- authors
- caniuse
- edDraftURI
- editors
- favicon
- format (markdown)
- formerEditors
- github
- highlightVars
- isPreview
- license
- lint
- localBiblio
- logos
- maxTocLevel
- mdn
- modificationDate
- noTOC
- otherLinks
- pluralize
- postProcess
- preProcess
- previousDiffURI
- previousMaturity
- previousPublishDate
- prevRecShortname
- prevRecURI
-
processVersion(Deprecated) - publishDate
-
refNote(Deprecated) - shortName
- specStatus
- subjectPrefix
- subtitle
- testSuiteURI
- xref
W3C Configuration options
- additionalCopyrightHolders
-
addPatentNote(Deprecated) - alternateFormats
- canonicalURI
- charterDisclosureURI
- copyrightStart
- crEnd
- doJsonLd
- errata
- group
- implementationReportURI
- lcEnd
- level
- noRecTrack
- prevED
- submissionCommentNumber
-
wg(Deprecated) -
wgId(Deprecated) -
wgPatentPolicy(Deprecated) -
wgPatentURI(Deprecated) - wgPublicList
-
wgURI(Deprecated)
Linter rules
a11y
check-punctuation
local-refs-exist
no-headingless-sections
no-http-props
no-unused-vars
privsec-section
wpt-tests-exist
Internal properties
Handled by ReSpec for you.
Special <section>
IDs
HTML elements
Custom Elements
WebIDL
HTML attributes
- data-abbr
-
data-cite(Not recommended) - data-dfn-for
- data-dfn-type
- data-format
- data-include-format
- data-include-replace
- data-include
- data-link-for
- data-link-type
- data-local-lt
- data-lt-no-plural
- data-lt-noDefault
- data-lt
- data-number
- data-oninclude
- data-sort
- data-tests
-
data-transform(Deprecated) - dir
- lang
CSS Classes
- appendix
- ednote
- example
- export
- exclude
- informative
- introductory
- lint-ignore
- nohighlight
- nolinks
- notoc
- note
- override
- permission
- practice
- practicedesc
- practicelab
- remove
- no-link-warnings
Special properties
Clone this wiki locally
previousMaturity
A specStatus
identifier (e.g., "CR"). When a previousPublishDate
is specified, this is typically required as well in order to generate the "Previous Version" link since it includes an indication of the previous document's maturity level, which cannot be guessed. The values are the same as for specStatus
.
Please note that some values of this option make no sense depending on the current document specStatus
but that the rules for validating consistency are convoluted enough that ReSpec does not try to check them. If you pick the wrong value (typically by forgetting to change it), the Link Checker will most likely catch the error before publication (the same goes for previousPublishDate
).
var respecConfig = {
previousPublishDate: "2014-05-01",
previousMaturity: "LC",
};