Re: [pointerevents] Set isTrusted for coalesced events

There's no "tool", just a useful technique I and @fantasai use, and have been spreading to others, called [semantic linefeeds](http://rhodesmill.org/brandon/2012/one-sentence-per-line/).  Using this, you get most of the benefits of an "80 col" or "100 col" line-wrapping limit, but without it causing extra re-wrapping when you make an edit early in a paragraph.

The end result is that the line-wrapping is easy to apply while you're writing (you quickly develop a reflex for pressing Enter when you start a new phrase), lines are short and easy to view in PRs, and diffs are localized to just the bits of the sentences that actually changed, so it's easy to find what was altered.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/pointerevents/pull/189#issuecomment-286832820 using your GitHub account

Received on Wednesday, 15 March 2017 18:15:52 UTC