From eccaa1de62bd7e597cf4c52f1da60335cc16dee1 Mon Sep 17 00:00:00 2001 From: Ng Yik Phang Date: Thu, 19 May 2016 22:09:18 +0800 Subject: [PATCH] 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