=== Thematic html5 plugin ===
Contributors: middlesister
Tags: thematic, html5
Requires at least: 3.4
Tested up to: 3.5.1
License: GPLv2 or later
Convert the markup of the Thematic theme framework to html5
== Description ==
This plugin will convert the markup of themes based on the Thematic theme framework to use html5 elements. Requires Thematic 1.0 or later. New filters were introduced in Thematic 1.0.2 that optimizes the use of this plugin, but it will work with Thematic 1.0 as well using an output buffer.
It uses the built in filters of Thematic to change the markup in desired places. If you are using any `childtheme_override_*` functions they will still work, and will override this plugin's loops as well. You will then need to make sure that your override loops uses html5 yourself.
The markup changes are:
* doctype changed to ``
* conditional comment classes from [html5boilerplate](http://html5boilerplate.com) are added to the opening `` tag
* meta tag "charset" added to `
`
* defunkt meta tag http-equiv=Content-type removed (replaced by meta tag above)
* #header uses `` element
* nav_menu and page_menu uses the `