HTML5 válido

IE8 no reconoce el tag header y por tanto no puedo aplicarle estilo con este tag

<!DOCTYPE html>
<html dir="ltr" lang="es">
<head>
<title>HTML5 válido</title>
<style>
header {color:red;}
</style>
</head>
<body>
<header>
<h1>HTML5 válido</h1>
</header>