prevRecShortname - speced/respec GitHub Wiki
prevRecShortname
Type: string
Default: undefined
The shortName of a previous version of this document that is a W3C Recommendation. Used when publishing a new version (e.g., Level 2) of an existing Recommendation.
Basic usage
var respecConfig = {
shortName: "css-grid-2",
prevRecShortname: "css-grid-1",
};
Notes
- Generates a "Previous Recommendation" link in the document header
- Use when the current spec supersedes a Recommendation under a different
shortName - Also see
prevRecURIto specify the full URL instead of the shortName