From 9538ae55af19e15b0b97de702bc0e3074e2825b3 Mon Sep 17 00:00:00 2001 From: Dylan Barrell Date: Wed, 9 Oct 2013 17:00:42 -0400 Subject: [PATCH] remove CSS hack for Safari <= 5 because it causes problems with assistive technology not being able to detect tables --- css/structure/jquery.mobile.table.reflow.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/css/structure/jquery.mobile.table.reflow.css b/css/structure/jquery.mobile.table.reflow.css index f99cb21637b..410dc7a6732 100644 --- a/css/structure/jquery.mobile.table.reflow.css +++ b/css/structure/jquery.mobile.table.reflow.css @@ -47,11 +47,6 @@ /* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */ @media ( min-width: 35em ) { - /* Fixes table rendering when switching between breakpoints in Safari <= 5. See https://github.com/jquery/jquery-mobile/issues/5380 */ - .ui-table-reflow.ui-responsive { - display: table-row-group; - } - /* Show the table header rows */ .ui-table-reflow.ui-responsive td, .ui-table-reflow.ui-responsive th,