implementationReportURI - speced/respec GitHub Wiki
implementationReportURI
Type: string
Default: undefined
URL of the implementation report showing how implementations perform against the test suite. Shown in the document header as an "Implementation report" link. Required for Candidate Recommendation ("CR") documents.
Basic usage
var respecConfig = {
specStatus: "CR",
implementationReportURI: "https://wpt.fyi/results/payment-request",
};
Notes
- Required or strongly recommended for
"CR"— reviewers need to see implementation status - Can link to a wpt.fyi results page, a GitHub page, or a custom report