Skip to content

Commit

Permalink
extra note about msPrefix not being MsPrefix. thx erik.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Dec 7, 2011
1 parent 85194d2 commit 9ff083d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ window.Modernizr = (function( window, document, undefined ) {
// elem.style.webkitBorderRadius

// Webkit ghosts their properties in lowercase but Opera & Moz do not.
// Microsoft foregoes prefixes entirely <= IE8, but appears to
// use a lowercase `ms` instead of the correct `Ms` in IE9
// Microsoft uses a lowercase `ms` instead of the correct `Ms` in IE8+
// erik.eae.net/archives/2008/03/10/21.48.10/

// More here: github.com/Modernizr/Modernizr/issues/issue/21
domPrefixes = 'Webkit Moz O ms Khtml'.split(' '),
Expand Down

0 comments on commit 9ff083d

Please sign in to comment.