From fb600671862af6842f285bda26e534478b64863d Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Thu, 10 May 2012 19:49:46 -0700 Subject: [PATCH] document our WP7 false positive for @font-face. fixes #538 --- modernizr.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modernizr.js b/modernizr.js index db4f70d632..b137bdfc50 100644 --- a/modernizr.js +++ b/modernizr.js @@ -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']; };