Actions
Bug #14566
closedAccessibility: imageLinkWrap
Start date:
2005-02-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.7.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The imageLinkWrap function in tslib_content produces non accessible code.
The html code looks like <a href="#" onclick="...">...</a> right now, which isn't
accessible because it relies on Javascript and using a mouse as input
device.
The attachment supplies a slightly modified replacement function, which generates code like this:
<a href="url" onclick="..." onkeypress="...">
(issue imported from #M828)
Files
Updated by Ernesto Baschny over 18 years ago
This has been resolved in CVS by "a-otto" some time ago. See:
As this has made it into 4.0, I will close this bug as resolved.
Actions