in w3c i get the following error in calendar module.
the code that i have is the
<div class="mod_events_link" onmousedown="callNavigation('http://www.xxx.eu/index.php?option=com_jevents&task=modcal.ajax&day=1&month=04&year=2016&modid=133&tmpl=component');" ontouchstart="callNavigation('http://www.xxx.eu/index.php?option=com_jevents&task=modcal.ajax&day=1&month=04&year=2016&modid=133&tmpl=component');"><</div>
and the error from w3c is the Repair: Add an onkeydown handler to your script that performs the same function as the onmousedown function.