From 8aab6352f2c913964e313e029786954a67fd8b55 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Wed, 4 Sep 2019 16:26:50 +0000 Subject: [PATCH] Bundled Theme: Twenty Nineteen: Fix the nesting of the `main` element. The `main` element must not appear as a descendant of the `section` element. Correct markup is the first requirement to make user agents and assistive technologies work properly. Changes the `
` element that was wrapping the `
` element to a `
`. Props albertomake, ryelle, desrosj, ianbelanger, audrasjb. Fixes #47066. git-svn-id: https://develop.svn.wordpress.org/trunk@45942 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentynineteen/404.php | 4 ++-- src/wp-content/themes/twentynineteen/archive.php | 4 ++-- src/wp-content/themes/twentynineteen/image.php | 4 ++-- src/wp-content/themes/twentynineteen/index.php | 4 ++-- src/wp-content/themes/twentynineteen/page.php | 4 ++-- src/wp-content/themes/twentynineteen/search.php | 4 ++-- src/wp-content/themes/twentynineteen/single.php | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/wp-content/themes/twentynineteen/404.php b/src/wp-content/themes/twentynineteen/404.php index 1067ab0300..23ae5e71cf 100644 --- a/src/wp-content/themes/twentynineteen/404.php +++ b/src/wp-content/themes/twentynineteen/404.php @@ -12,7 +12,7 @@ get_header(); ?> -
+
@@ -27,7 +27,7 @@ get_header();
-
+
-
+
@@ -48,7 +48,7 @@ get_header(); endif; ?>
-
+ -
+
-
+ -
+
-
+ -
+
-
+ -
+
@@ -49,7 +49,7 @@ get_header(); endif; ?>
-
+ -
+
-
+