From eccaa1de62bd7e597cf4c52f1da60335cc16dee1 Mon Sep 17 00:00:00 2001 From: Ng Yik Phang Date: Thu, 19 May 2016 22:09:18 +0800 Subject: [PATCH 1/2] Add numerous additions for Internet Explorer 1. Add a lot of meta tags regarding pinned sites: https://msdn.microsoft.com/en-us/library/dn255024(v=vs.85).aspx 2. Add `imagetoolbar`: https://msdn.microsoft.com/en-us/library/ms532986(v=vs.85).aspx 3. Add `MSThemeCompatible`: https://support.microsoft.com/en-us/kb/322240 4. Explained that `MSSmartTagsPreventParsing` is only used to disable a feature that only appeared on IE 6 beta 5. Explained what `Page-Enter` and `Page-Exit` meta tags are for --- README.md | 45 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 35 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1203093..3b3f06a 100644 --- a/README.md +++ b/README.md @@ -253,21 +253,46 @@ Below are the link relations which are either deprecated or not supported anymor - - - - - - + + + + + + + + + + + + + + + + + + + + + ``` ### Microsoft Internet Explorer (LEGACY DO NOT USE) ``` html - - - - + + + + + + + + + + + + + + ``` ### 360 Browser From 8856fc8309f5b6ffef5c8c49e5c2e039821c906c Mon Sep 17 00:00:00 2001 From: Ng Yik Phang Date: Thu, 19 May 2016 22:17:48 +0800 Subject: [PATCH 2/2] Add "msapplication-tap-highlight" https://blogs.windows.com/buildingapps/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10/ --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b3f06a..e1bbc6c 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,9 @@ Below are the link relations which are either deprecated or not supported anymor + + +