[TYPO3] Send-A-Card dt/dd issues

Robert Markula robert.markula at gmx.net
Wed Jan 11 12:30:07 CET 2006


Robert Markula wrote:
> Hi!
> I just converted from sr_sendcard 1.0.2 to the most recent version, 
> 2.0.3 using the CSS-styled static template. I'm happy to see that this 
> Send-A-Card now supports a dt/dd output instead of tables.
> However, what amazes me is that with the setting 'maxCol = 3' the card 
> seletion view shows following html code (simplified):
> 
> <dt>...</dt>
> <dt>...</dt>
> <dt>...</dt>
> 
> <dd>...</dd>
> <dd>...</dd>
> <dd>...</dd>
> 
> Shouldn't it be
> <dt>...</dt>
> <dd>...</dd>
> 
> <dt>...</dt>
> <dd>...</dd>
> 
> <dt>...</dt>
> <dd>...</dd>
> ??
> 
>  From what I understand, the current output is not semantically correct 
> because the dd's don't are not clearly assigned to their respective dt's.
> 
> Can someone with a better html knowledge shed a light on this?
> 
> Regards and happy holidays,
> Ro
Just for the record: the author will correct this issue in the next version.

Regards,
Ro



More information about the TYPO3-english mailing list