Task #34794
CSS Styled Content should ship HTML5 by default
| Status: | Under Review | Start date: | 2012-03-13 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Content Rendering | |||
| Target version: | 4.7.0-beta2 | |||
| TYPO3 Version: | 4.7 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
add
# Set html5 rendering as default
config {
doctype = html5
xmlprologue = none
}
to CSS Styled Content Templates as of 4.7 (do not touch old ones!)
History
Updated by Gerrit Code Review about 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/9615
Updated by Patrick Broens about 1 year ago
Although this seems very progressive, HTML5 is still a Working Draft and not an official recommendation at W3C. Things might change, as they did during my HTML5 implementation in css_styled_content, and break stuff (although not expected). I advise not to commit this at this point. Also WCAG 2.0 and WAI-ARIA 1.0 are used which are drafts as well.