Skip to content

Commit

Permalink
Remove info about Flash in Metro mode IE10 (no longer applicable) (#2015
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and roblarsen committed Jan 12, 2018
1 parent 76f6b7d commit 6987765
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
22 changes: 0 additions & 22 deletions dist/doc/extend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<meta http-equiv="x-ua-compatible" content="requiresActiveX=true">
```

Here's what it looks like alongside H5BP's default `x-ua-compatible`
values:

```html
<meta http-equiv="x-ua-compatible" content="ie=edge,requiresActiveX=true">
```

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
Expand Down
22 changes: 0 additions & 22 deletions src/doc/extend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<meta http-equiv="x-ua-compatible" content="requiresActiveX=true">
```

Here's what it looks like alongside H5BP's default `x-ua-compatible`
values:

```html
<meta http-equiv="x-ua-compatible" content="ie=edge,requiresActiveX=true">
```

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
Expand Down

0 comments on commit 6987765

Please sign in to comment.