This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[refs #271] 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
- Loading branch information