Re: [pointerevents] Add a note about the 300ms click delay

If I can be a right wordy pain in the neck... `other behavior` > 
`other behaviors`. Also, after mentioning the 300ms delay and `auto`, 
the note seems to just hang there and not follow through with the next
 part...that you can disable that delay. And although we're already in
 a note, that last sentence may need a bit of a lead-in. How's this:

```
<section class="note">Disabling some default touch behaviors may allow
 user agents to respond to other behaviors more quickly.  For example,
 with <code>auto</code> user agents typically add 300ms of delay 
before <code>click</code> to allow for double-tap gestures to be 
handled.  In these cases, explicitly setting <code>touch-action: 
none</code> or <code>touch-action: manipulation</code> will remove 
this delay. Note that the methods for determining a tap or double-tap 
gesture are out of scope for this specification.</section>
```

-- 
GitHub Notif of comment by patrickhlauke
See 
https://github.com/w3c/pointerevents/pull/20#issuecomment-142109534

Received on Monday, 21 September 2015 21:12:30 UTC