From 5d974ab4888a5d0f1a2dc90cc0e1263bab1e0c80 Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Tue, 7 Apr 2026 16:42:48 +0200 Subject: [PATCH] Mark some mixin algorithms for export. --- geolocation-element.bs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/geolocation-element.bs b/geolocation-element.bs index 38f7726..5f256ea 100644 --- a/geolocation-element.bs +++ b/geolocation-element.bs @@ -272,7 +272,7 @@ The {{HTMLGeolocationElement}} const
-The {{HTMLGeolocationElement}}'s insertion steps are: +The {{HTMLGeolocationElement}}'s insertion steps are: 1. Run {{ActivationBlockersMixin}}'s [=ActivationBlockersMixin/insertion steps=]. 1. Run {{PowerfulFeatureObserver}}'s [=PowerfulFeatureObserver/insertion steps=]. @@ -284,7 +284,7 @@ The {{HTMLGeolocationElement}}'s insert
-The {{HTMLGeolocationElement}} removing steps are: +The {{HTMLGeolocationElement}} removing steps are: 1. Run {{ActivationBlockersMixin}}'s [=ActivationBlockersMixin/removing steps=]. 1. Run {{PowerfulFeatureObserver}}'s [=PowerfulFeatureObserver/removing steps=]. @@ -773,7 +773,7 @@ ISSUE: Do I need to define dictionary equality?
The {{ActivationBlockersMixin}}'s -initialization steps are: +initialization steps are: 1. Initialize the internal {{[[BlockerList]]}} to «». 1. Initialize the internal {{[[LastNotifiedValidState]]}} with false. @@ -787,7 +787,7 @@ The {{ActivationBlockersMixin}}'s
The {{ActivationBlockersMixin}}'s -insertion steps are: +insertion steps are: 1. Initialize the internal {{[[BlockerList]]}} to «». 1. [=set/Append=] [=this=] to [=node navigable=]'s {{[[ActivationBlockableElements]]}}. @@ -808,7 +808,7 @@ The {{ActivationBlockersMixin}}'s
The {{ActivationBlockersMixin}}'s -removing steps are: +removing steps are: 1. [=list/Remove=] [=this=] from [=node navigable=]'s {{[[ActivationBlockableElements]]}}. @@ -867,7 +867,7 @@ an internal {{[[BlockerList]]}} to keep track of this.
The {{PowerfulFeatureObserver}}'s -initialization steps are: +initialization steps are: 1. [=Assert=]: The internal {{PowerfulFeatureObserver/[[Features]]}} slot has been initialized. The including element must define and initialize this. @@ -877,7 +877,7 @@ The {{PowerfulFeatureObserver}}'s
-The {{PowerfulFeatureObserver}}'s insertion steps are: +The {{PowerfulFeatureObserver}}'s insertion steps are: 1. If {{PowerfulFeatureObserver/[[Features]]}} [=list/is empty=] or is null, then [=add a permanent blocker=] @@ -886,7 +886,7 @@ The {{PowerfulFeatureObserver}}'s insertion s
-The {{PowerfulFeatureObserver}}'s removing steps are: +The {{PowerfulFeatureObserver}}'s removing steps are: 1. [=Recheck type permissibility=] for [=this=]'s [=node navigable=].