Skip to content

implementationReportURI

Marcos Caceres edited this page Mar 28, 2026 · 9 revisions

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

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