[pointerevents] new commits pushed by RByers

The following commits were just pushed by RByers to 
https://github.com/w3c/pointerevents:

* Rewrite of primary pointer section (#53)

Simplification and correction of primary pointer section

Due to the addition of multi-mouse scenario, the explanation of what a
primary pointer is can be condensed/simplified, rather than being 
split
into "primary mouse"/"primary touch"/"primary pointer".

This change also corrects the previously erroneous description of when
touch/pen pointers become primary - as hovered pen (and presumably, if
supported by hardware, hovered touch) is also primary, it's not really
related to `pointermove` but rather to which active pointer for that
type came first.
  by Patrick H. Lauke
https://github.com/w3c/pointerevents/commit/84de29218fd3d1c102181eb8fc1dbcd1ae6ca3fd

Received on Friday, 29 April 2016 18:59:50 UTC