Tuesday, 10 May 2016
  1 Replies
  1.2K Visits
0
Votes
Undo
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.
8 years ago
·
#170613
0
Votes
Undo
onmousedown is a valid event that can be used:

http://www.w3schools.com/jsref/event_onmousedown.asp

Can you please show us the full W3C report?
  • Page :
  • 1
There are no replies made for this post yet.