minor fixes

This commit is contained in:
Ilya Kantor 2020-05-10 00:54:37 +03:00
parent cca469b22d
commit c056a19c91

View file

@ -205,4 +205,4 @@ Additional abilities of Pointer events are:
- Device-specific properties, such as `pressure`, `width/height` and others.
- Pointer capturing: we can retarget all pointer events to a specific element until `pointerup`/`pointercancel`.
As of now, pointer events are supported in all major browsers, so we can safely switch to them, if IE10- and Safari 12- is not needed. And even with those browsers, there are polyfills that enable the support of pointer events.
As of now, pointer events are supported in all major browsers, so we can safely switch to them, if IE10- and Safari 12- are not needed. And even with those browsers, there are polyfills that enable the support of pointer events.