[TYPO3-core] RFC #15844: Use HTML5 as the default TYPO3 Backend doktype

Steffen Gebert steffen at steffen-gebert.de
Sun Oct 17 12:03:20 CEST 2010


On 17.10.10 11:45, Benjamin Mack wrote:
> Hey,
>
> attached is v2 by Steffen Gebert.

The problem with the mentioned big separator rows in the context menu is 
the following construct

<td><img width="1" height="1" src="clear.gif" /></td>

With HTML5 rendering, the td's height is expanded to the current 
line-height, instead of 1px.

This can be fixed by adding td img { display: block }, see [1].

Nevertheless, we should get rid of this bad constructs and use CSS for 
spacings, that's why I removed it from TCEforms. If we have bigger space 
after this patch, it might be this problem and we should change the 
markup to a more clever way.

Kind regards
Steffen

[1] 
https://developer.mozilla.org/en/Images,_Tables,_and_Mysterious_Gaps#Setting_images_to_be_blocks

-- 
Steffen Gebert
TYPO3 Core Team Member

Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/


More information about the TYPO3-team-core mailing list