Re: [whatwg] Should <video controls> generate click events?

On Wed, Aug 21, 2013 at 7:43 AM, Rick Waldron <waldron.rick@gmail.com> wrote:
> Ideally the event.target is defined more specifically, eg. if event objects
> from clicks (and others) on controls had an event.target that was the
> actual controls element.

What "actual controls element"?  There is no such thing.

Again, events based on the actual actions are the way to go.  If
you're trying to track user's behavior in some way, what happens if
you're listening for clicks on the controls but they instead do a
right-click on the video and select "pause" from there?  The scenario
you're trying to defend is broken from the start. :/

~TJ

Received on Wednesday, 21 August 2013 14:53:48 UTC