Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3453a23

Browse files
committed
fix xref 'check permission'
1 parent a48f308 commit 3453a23

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -496,13 +496,13 @@ <h2>
496496
The <cite>Geolocation API</cite> is a [=default powerful feature=].
497497
</p>
498498
<p>
499-
When <dfn>checking permission</dfn> to use the API, a user agent MAY
500-
suggest time-based [=permission=] [=permission/lifetimes=], such as
501-
"24 hours", "1 week", or choose to remember the permission
502-
[=permission/grant=] indefinitely. However, it is RECOMMENDED that a
503-
user agent prioritize restricting the [=permission=]
504-
[=permission/lifetime=] to a single session: This can be, for
505-
example, until the [=environment settings object/realm=] is
499+
When <dfn data-local-lt="check permission">checking permission</dfn>
500+
to use the API, a user agent MAY suggest time-based [=permission=]
501+
[=permission/lifetimes=], such as "24 hours", "1 week", or choose to
502+
remember the permission [=permission/grant=] indefinitely. However,
503+
it is RECOMMENDED that a user agent prioritize restricting the
504+
[=permission=] [=permission/lifetime=] to a single session: This can
505+
be, for example, until the [=environment settings object/realm=] is
506506
destroyed, the end-user [=navigates=] away from the [=origin=], or
507507
the relevant browser tab is closed.
508508
</p>

0 commit comments

Comments
 (0)