Skip to content

Commit 6c2c14d

Browse files
authored
Remove print thead rule (#34426)
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 (h5bp/main.css#101)
1 parent 086c0bf commit 6c2c14d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

scss/_print.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,6 @@
5555
page-break-inside: avoid;
5656
}
5757

58-
//
59-
// Printing Tables:
60-
// https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
61-
//
62-
63-
thead {
64-
display: table-header-group;
65-
}
66-
6758
tr,
6859
img {
6960
page-break-inside: avoid;

0 commit comments

Comments
 (0)