From 02a0911bcc9febaa8053ce4500d1e29b3b0eaf71 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Sat, 30 Mar 2019 14:41:16 +0000 Subject: [PATCH] Accessibility: Make sure the Site Health layout tables are correctly linearized. Adds `role="presentation"` to the `` elements used in the Site Health reports. Ideally, HTML tables should be used for tabular data. When tables are used for layout purposes, it's important to remove any native semantics so that assistive technologies can correctly announce the table content in a linearized fashion. Props chetan200891. Fixes #46725. git-svn-id: https://develop.svn.wordpress.org/trunk@45075 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/site-health-info.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/site-health-info.php b/src/wp-admin/site-health-info.php index a3a44f130d..3370f72624 100644 --- a/src/wp-admin/site-health-info.php +++ b/src/wp-admin/site-health-info.php @@ -133,7 +133,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); ); } ?> -
+