Tracker: Bugs

5 OAA rule 18->22 : case of same action but from a different e - ID: 3296086
Last Update: Tracker Item Submitted ( goetsu )

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)


goetsu ( goetsu ) - 2011-05-02 02:11:46 PDT

5

Open

None

Nobody/Anonymous

A11y Evaluation Tool

None

Public


Comments

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.