From 664dec23d611307d7bf7ce0ad3fcd332879b01a9 Mon Sep 17 00:00:00 2001 From: Hyunje Alex Jun Date: Tue, 21 Oct 2014 20:58:43 +0100 Subject: [PATCH] No longer support old IEs. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ffe8f65..c2d186a 100644 --- a/README.md +++ b/README.md @@ -186,11 +186,9 @@ For IE problems, please refer to [IE Support](https://github.com/noraesae/perfec IE Support ---------- -This plugin supports old IE browsers in the **minimum** range. The plugin is tested in IEs >= IE6 and works(not well, but works). +The plugin would work in IEs >= IE9(not well, though). -**But the project will not accept the patches to fix IE problems in IE 6/7/8.** - -From jQuery 2.0, jQuery also will not support IE 6/7/8. I also think that supporting old browsers really breaks the web development conventions. +**The patches to fix problems in IE<=8 won't be accepted.** When old IEs should be supported, please fork the project and make patches personally.