From 698776558fa85d0d80bf6dfdb681988ed2ebf57b Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Sat, 13 Jan 2018 02:48:03 +0900 Subject: [PATCH] Remove info about Flash in Metro mode IE10 (no longer applicable) (#2015) This was addressed nearly 5 years ago: https://blogs.msdn.microsoft.com/ie/2013/03/11/flash-in-windows-8/ --- dist/doc/extend.md | 22 ---------------------- src/doc/extend.md | 22 ---------------------- 2 files changed, 44 deletions(-) diff --git a/dist/doc/extend.md b/dist/doc/extend.md index f47f02f60e..3ce3c16866 100644 --- a/dist/doc/extend.md +++ b/dist/doc/extend.md @@ -215,28 +215,6 @@ $(function(){ ## Internet Explorer -### Prompt users to switch to "Desktop Mode" in IE10 Metro - -IE10 does not support plugins, such as Flash, in Metro mode. If -your site requires plugins, you can let users know that via the -`x-ua-compatible` meta element, which will prompt them to switch -to Desktop Mode. - -```html - -``` - -Here's what it looks like alongside H5BP's default `x-ua-compatible` -values: - -```html - -``` - -You can find more information in [Microsoft's IEBlog post about prompting for -plugin use in IE10 Metro -Mode](https://blogs.msdn.microsoft.com/ie/2012/01/31/web-sites-and-a-plug-in-free-web/). - ### IE Pinned Sites (IE9+) Enabling your application for pinning will allow IE9 users to add it to their diff --git a/src/doc/extend.md b/src/doc/extend.md index f47f02f60e..3ce3c16866 100644 --- a/src/doc/extend.md +++ b/src/doc/extend.md @@ -215,28 +215,6 @@ $(function(){ ## Internet Explorer -### Prompt users to switch to "Desktop Mode" in IE10 Metro - -IE10 does not support plugins, such as Flash, in Metro mode. If -your site requires plugins, you can let users know that via the -`x-ua-compatible` meta element, which will prompt them to switch -to Desktop Mode. - -```html - -``` - -Here's what it looks like alongside H5BP's default `x-ua-compatible` -values: - -```html - -``` - -You can find more information in [Microsoft's IEBlog post about prompting for -plugin use in IE10 Metro -Mode](https://blogs.msdn.microsoft.com/ie/2012/01/31/web-sites-and-a-plug-in-free-web/). - ### IE Pinned Sites (IE9+) Enabling your application for pinning will allow IE9 users to add it to their