Closed annevk closed 2 years ago
It seems to me that in https://wicg.github.io/capability-delegation/spec.html#monkey-patch-to-html-initiating-delegation you want to consume the gesture in incumbentSettings's global or some such. That's the window that is transferring its activation, right?
(Also, if you change an existing variable you cannot use let, you need to use set. See https://infra.spec.whatwg.org/#variables.)
It seems to me that in https://wicg.github.io/capability-delegation/spec.html#monkey-patch-to-html-initiating-delegation you want to consume the gesture in incumbentSettings's global or some such. That's the window that is transferring its activation, right?
(Also, if you change an existing variable you cannot use let, you need to use set. See https://infra.spec.whatwg.org/#variables.)