diff --git a/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc
index c499692..9e1867e 100644
--- a/core/modules/system/system.admin.inc
+++ b/core/modules/system/system.admin.inc
@@ -1467,8 +1467,11 @@ function theme_status_report($variables) {
       'class' => 'error',
     ),
   );
-  $output = '<table class="system-status-report"><thead><tr class="visually-hidden">';
-  $output .= '<th>' . t('Status') . '</th><th>' . t('Component') . '</th><th>' . t('Details') . '</th>';
+  $output = '<table class="system-status-report">';
+  $output .= '<thead class="visually-hidden"><tr>';
+  $output .= '<th><span class="visually-hidden">' . t('Status') . '</span></th>';
+  $output .= '<th><span class="visually-hidden">' . t('Component') . '</span></th>';
+  $output .= '<th><span class="visually-hidden">' . t('Details') . '</span></th>';
   $output .= '</tr></thead><tbody>';
 
   foreach ($requirements as $requirement) {
