As validator says that paginationis a bad value for an element nav, you can use navigationinstead, Check the code below and see for yourself.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Test</title>
<meta charset="utf-8">
</head>
<body>
<nav role="navigation"> </nav>
</body>
</html>

From w3org
, ARIA, , , HTML5 , ARIA role = "navigation" .