From c056a19c9136dbb4b9f89db36812eda6f52fd7f5 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sun, 10 May 2020 00:54:37 +0300 Subject: [PATCH] minor fixes --- 2-ui/3-event-details/6-pointer-events/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/3-event-details/6-pointer-events/article.md b/2-ui/3-event-details/6-pointer-events/article.md index e4c5a1cf..21d79338 100644 --- a/2-ui/3-event-details/6-pointer-events/article.md +++ b/2-ui/3-event-details/6-pointer-events/article.md @@ -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. \ No newline at end of file +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. \ No newline at end of file