diff --git a/2-ui/4-forms-controls/2-focus-blur/article.md b/2-ui/4-forms-controls/2-focus-blur/article.md index c253dc11d4..4e2be8d12b 100644 --- a/2-ui/4-forms-controls/2-focus-blur/article.md +++ b/2-ui/4-forms-controls/2-focus-blur/article.md @@ -196,7 +196,7 @@ This will work: Second, there are `focusin` and `focusout` events -- exactly the same as `focus/blur`, but they bubble. -Note that they must be assigned using `elem.addEventListener`, not `on`. +Note that they must be assigned using `elem.addEventListener` or HTML-attribute `on`, not `elem.on`. So here's another working variant: