Skip to content

Commit

Permalink
chore: create errata.html
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Aug 30, 2022
1 parent e1f20a5 commit b9bf709
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions errata.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>

0 comments on commit b9bf709

Please sign in to comment.