Skip to content

Commit dbcbe9e

Browse files
committed
chore(ReSpec): add caniuse, and other things
1 parent 9814016 commit dbcbe9e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.html

+9-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,14 @@
4141
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/83744/status",
4242
testSuiteURI: "https://w3c-test.org/payment-request/",
4343
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
44+
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,
4552
};
4653
</script>
4754
<style>
@@ -54,6 +61,7 @@
5461
</style>
5562
</head>
5663
<body>
64+
<h1 id="title">Payment Request API</h1>
5765
<section id='abstract'>
5866
<p>
5967
This specification standardizes an API to allow merchants (i.e. web

0 commit comments

Comments
 (0)