WICG / capability-delegation

An API to allow developers transfer the ability to use restricted APIs to any target window in the frame tree.
Other
14 stars 7 forks source link

Relation to permissions policy #33

Closed martinthomson closed 1 year ago

martinthomson commented 1 year ago

The specification lists Permissions Policy as a normative dependency, but never references it. At a minimum, that's an editorial problem.

More substantively, I don't understand how the relationship between the two is supposed to be conceptualized. Is it only limited to those cases where there are transient activations involved? What if the top-level site delegates a capability that is not otherwise transient; does it become transient as a consequent of the delegation?

martinthomson commented 1 year ago

I see #9 is still active and does a better job of addressing this question.