From 48806364d965527703e2b8ee95f30da9262d3666 Mon Sep 17 00:00:00 2001 From: Erik Demaine Date: Thu, 8 Apr 2021 15:17:40 -0400 Subject: [PATCH] docs(copy-tex): Remove outdated Edge warning (#2917) Edge now supports putting both ASCII and HTML in the clipboard. Fixes #2912 --- contrib/copy-tex/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/contrib/copy-tex/README.md b/contrib/copy-tex/README.md index 490f7930..017e596d 100644 --- a/contrib/copy-tex/README.md +++ b/contrib/copy-tex/README.md @@ -44,11 +44,6 @@ ECMAScript module is also available: This extension has been tested on Chrome, Firefox, Edge, and Safari. -Microsoft Edge -[does not seem to support](https://developer.microsoft.com/en-us/microsoft-edge/platform/status/clipboardapi/) -text and HTML content in a single clipboard. In this browser, this extension -will just put the text content into the clipboard. - Safari copies correctly, but the selection rectangle renders strangely (too big) when interacting with display math (because of the `user-select: all` CSS).