CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #7787

Markup of search results can be semantically optimized

Added by Steffen Gebert about 3 years ago. Updated over 2 years ago.

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

Revision 33799
Added by Ingo Renner almost 3 years ago

Fixed issue #7787: Markup of search results can be semantically optimized

Revision 33799
Added by Ingo Renner almost 3 years ago

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

Also available in: Atom PDF