-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gh-pages' into rec-payment-request
- Loading branch information
Showing
4 changed files
with
163 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/.github/ @marcoscaceres | ||
index.html @marcoscaceres @ianbjacobs @stephenmcgruer @rsolomakhin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters