File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -112,19 +112,23 @@ <h3>
112
112
</ section >
113
113
< section class ="informative ">
114
114
< h2 >
115
- Changes since last publication
115
+ Change log
116
116
</ h2 >
117
+ < p >
118
+ Since First Public Working Draft in 2021, the < cite > Geolocation
119
+ API</ cite > has received the following normative changes:
120
+ </ p >
121
+ < script class ="removeOnSave ">
122
+ function removeCommits ( { message } ) {
123
+ return ! / ^ e d i t o r i a l | ^ E d i t i o r i a l | ^ e d t i o r i a l | ^ c h o r e | ^ f i x | ^ r e f a c t o r | ^ t e s t s ? | ^ d o c s | ^ t y p o | ^ n i t / i. test ( message ) ;
124
+ }
125
+ </ script > < rs-changelog from ="FPWD " filter =
126
+ "removeCommits "> </ rs-changelog >
117
127
< p >
118
128
Since publication of the Second Edition in 2016, this specification
119
129
has received the following changes:
120
130
</ p >
121
131
< ul >
122
- < li > Added handling for when documents are not [=Document/fully
123
- active=].
124
- </ li >
125
- < li > Added the [=geolocation task source=], which handles dispatching
126
- position updates and errors.
127
- </ li >
128
132
< li > [=Request position=] only proceeds when a document is visible, or
129
133
the document becomes visible.
130
134
</ li >
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ indent: yes
3
3
wrap: 80
4
4
tidy-mark: no
5
5
newline: LF
6
+ custom-tags: yes
You can’t perform that action at this time.
0 commit comments