Skip to content

Commit b9bf709

Browse files
committed
chore: create errata.html
1 parent e1f20a5 commit b9bf709

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

errata.html

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Payment Request API Erratatitle>
6+
<script
7+
src="https://www.w3.org/Tools/respec/respec-w3c"
8+
class="remove"
9+
>script>
10+
<script>
11+
var respecConfig = {
12+
specStatus: "base",
13+
latestVersion: null,
14+
editors: [
15+
{
16+
name: "Marcos Cáceres",
17+
company: "Apple Inc.",
18+
companyURL: "https://apple.com",
19+
w3cid: 39125,
20+
},
21+
],
22+
format: "markdown",
23+
logos: [
24+
{
25+
alt:"W3C",
26+
src:"https://www.w3.org/StyleSheets/TR/2021/logos/W3C",
27+
width: "72",
28+
height:"48"
29+
}
30+
]
31+
};
32+
script>
33+
head>
34+
<body>
35+
<section id="abstract">
36+
## Abstract
37+
This document catalogues errata for the [<cite>Payments Request APIcite>](https://w3.org/TR/payment-request/) W3C Recommendation.
38+
section>
39+
40+
## Process for submitting errata
41+
42+
Please [file an issue](https://github.com/w3c/payment-request/issues) on Github.
43+
44+
## Unaddressed errata
45+
None.
46+
47+
## Errata approved by the Working Group
48+
None.
49+
body>
50+
html>

0 commit comments

Comments
 (0)