-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consume transient activation #91
Comments
Agreed. Customers may have activation-less use cases (eg. click a button on one page that redirects to a different page where asking again would feel redundant). But I think we should start by requiring a tap/click and relax this only if there's a compelling use case. Here's the corresponding issue tracking this in the chromium implementation. |
LGTM++ |
I think we want "fully active descendant of a top-level traversable with user attention"... it covers focus etc. |
We should probably require to consume transient activation to call identity.get(), as it shows UI.
Plus it would be otherwise annoying if sites could just pop up this dialog.
The text was updated successfully, but these errors were encountered: