Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 0ec40a4

Browse files
dylanbGabriel Schulhof
authored andcommitted
Table: remove reflow CSS hack for Safari <= 5
It causes problems with assistive technology not being able to detect tables. This effectively reverts bafa5d9, thus removing the fix for gh-5380. (cherry picked from commit 71c823e) Closes gh-6584 Fixes gh-6583 Re gh-5380
1 parent df691e6 commit 0ec40a4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

css/structure/jquery.mobile.table.reflow.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@
4747
/* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */
4848
@media ( min-width: 35em ) {
4949

50-
/* Fixes table rendering when switching between breakpoints in Safari <= 5. See https://github.com/jquery/jquery-mobile/issues/5380 */
51-
.ui-table-reflow.ui-responsive {
52-
display: table-row-group;
53-
}
54-
5550
/* Show the table header rows */
5651
.ui-table-reflow.ui-responsive td,
5752
.ui-table-reflow.ui-responsive th,

0 commit comments

Comments
 (0)