Project

General

Profile

Actions

Feature #20736

closed

HTML5 doctype implementation

Added by Thomas Deinhamer almost 15 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-07-08
Due date:
% Done:

0%

Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:

Description

Would be nice to have an implementation of the HTML 5 doctype definition in the config object, maybe also further compatibility of the html output etc.

xhtml_20 is deprecated tho.

Maybe start here
http://html5doctor.com/
or here
http://html5doctor.com/how-to-get-html5-working-in-ie-and-firefox-2/
(issue imported from #M11503)


Files

11503.diff (503 Bytes) 11503.diff Administrator Admin, 2009-10-12 14:08
11503_v2.diff (3.99 KB) 11503_v2.diff Administrator Admin, 2010-05-22 16:52
11503_v3.diff (4.63 KB) 11503_v3.diff Administrator Admin, 2010-05-28 23:15

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #24212: Update meta tag "charset" for HTML5 – document character-encoding declarationClosedSteffen Gebert2010-11-26

Actions
Related to TYPO3 Core - Feature #22004: Implement HTML5 file uploadsClosed2010-01-21

Actions
Actions #1

Updated by Thomas Deinhamer over 14 years ago

A patch for this consist of those 2 lines

case 'html5' :
$docTypeParts[] = '<!DOCTYPE html>';

inserted into the file 'class.tslib_pagegen.php after line 427.

Actions #2

Updated by Steffen Kamper almost 14 years ago

Committed to trunk rev 7737

Actions #3

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.4.0)
Actions

Also available in: Atom PDF