Project

General

Profile

Actions

Bug #14566

closed

Accessibility: imageLinkWrap

Added by Simon Ihmig over 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Content Rendering
Target version:
-
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

0000828-ilw_replacement.txt (2.57 KB) 0000828-ilw_replacement.txt Administrator Admin, 2005-02-22 12:00
Actions #1

Updated by Sacha Vorbeck over 19 years ago

keyword:accessibility

Actions #2

Updated by Ernesto Baschny over 18 years ago

This has been resolved in CVS by "a-otto" some time ago. See:

http://cvs.sourceforge.net/viewcvs.py/typo3/TYPO3core/typo3/sysext/cms/tslib/class.tslib_content.php?r1=1.86&r2=1.87

As this has made it into 4.0, I will close this bug as resolved.

Actions #3

Updated by Ernesto Baschny over 18 years ago

Fixed in 4.0 (since beta1).

Actions

Also available in: Atom PDF