From: Patrick Broens Date: Thu, 25 Apr 2013 10:21:29 +0000 (+0200) Subject: [BUGFIX] The hgroup element has been removed from HTML5 specifications X-Git-Tag: TYPO3_6-2-0alpha1~108 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/085d532143b10cdb9ec4312200b8b110d3825869?hp=82e2ab035797007bbbed2de6f2d137c9653cbd33 [BUGFIX] The hgroup element has been removed from HTML5 specifications css_styled_content is using the hgroup element for grouping the header and subheader in content elements. Since April 16th, 2013 the hgroup element has been removed from the HTML5 specifications. This patch removes the hgroup wrap. There is no alternative currently but the document outline is still there. Change-Id: Id9e5116ecdcc9b05ffd6cccfcbbcdcf2599ea5a5 Fixes: #47572 Releases: 6.2 Reviewed-on: https://review.typo3.org/20147 Reviewed-by: Sebastian Fischer Reviewed-by: Steffen Roßkamp Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Stefan Neufeind Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn --- diff --git a/typo3/sysext/css_styled_content/static/setup.txt b/typo3/sysext/css_styled_content/static/setup.txt index 0efea4791e7e..246fb38f87be 100644 --- a/typo3/sysext/css_styled_content/static/setup.txt +++ b/typo3/sysext/css_styled_content/static/setup.txt @@ -223,17 +223,6 @@ lib.stdheader { prefixComment = 2 | Header date: } - # HTML5
open - 7 = TEXT - 7 { - value =
- fieldRequired = subheader - if { - value = html5 - equals.data = TSFE:config|config|doctype - } - } - # This CASE cObject renders the header content: # currentValue is set to the header data, possibly wrapped in link-tags. 10 = CASE @@ -299,12 +288,6 @@ lib.stdheader { } } - # HTML5
close - 30 < lib.stdheader.7 - 30 { - value =
- } - # HTML5 Date 40 = COA 40 {