From 4a661f181fbdb6d9b77e5d21d31507c9096c0f3b Mon Sep 17 00:00:00 2001 From: Hyunje Alex Jun Date: Mon, 22 Feb 2016 21:35:29 +0900 Subject: [PATCH] Drop support on IE<=9 They cannot be called modern anymore. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a94a507..c96abb1 100644 --- a/README.md +++ b/README.md @@ -424,9 +424,11 @@ For IE problems, please refer to [IE Support](https://github.com/noraesae/perfec ## IE Support -The plugin would work in IEs >= IE9 (not well, though). +The plugin is designed to work in modern browsers, including the very latest +version of IE and Edge. Specifically, it should work in IEs >= IE10. If there +is any issue in the browsers, please [file it](https://github.com/noraesae/perfect-scrollbar/issues). -**The patches to fix problems in IE<=8 won't be accepted.** +**The patches to fix problems in IE<=9 won't be accepted.** When old IEs should be supported, please fork the project and make patches personally.