We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9814016 commit dbcbe9eCopy full SHA for dbcbe9e
index.html
@@ -41,7 +41,14 @@
41
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/83744/status",
42
testSuiteURI: "https://w3c-test.org/payment-request/",
43
implementationReportURI: "https://w3c.github.io/payment-request/reports/implementation.html",
44
- // caniuse: "payment-request", TODO: enable when https://github.com/w3c/respec/issues/1614 is fixed
+ caniuse: "payment-request",
45
+ lint: {
46
+ "no-headingless-sections": true,
47
+ "privsec-section": true,
48
+ "no-http-props": true,
49
+ "check-punctuation": true,
50
+ },
51
+ doJsonLd: true,
52
};
53
</script>
54
<style>
@@ -54,6 +61,7 @@
61
</style>
55
62
</head>
56
63
<body>
64
+ <h1 id="title">Payment Request API</h1>
57
65
<section id='abstract'>
58
66
<p>
59
67
This specification standardizes an API to allow merchants (i.e. web
0 commit comments