Skip to content

Commit 4d5398d

Browse files
committed
chore: fixup errata.html
1 parent f4db067 commit 4d5398d

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

errata.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
></script>
1010
<script>
1111
var respecConfig = {
12+
github: "w3c/geolocation-API",
1213
specStatus: "base",
1314
latestVersion: null,
1415
editors: [
@@ -34,17 +35,27 @@
3435
<body>
3536
<section id="abstract">
3637
## Abstract
37-
This document catalogues errata for the [<cite>Geolocation API</cite>](https://w3.org/TR/geolocation-API/) W3C Recommendation.
38+
This document catalogues errata for the [[[Geolocation-API]]] W3C Recommendation.
3839
</section>
3940

4041
## Process for submitting errata
4142

42-
Please [file an issue](https://github.com/w3c/payment-request/issues) on Github.
43+
Please [file an issue](https://github.com/w3c/payment-request/issues) on Github.
4344

4445
## Unaddressed errata
45-
None.
46+
[See issues on Github](https://github.com/w3c/payment-request/issues)
4647

4748
## Errata approved by the Working Group
48-
None.
49+
<script class="removeOnSave">
50+
function removeCommits(commit) {
51+
const { message, hash } = commit;
52+
if (["ef098b1"].includes(hash)) {
53+
return false;
54+
}
55+
return !/^Clarify which FPWD|^Merge pull|^tidy|^editorial|^Editiorial|^edtiorial|^chore|^refactor|^tests?|^docs|^typo|^nit/i.test(message);
56+
}
57+
</script>
58+
<rs-changelog from="REC-2022" filter="removeCommits">
59+
</rs-changelog>
4960
</body>
5061
</html>

0 commit comments

Comments
 (0)