From 2737a543741113619cc9797a6806fa2ff0a37b81 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Sat, 30 Mar 2019 14:42:51 +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. Built from https://develop.svn.wordpress.org/trunk@45075 git-svn-id: http://core.svn.wordpress.org/trunk@44884 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/site-health-info.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/site-health-info.php b/wp-admin/site-health-info.php index a3a44f130d..3370f72624 100644 --- a/wp-admin/site-health-info.php +++ b/wp-admin/site-health-info.php @@ -133,7 +133,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); ); } ?> -
+