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