=== XHTML5 Support === Contributors: westonruter Tags: xhtml, html5, shim Tested up to: 2.9 Requires at least: 2.7 Stable tag: trunk Allows templates to serve XHTML5 markup by adding the necessary JavaScript shim for IE7+ and by converting all new elements to divs and spans with appropriate class names for IE6. == Description == This plugin is developed at Shepherd Interactive for the benefit of the community. No support is available. Please post any questions to the support forum. Allows templates to serve XHTML5 markup by adding the necessary JavaScript shim for IE7+, and for IE6 by converting all new elements to divs and spans with class names that contain the original HTML5 element name prefixed by "html5-", for example: `
` becomes <div class="html5-article"> and `