﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses	prnumber
47066	Twenty Nineteen: The main element must not appear as a descendant of the section element.	albertomake	audrasjb	"In the version 1.3 of the Twenty Nineteen theme there is a markup error in different templates:

* 404.php
* archive.php
* image.php
* index.php
* page.php
* search.php
* single.php

where the main element appears as a descendant of a section:

{{{
...
<section id=""primary"" class=""content-area"">
  <main id=""main"" class=""site-main"">
...
  </main><!-- #main -->
</section><!-- #primary -->
...
}}}

I would suggest replacing ¨section¨ for ¨div¨.

"	defect (bug)	closed	normal	5.3	Bundled Theme	5.1	normal	fixed	has-patch has-dev-note		accessibility, template	
