You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some time ago we started discussing a feature on WICG that proposes setting a sticky flag if page is receiving inputs that both originate outside of the document and are not user-agent initiated, e.g. synthetic.
I believe this spec is a good place to cover that functionality, and extending user-activation state with another sticky bit would be sufficient.
That bit needs to be exposed to the DOM, and one possible way of doing it is to extend WebDriver specification to make navigator.webdriver a function of the bit state.
What do you think?
The text was updated successfully, but these errors were encountered:
Hi,
some time ago we started discussing a feature on WICG that proposes setting a sticky flag if page is receiving inputs that both originate outside of the document and are not user-agent initiated, e.g. synthetic.
I believe this spec is a good place to cover that functionality, and extending user-activation state with another sticky bit would be sufficient.
That bit needs to be exposed to the DOM, and one possible way of doing it is to extend WebDriver specification to make
navigator.webdriver
a function of the bit state.What do you think?
The text was updated successfully, but these errors were encountered: