File tree Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="utf-8 " />
5
+ < title > Geolocation API Errata</ title >
6
+ < script
7
+ src ="https://www.w3.org/Tools/respec/respec-w3c "
8
+ class ="remove "
9
+ > </ script >
10
+ < script >
11
+ var respecConfig = {
12
+ github : "w3c/geolocation-API" ,
13
+ specStatus : "base" ,
14
+ latestVersion : null ,
15
+ editors : [
16
+ {
17
+ name : "Marcos Cáceres" ,
18
+ company : "Apple Inc." ,
19
+ companyURL : "https://apple.com" ,
20
+ w3cid : 39125 ,
21
+ } ,
22
+ ] ,
23
+ format : "markdown" ,
24
+ logos : [
25
+ {
26
+ alt :"W3C" ,
27
+ src :"https://www.w3.org/StyleSheets/TR/2021/logos/W3C" ,
28
+ width : "72" ,
29
+ height :"48"
30
+ }
31
+ ]
32
+ } ;
33
+ </ script >
34
+ </ head >
35
+ < body >
36
+ < section id ="abstract ">
37
+ ## Abstract
38
+ This document catalogues errata for the [[[Geolocation-API]]] W3C Recommendation.
39
+ </ section >
40
+
41
+ ## Process for submitting errata
42
+
43
+ Please [file an issue](https://github.com/w3c/payment-request/issues) on Github.
44
+
45
+ ## Unaddressed errata
46
+ [See issues on Github](https://github.com/w3c/payment-request/issues)
47
+
48
+ ## Errata approved by the Working Group
49
+ < script class ="removeOnSave ">
50
+ function removeCommits ( commit ) {
51
+ const { message, hash } = commit ;
52
+ if ( [ "ef098b1" ] . includes ( hash ) ) {
53
+ return false ;
54
+ }
55
+ return ! | ^ 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 >
60
+ </ body >
61
+ </ html >
You can’t perform that action at this time.
0 commit comments