Hallo, Gast!
AnmeldenRegistrieren

HTML5 Doctype Support
#1
Eine neue Erweiterung wurde veröffentlicht: HTML5 Doctype Support

Zitat:What it does?
What it does is pretty simple to change your doctype from:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
to:
Code:
<!DOCTYPE html>
And change the HTML tag from:
Code:
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
to:
Code:
<html>
Source: https://github.com/mybbresources/html5-doctype-support
 


Möglicherweise verwandte Themen…
HTML5 Plugin
Letzter Beitrag: 15.09.2012, 00:45