CMS MADE SIMPLE FORGE

SEO Tools

 

[#6329] Enable HTML5 meta

avatar
Created By: Jocelyn Lusseau (kraygoon)
Date Submitted: 2011-03-28 00:28

Assigned To: Henning Schaefer (hschaefer)
Resolution: None
State: Open
Summary:
Enable HTML5 meta
Detailed Description:
Possibility to switch between (X)HTML to HTML5 meta tags :

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

to

<meta charset="UTF-8">

an so on.

History

Comments
avatar
Date: 2011-10-27 07:37
Posted By: Henning Schaefer (hschaefer)

Can anyone provide a full list of HTML5-specific meta tags that would be
relevant to a CMSMS site? On the web, I cannot really find anything useful on
the topic.
      
avatar
Date: 2011-10-28 04:16
Posted By: Kenneth Griffith (kendo451)

The only difference is that http5 meta tags do not have the http-equiv attribute
and to not require the ending slash.