Project

General

Profile

Actions

Bug #16097

closed

Sccessibility issue: XHTML compatibility of text with image content

Added by Martin Gratzer about 18 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Content Rendering
Target version:
-
Start date:
2006-04-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I found out that there is an error on the CSS Styled Content Extension when using an Text & Image content element. The generated XHTML Code looks like this:

<div class="...">
<dl class="...">
<dt><img .../></dt>
</dl>
<dd class="...">Caption...</dd>
</div>

but it should look like that to be XHTML valid:

<div class="...">
<dl class="...">
<dt><img .../></dt>
<dd class="...">Caption...</dd>
</dl>
</div>

I have solved the problem by changing the rednerMethod with adding

tt_content.textpic.20.renderMethod = div

to my template setup
(issue imported from #M3363)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #20438: Provide more flexible rendering for "text with image"ClosedErnesto Baschny2009-05-16

Actions
Actions

Also available in: Atom PDF