-
Notifications
You must be signed in to change notification settings - Fork 17
Description
This issue is being filed as part of the requested PrivacyWG HR review (w3cping/privacy-request#147)
My understanding from MDN is that some implementors (e.g., Safari and Chrome) do no send beforeinput events in some cases for privacy and security reasons. For example, beforeinput events aren't sent for password managers.
If my understanding is correct, it would be good to at least provide guidance in the spec to implementors about when beforeinput events could have privacy and security risks.
Even better, if possible, to address these privacy-and-security-risking cases into the spec, either by normatively specifying what cases user agents shouldn't fire beforeinput events, and/or by modifying the specified behavior so that the events can be fired in these cases w/o security and privacy risk.