From 983993cccd269db3f256219a243c9f6ac9a10543 Mon Sep 17 00:00:00 2001
From: Marcos Caceres
Date: Wed, 21 Sep 2022 12:40:44 -0700
Subject: [PATCH] Editorial: use [=this=] to get global
---
index.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/index.html b/index.html
index a124ff2..9df9445 100644
--- a/index.html
+++ b/index.html
@@ -617,8 +617,8 @@
method steps are:
- - If the [=current settings object=]'s [=relevant global object=]'s
- [=associated `Document`=] is not [=Document/fully active=]:
+
- If the [=this=]'s [=relevant global object=]'s [=associated
+ `Document`=] is not [=Document/fully active=]:
- [=Call back with error=] |errorCallback| and
{{GeolocationPositionError/POSITION_UNAVAILABLE}}.
@@ -643,8 +643,8 @@
method steps are:
- - If the [=current settings object=]'s [=relevant global object=]'s
- [=associated `Document`=] is not [=Document/fully active=]:
+
- If the [=this=]'s [=relevant global object=]'s [=associated
+ `Document`=] is not [=Document/fully active=]:
- [=Call back with error=] passing |errorCallback| and
{{GeolocationPositionError/POSITION_UNAVAILABLE}}.
@@ -692,8 +692,8 @@
- Let |watchIDs:List| be [=this=]'s {{Geolocation/[[watchIDs]]}}.
- - Let |document:Document| be the [=current settings object=]'s
- [=relevant global object=]'s [=associated `Document`=].
+
- Let |document:Document| be the [=this=]'s [=relevant global
+ object=]'s [=associated `Document`=].
- If |document| is not [=allowed to use=] the
"geolocation" feature: