w3c / touch-events

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

Removed initTouchEvent from spec, added back original note #55

Closed chong-z closed 8 years ago

chong-z commented 8 years ago

Fixing #29

Removed initTouchEvent from legacy section and change list. Added back original note about initTouchEvent in TouchEvent

Preview: https://rawgit.com/choniong/touch-events/revert-initTouchEvent/index.html#h-dictionary-toucheventinit-members

RByers commented 8 years ago

Thanks. Since this is such a minefield (with blink, Safari and Gecko all using mutually incompatible signatures), let's make the note a little more explicit. How about:

"The initTouchEvent method is not standardized because the signature varies between user agents in completely incompatible ways. It is superseded by the TouchEvent constructor."

chong-z commented 8 years ago

Sure, I've updated the note and squashed into one commit.

RByers commented 8 years ago

Looks good to me, thanks!