Feature #14456
closedXHTML 1.0 transitional validation
0%
Description
in pi/class.tx_indexedsearch.php
Some HTML forms don't validate against XHTML 1.0 transitional
The search form start with <table><form> and such sequences aren't possible (Solution: switch to <form><table>)
In XHTML, nowrap, selected and checked should be written nowrap="nowrap", selected="selected" and checked="checked".
Note : Some old browser can have problem with this syntax.
I attach a diff if you want to patch the file.
(issue imported from #M619)
Files
Updated by Ernesto Baschny almost 19 years ago
Indexed_search in CVS now works with external templates, and there's a XHTML-compliant template available. So this problem is probably solved already.
Updated by Michael Stucki almost 19 years ago
Not yet. The template still needs improvements, for example the table cell contents should not be wrapped with a <p> and the result browser should be a list instead of a table.
Additionally, I would like to make the result browser JavaScript-independent.
Updated by Michael Stucki almost 19 years ago
If anybody wants to come up with additional diffs, please make sure to make the changes based on the current CVS code.
Updated by Robert Markula over 18 years ago
Just to bump this bug, so the nowrap, selected and checked issues aren't forgotten for Typo3 4.0 (still not resolved for Typo3 4.0 Beta 3).
Updated by Michael Stucki over 18 years ago
All that has been fixed in CVS last week. It will be available in 4.0rc1.