WordPress HTML5 Gallery Support – Convert HTML4 -> HTML5

Try this:

add_theme_support( 'html5', array( 'gallery', 'caption' ) );

And don’t forget to declare the HTML5 DOCTYPE at the very beginning of header.php with:

<!DOCTYPE html>