From da952f3fc46dc93527cf40fab01c6f792585011f Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 6 Jul 2021 11:09:35 +0900 Subject: [PATCH] Remove print thead rule The ``thead`` rule is safe to remove -- it was a workaround for browsers that didn't conform to this part of the CSS 2.1 spec. (https://www.w3.org/TR/CSS21/tables.html#table-display) In practice, this meant IE 6 & IE 7. (thanks to @mattbrundage for this PR upstream for the main.css project (https://github.com/h5bp/main.css/pull/101) --- scss/_print.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scss/_print.scss b/scss/_print.scss index 8f73024a8bb8..915298aaae94 100644 --- a/scss/_print.scss +++ b/scss/_print.scss @@ -55,15 +55,6 @@ page-break-inside: avoid; } - // - // Printing Tables: - // https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables - // - - thead { - display: table-header-group; - } - tr, img { page-break-inside: avoid;