Skip to content

Commit 8e98d2a

Browse files
authored
Typo: s/unsuccesful/unsuccessful/g. (#93)
1 parent eba1222 commit 8e98d2a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

geolocation-element.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ The <{geolocation}> element uses all the internal slots from {{ActivationBlocker
251251
### Mixin-supporting state at the [=/navigable=] ### {#mixin-navigable-state}
252252

253253
In order to support the {{HTMLGeolocationElement}}, the [=/navigable=] maintains
254-
an [=ordered set=] of elements, <dfn attribute for="navigable">\[[PermissionElements]]</dfn>. This [=ordered set=] is used to evaluate the [=blockers=] of type {{ActivationBlockersMixinBlockerReason/unsuccesful_registration}}.
254+
an [=ordered set=] of elements, <dfn attribute for="navigable">\[[PermissionElements]]</dfn>. This [=ordered set=] is used to evaluate the [=blockers=] of type {{ActivationBlockersMixinBlockerReason/unsuccessful_registration}}.
255255

256256

257257

@@ -288,7 +288,7 @@ The {{HTMLGeolocationElement}}'s <dfn for="HTMLGeolocationElement" export>insert
288288
1. Call {{[[IntersectionObserver]]}}.observe([=this=]).
289289
1. Run {{PermissionsMixin}}'s [=PermissionsMixin/insertion steps=].
290290
1. If [=this=] is not [=type permissible=], then [=add a temporary blocker=]
291-
with {{ActivationBlockersMixinBlockerReason/unsuccesful_registration}}.
291+
with {{ActivationBlockersMixinBlockerReason/unsuccessful_registration}}.
292292
1. [=Add an expiring blocker=] with reason
293293
{{ActivationBlockersMixinBlockerReason/recently_attached}}.
294294
1. If the [=navigable/traversable navigable=] of the [=node navigable=] of
@@ -406,7 +406,7 @@ To <dfn for="HTMLGeolocationElement">recheck type permissibility</dfn> for a
406406
1. [=list/iterate|For each=] |current| in |document|'s
407407
{{[[PermissionElements]]}}:
408408
1. If |current| is [=type permissible=], then [=remove blockers=] with
409-
{{ActivationBlockersMixinBlockerReason/unsuccesful_registration}} from
409+
{{ActivationBlockersMixinBlockerReason/unsuccessful_registration}} from
410410
|current|.
411411

412412
</div>
@@ -534,7 +534,7 @@ of the {{ActivationBlockersMixin}} will support all reasons.
534534
<pre class=idl>
535535
enum ActivationBlockersMixinBlockerReason {
536536
"", // No blocker reason.
537-
"illegal_subframe", "unsuccesful_registration",
537+
"illegal_subframe", "unsuccessful_registration",
538538
"recently_attached", "intersection_changed",
539539
"intersection_out_of_viewport_or_clipped",
540540
"intersection_occluded_or_distorted", "style_invalid",
@@ -577,7 +577,7 @@ These blockers come with three lifetimes: Permanent, temporary, and expiring.
577577
<td>[=permanent blocker|permanent=]
578578
<td>When the element is used inside a <{fencedframe}>.
579579
<td>2
580-
<tr><th>{{ActivationBlockersMixinBlockerReason/unsuccesful_registration}}
580+
<tr><th>{{ActivationBlockersMixinBlockerReason/unsuccessful_registration}}
581581
<td>[=temporary blocker|temporary=]
582582
<td>When too many other elements for the same
583583
[=powerful feature=] have been inserted into the same document.

0 commit comments

Comments
 (0)