summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
82e2ab0)
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
prefixComment = 2 | Header date:
}
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
# This CASE cObject renders the header content:
# currentValue is set to the header data, possibly wrapped in link-tags.
10 = CASE
- # HTML5 <hgroup> close
- 30 < lib.stdheader.7
- 30 {
- value = </hgroup>
- }
-
# HTML5 Date
40 = COA
40 {
# HTML5 Date
40 = COA
40 {