1 This document is a part of the TYPO3 project. TYPO3 is an open source web
2 content management system released under the GNU GPL. TYPO3 is copyright
3 (c) 1999-2012 by Kasper Skaarhoj.
5 This document contains information about TYPO3 version 6.2 has been released
6 on MONTH-NAME XXth 2013.
8 An up-to-date version of this document also containing links to further in
9 depth information can be found here:
11 http://wiki.typo3.org/TYPO3_6.2
13 ===============================================================================
15 ===============================================================================
17 -------------------------------------------------------------------------------
19 -------------------------------------------------------------------------------
21 -------------------------------------------------------------------------------
22 Deprecated and removed components
23 -------------------------------------------------------------------------------
25 ===============================================================================
26 Changes and Improvements
27 ===============================================================================
29 -------------------------------------------------------------------------------
31 -------------------------------------------------------------------------------
33 -------------------------------------------------------------------------------
35 -------------------------------------------------------------------------------
37 -------------------------------------------------------------------------------
38 Administration / Customization
39 -------------------------------------------------------------------------------
41 -------------------------------------------------------------------------------
43 -------------------------------------------------------------------------------
45 -------------------------------------------------------------------------------
47 -------------------------------------------------------------------------------
49 * Image view helper does not render title tag by default
51 In previous versions of fluid the image view helper always rendered the
52 title attribute. If not set, the value of the required alt attribute was set as
54 This fallback was removed with version 6.2. If not specifically set, title
55 is not rendered anymore.
59 <f:image src="{file}" alt="Alt-Attribute" />
61 <img src="fileadmin/xxxx.jpg" alt="Alt-Attribute" />
63 <img src="fileadmin/xxxx.jpg" alt="Alt-Attribute" title="Alt-Attribute" />