[TYPO3-core] RFC: #15104: Validation Erros in tstemplate
Susanne Moog
info at susannemoog.de
Fri Jul 16 22:06:53 CEST 2010
On 13.07.2010 23:55, Georg Ringer wrote:
> This is an SVN patch request.
>
> Type: cleanup, nobrainer
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=15104
>
> Branches:
> trunk
>
> Problem:
> A simple patch which kills most of the validation errors in the TS
> Template extensions. In my dev website from 271 Errors & 4 Warnings => 6
> Errors, 2 Warnings.
>
> Solution / Changed
> - border=0 cellpadding=1 cellspacing=0 => border="0" cellpadding="1"
> cellspacing="0"
> - Missing alt tags
> - nowrap => nowrap="nowrap"
>
> Additional information:
> This is not a strict CGL cleanup but a first step to a valid HTML.
>
> How to test:
> 1. Validate the code from your website like
> http://localhost/typo3/sysext/tstemplate/ts/index.php?id=1&SET[function]=tx_tstemplateanalyzer&template=all
> 2. Apply patch and revalidate
+1 by (light) reading and testing.
(BTW did you know that you can set breakpoints in your TS? Hidden
features everywhere...)
Cheers,
Susanne
More information about the TYPO3-team-core
mailing list