// Hacks for IE to recognize the elements:
document.createElement( 'figcaption' );
document.createElement( 'figure' );
document.createElement( 'footer' );
document.createElement( 'header' );
document.createElement( 'hgroup' );
document.createElement( 'section' );
