From 6a817b076c1a0b4ef462135ef6c1acb4319e01a3 Mon Sep 17 00:00:00 2001 From: Bogdan Lazar Date: Wed, 21 Oct 2020 15:11:14 +0200 Subject: [PATCH] Check elements with mouse event handlers When HTMLElements use mouse event handlers such as onclick, ondblclick, onmouseup/down, onmouseenter/leave or onmouseover, without providing the proper alternatives (i.e. onkeydown/up/press, no or wrong tabindex and no or wrong role), they could become unreachable via the keyboard. We therefore should warn users of the danger, but it is ultimately up to them if they want to ignore it because they might have, for example, provided some alternative way of doing the same action. This excludes and