Actions
Bug #18160
closedGMENU does not generate onfocus and onblur events
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-02-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Several online validation tools for accessablility complain about missing onfocus and onblur in graphical rollover GMENUs.
This is, what http://www.webagogo.be/tools/accessibility/ tells me:
- onmouseover event handler missing onfocus event handler on line 56: # * <a href="de/oper/willkommen.html" title="Oper" onmouseover="over('img7_d789_0');" onmouseout="out('img7_d789_0');" >
- script not keyboard accessible - onmouseout missing onblur on line 56: # * <a href="de/oper/willkommen.html" title="Oper" onmouseover="over('img7_d789_0');" onmouseout="out('img7_d789_0');" >
The fix should be rather simple.
(issue imported from #M7441)
Actions