Skip to content
Snippets Groups Projects
Commit 085d5321 authored by Patrick Broens's avatar Patrick Broens Committed by Christian Kuhn
Browse files

[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
parent 82e2ab03
Branches
Tags
No related merge requests found
......@@ -223,17 +223,6 @@ lib.stdheader {
prefixComment = 2 | Header date:
}
# HTML5 <hgroup> open
7 = TEXT
7 {
value = <hgroup>
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 <hgroup> close
30 < lib.stdheader.7
30 {
value = </hgroup>
}
# HTML5 Date
40 = COA
40 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment