Bug #7787
Markup of search results can be semantically optimized
| Status: | Resolved | Start date: | 2010-05-15 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Ingo Renner | % Done: | 100% |
|
| Category: | Frontend Plugins | |||
| Target version: | 1.1 | |||
| TYPO3 Version: | Has patch: | |||
| PHP Version: | Tags: | |||
| Votes: | 0 |
Description
The markup of the search results looks like this:
<ul> <li>1 <a>Page title</a></li> .. </ul>
Using ol (ordered list) instead of ul (unordered list) would be the better solution ;-)
Associated revisions
Fixed issue #7787: Markup of search results can be semantically optimized
Fixed issue #7787: Markup of search results can be semantically optimized
History
Updated by Axel Jindra about 3 years ago
I think it makes sense because the numbers of the results are continued on the second, third, ... page.
Updated by Steffen Gebert about 3 years ago
This can be achieved by setting <ol start="10">
Updated by Ingo Renner about 3 years ago
- Subject changed from Markup of search results is bad to Markup of search results can be semantically optimized
- Category set to Frontend Plugins
- Status changed from New to Accepted
Updated by Ingo Renner about 3 years ago
Steffen Gebert wrote:
This can be achieved by setting
<ol start="10">
cool, didn't know that
Updated by Ingo Renner almost 3 years ago
- Status changed from Accepted to Resolved
- Assignee set to Ingo Renner
- Target version set to 1.1
- % Done changed from 0 to 100
resolved in r33799