XHTML5 Support
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 app …
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5801 days ago
Is XHTML5 Support abandoned?
Possibly abandoned (last update 5801 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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 If the browser supports XHTML, the content is served with the Note that print stylesheets do not get applied to IE7+ even with the shim, so if you are relying on the ability for IE users to print properly-styled pages, you must force the IE6 renaming behavior for all versions of IE by doing divs and spans with class names that contain the original HTML5 element name prefixed by “html5-“, for example: becomes
and becomes
application/xhtml+xml
MIME type. This can be disabled by placing remove_filter('option_html_type', 'xhtml5support_filter_html_type')
in functions.php.update_option('xhtml_support_add_msie_shims', false);
Installation
Frequently Asked Questions
Review feed
Screenshots
Changelog
2010-02-12: 0.2.4
- Removed
prefrom the list of new HTML5 block elements
2010-01-22: 0.2.3
- Preventing behavior when at a “/wp-*” url
- Preventing
xhtml5support_filter_html_typeifempty($_SERVER['HTTP_ACCEPT'])
2009-09-28: 0.2.2
- Initial release