From 46760f49c525dd712cd97f1d93b98a7a22e9b3a4 Mon Sep 17 00:00:00 2001 From: Harry Roberts Date: Tue, 22 Oct 2019 01:23:34 +0100 Subject: [PATCH] [refs #00271] Remove Safari Repaint Hack Safari exhibited an unusual bug whereby any rem-sized text appearing anywhere after a DETAILS element was rendered impossibly small. Like, 1px kinda size. The/a way of getting around it was to force a full-page repaint, which is icky, but it was scoped to only Safari users. Anyway! Good news is that the bug has been fixed[1] so we can delete the hack, which is nice. 1. https://bugs.webkit.org/show_bug.cgi?id=173876 --- index.html | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/index.html b/index.html index 3a91686..6e6161d 100644 --- a/index.html +++ b/index.html @@ -1648,23 +1648,5 @@

Footer Title

- -