Skip to content

Commit

Permalink
document our WP7 false positive for @font-face. fixes #538
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed May 11, 2012
1 parent f30f011 commit fb60067
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modernizr.js
Expand Up @@ -701,7 +701,9 @@ window.Modernizr = (function( window, document, undefined ) {
// @font-face detection routine by Diego Perini
// javascript.nwbox.com/CSSSupport/

// false positives in WebOS: github.com/Modernizr/Modernizr/issues/342
// false positives:
// WebOS github.com/Modernizr/Modernizr/issues/342
// WP7 github.com/Modernizr/Modernizr/issues/538
tests['fontface'] = function() {
return Modernizr['fontface'];
};
Expand Down

0 comments on commit fb60067

Please sign in to comment.