Hi,
In the same page I can have different elements triggering the same
action but with different / same ou even without event handler.
For example :
<span onclick="toto();"></span>
...
<a href="#" onclick="toto()">...</a>
or
<span onmousehover="openthisdiv();"></span>
...
<a href="#" onclick="openthisdiv()">...</a>
or
<span onmouseover="gotopagex();"></span>
...
<a href="pagex.html">...</a>
You can see a live example of this here :
http://www.handicap.org/
the three div containing a picture of a wheelchair have an onclick event
with the same action as the link inside the div so I don't need a pair
event here on the div since the link can be reach with the keyboard
That's why I propose to mark these rules as "potential violation" not
"violation" (or we need to find a way to check if there is another
element with the same action in the page)
Nobody/Anonymous
A11y Evaluation Tool
None
Public