[TYPO3-core] RFC: #10905: Produced tables from pi_base are not XHTML Strict valid
Martin Kutschker
masi-no at spam-typo3.org
Wed Apr 15 18:49:41 CEST 2009
Stefano Kowalke schrieb:
> Hi,
>
> this is a SVN patch request.
>
> Type: Bugfix
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=10905
>
> Branches: 4.2, trunk
>
> Problem:
> The function pi_list_browseresults() in class.tslib_pibase.php produces
> a table for the Back/Next/... links in the pagebrowser. The <td>-tag
> have the attribute nowrap="nowrap" which is valid for XHTML Trans but
> not for the strict version of XHTML.
We gain a feature that's only for "validator freaks" but loose a feature
that's needed for (very) old browsers.
TSFE has a status member that tells whether we're rendering XHTML
strict. Can we drop nowrap only when it is set?
Masi
More information about the TYPO3-team-core
mailing list