'Section lacks heading' invalid for aside/section/header

    Greetings,

Validating the following generates the error 'Section lacks heading'...

____________________________________________________________
<!DOCTYPE html>
<html>
<head>
<title>XHTML5 Test</title>
</head>

<body>

<main><article><p>...</p></article></main>

<aside>
<section>
<header><span>Search Website...</span></header>
<div><span>The sidebar, <em>not</em> to be inside an article element.</span></div>
</section>

</body>
</html>

____________________________________________________________

It seems more logical to accept the generic 'header' element as a valid header for sidebar section elements.

John Bilicki
 		 	   		  

Received on Sunday, 21 September 2014 00:17:10 UTC