diff --git a/index.html b/index.html index 571abe9c..eed7bb3e 100644 --- a/index.html +++ b/index.html @@ -48,6 +48,12 @@ issueBase: "https://github.com/w3c/browser-payment-api/issues/", otherLinks: [{ + key: "Can I use this API?", + data: [{ + value: "caniuse.com", + href: "http://caniuse.com/#feat=payment-request", + }], + },{ key: "Version control", data: [{ value: "Github Repository", @@ -55,7 +61,13 @@ }, { value: "Issues", href: "https://github.com/w3c/browser-payment-api/issues?utf8=%E2%9C%93&q=is%3Aopen%20is%3Aissue%20-label%3A%22Priority%3A%20Postponed%22%20" - }] + }, { + value: "Substantive changes from FPWD to CR", + href: "https://github.com/w3c/browser-payment-api/pulls?q=is%3Apr+is%3Aclosed+label%3Acr-substantive", + },{ + value: "Commit history", + href: "https://github.com/w3c/browser-payment-api/commits/gh-pages", + },] }] }; @@ -86,9 +98,8 @@ are strongly encouraged.
- This specification was derived from a report published previously by - the Web Platform Incubator - Community Group. + The deadline for comments for Candidate Recommendation is 30 September + 2017.
@@ -2864,7 +2875,31 @@
+ The working group will demonstrate implementation experience by + creating a + test suite and having at least two independent implementations pass + each mandatory test (i.e., each test the corresponds to a MUST + requirements of the specification). The working group hopes to + demonstrate, in the form of an implementation report, interoperability + from two or more vendors on both mobile and desktop web browsers. +
++ There has been no change in dependencies on other workings groups + during the development of this specification. +
++ This specification was derived from a report published previously by + the Web Platform Incubator + Community Group. +
+