Skip to content

Commit

Permalink
Added IE10 tap highlight disable & WebKit→IE10 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
brianblakely authored and alrra committed Feb 9, 2013
1 parent 19c03c4 commit 522fa64
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/extend.md
Expand Up @@ -246,6 +246,19 @@ or one of a predefined list of glyphs.
<meta name="msapplication-badge" value="frequency=NUMBER_IN_MINUTES;polling-uri=http://www.example.com/path/to/file.xml">
```

### Disable link highlighting upon tap in IE10

Similar to [-webkit-tap-highlight-color](http://davidwalsh.name/mobile-highlight-color)
in iOS Safari. Unlike that CSS property, this is an HTML meta element, and it's
value is boolean rather than a color. It's all or nothing.

```html
<meta name="msapplication-tap-highlight" content="no" />
```

You can read about this useful element and more techniques in
[Microsoft's documentation on adapting WebKit-oriented apps for IE10](http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10.aspx).

### Suppress IE6 image toolbar

Kill IE6's pop-up-on-mouseover toolbar for images that can interfere with
Expand Down

0 comments on commit 522fa64

Please sign in to comment.