Project

General

Profile

Actions

Bug #47573

closed

According to HTML5 specifications CType menu should not use the nav element

Added by Patrick Broens over 11 years ago. Updated about 11 years ago.

Status:
Rejected
Priority:
Must have
Category:
Content Rendering
Target version:
-
Start date:
2013-04-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The HTML 5 specification defines <nav> as:

The nav element represents a section of a page that links to other pages or to parts within the page: a section with navigation links. Not all groups of links on a page need to be in a nav element only sections that consist of major navigation blocks are appropriate for the nav element. In particular, it is common for footers to have a list of links to various key parts of a site, but the footer element is more appropriate in such cases, and no nav element is necessary for those links.

The key phrase there is “major navigation”. A generated content element added by an editor will mostly be not considered as "major navigation". Therefor it can be replaced by a div element.

Actions #1

Updated by Gerrit Code Review over 11 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20148

Actions #2

Updated by Ernesto Baschny about 11 years ago

  • Status changed from Under Review to Rejected
  • Target version deleted (6.2.0)
Actions

Also available in: Atom PDF