w3c / touch-events

https://w3c.github.io/touch-events/
26 stars 24 forks source link

"List of TouchEvent types" contains requirements #84

Open annevk opened 7 years ago

annevk commented 7 years ago

You state https://w3c.github.io/touch-events/#list-of-touchevent-types is a non-normative yet it contains a should requirement (which should be a must).

What probably needs to happen is that this becomes a non-normative summary table for normative dispatch requirements elsewhere, where the dispatch requirements include all the necessary details to setup the event object correctly.

Found while working on https://github.com/w3c/webcomponents/issues/377.

patrickhlauke commented 7 years ago

Naive question: could the section be made normative as is (with the change to MUST)? Or is it currently too vague for that? /cc @RByers

annevk commented 7 years ago

It's too vague. It doesn't tell you how to determine the target or when to actually dispatch these. I suppose that you could use it in a normative way to setup the other bits of the event from the point where you dispatch it, but...

patrickhlauke commented 7 years ago

Ok, I'll defer to others with more tech/spec chops than me.