Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,19 @@ <h2>
</li>
</ol>
</li>
<li>If [=this=]'s [=relevant global object=] does not have
[=transient activation=]:
<ol>
<li>[=Call back with error=] |errorCallback| and
{{GeolocationPositionError/PERMISSION_DENIED}}.
</li>
<li>Terminate this algorithm.
</li>
</ol>
</li>
<li>[=Consume user activation=] of [=this=]'s [=relevant global
object=].
</li>
<li>[=In parallel=], [=request a position=] passing
|successCallback|, |errorCallback|, and |options|.
</li>
Expand All @@ -652,6 +665,19 @@ <h2>
</li>
</ol>
</li>
<li>If [=this=]'s [=relevant global object=] does not have
[=transient activation=]:
<ol>
<li>[=Call back with error=] |errorCallback| and
{{GeolocationPositionError/PERMISSION_DENIED}}.
</li>
<li>Return 0.
</li>
</ol>
</li>
<li>[=Consume user activation=] of [=this=]'s [=relevant global
object=].
</li>
<li>Let |watchId:unsigned long| be an [=implementation-defined=]
{{unsigned long}} that is greater than zero.
</li>
Expand Down