Open annevk opened 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
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...
Ok, I'll defer to others with more tech/spec chops than me.
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.